Skip to content

Commit

Permalink
Merge pull request #163 from TeskaLabs/patch/tenant-schema
Browse files Browse the repository at this point in the history
Patch v24.47.01 Fix config schema to fit changes on UI, fix image prune in governator
  • Loading branch information
eliska-n authored Dec 12, 2024
2 parents 1263b2f + 8904d20 commit 18d0cd2
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Site/ASAB Maestro/Descriptors/seacat-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,14 @@ asab-config:
"type": "string",
"title": "Schema",
"description": "Absolute path to schema in the Library",
"default": [
"default": "/Schemas/ECS.yaml",
"enum": [
"/Schemas/ECS.yaml",
"/Schemas/CEF.yaml"
],
"$defs": {
"select": {
"type": "select"
"type": "string"
}
},
"examples": [
Expand Down
46 changes: 46 additions & 0 deletions Site/ASAB Maestro/Versions/v24.47.01.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
define:
type: rc/version
product: ASAB Maestro
version: v24.47.01

versions:
acmesh: 3.0.7
asab-config: v24.29
asab-governator: v24.38.01
asab-iris: v24.42
asab-library: v24.33.06
asab-pyppeteer: v24.36
asab-remote-control: v24.46
bs-query: v24.36
elasticsearch: '7.17.21'
grafana: '10.3.1'
influxdb: '2.7.1'
jupyter: lab-4.0.9
kafdrop: '4.0.0'
kafka: '7.5.1'
kibana: '7.17.21'
mongo: '7.0.1'
nginx: '1.25.2'
seacat-auth: v24.39
telegraf: '1.28.2'
zookeeper: '3.9'
zoonavigator: '1.1.2'

webapp seacat-auth: v24.31

webapp lmio_webui: v24.43
webapp asab_config_webui: v24.43
webapp asab_library_webui: v24.43
webapp asab_maestro_webui: v24.43
webapp asab_tools_webui: v24.43
webapp bs_query_webui: v24.43
webapp lmio_analysis_webui: v24.43
webapp lmio_lookup_webui: v24.43
webapp lmio_observability_webui: v24.43
webapp lmio_alert_management_webui: v24.43
webapp lmio_parser_builder_webui: v24.43
webapp seacat_admin_webui: v24.43
webapp seacat_account_webui: v24.43
webapp lmio_logsources_webui: v24.43

library asab-maestro-library: v24.47.01

0 comments on commit 18d0cd2

Please sign in to comment.