@@ -23,13 +23,13 @@ type: application
2323# This is the chart version. This version number should be incremented each time you make changes
2424# to the chart and its templates, including the app version.
2525# Versions are expected to follow Semantic Versioning (https://semver.org/)
26- version : 0.8.2
26+ version : 0.8.3
2727
2828# This is the version number of the application being deployed. This version number should be
2929# incremented each time you make changes to the application. Versions are not expected to
3030# follow Semantic Versioning. They should reflect the version the application is using.
3131# It is recommended to use it with quotes.
32- appVersion : " 0.2.34 "
32+ appVersion : " 0.2.35 "
3333
3434keywords :
3535 - workflows
@@ -73,15 +73,27 @@ dependencies:
7373annotations :
7474 artifacthub.io/changes : |
7575 - kind: changed
76- description: "Update to the latest ZOO-Project-DRU version, including the latest zoo-calrissian-runner "
76+ description: "Update to the latest ZOO-Project-DRU version"
7777 links:
7878 - name: GitHub Commit
79- url: https://github.com/ZOO-Project/ZOO-Project/commit/16dbe5b1b5c68900db69b1dd0ec3ed669dd82875
79+ url: https://github.com/ZOO-Project/ZOO-Project/commit/0b815fb32ee04eb6bd98164a040cc2733a2b5230
8080 - kind: fixed
81- description: "Load definition on startup without requiring extra rabbitmq autoSetup"
82- - kind: fixed
83- description: "Add options for RabbitMQ probes configuration"
81+ description: "Fix issue #24: service selector mismatch in webui service causes 503 errors"
82+ links:
83+ - name: GitHub Issue
84+ url: https://github.com/ZOO-Project/charts/issues/24
85+ - kind: added
86+ description: "Add eoapi proxy when the eoapi.enabled is set to true"
87+ - kind: added
88+ description: "Add the values.schema.json file to validate user values"
89+ - kind: added
90+ description: "Add options onlyImplicitFlow to the IAM configuration to restrict OpenAPI authentication method"
91+ - kind: added
92+ description: "Add globalNamespace option in oas.cfg configuration file"
93+ - kind: changed
94+ description: "Update DRU Helm chart documentation"
8495
96+ artifacthub.io/license : Apache-2.0
8597
8698 artifacthub.io/links : |
8799 - name: source
0 commit comments