diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index 531e7b78..5d6a2fbe 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -21,13 +21,13 @@ type: application # time you make changes to the chart and its templates, including the app # version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.49.0 +version: 1.50.0 # This is the version number of the application being deployed. This version # number should be incremented each time you make changes to the application. # Versions are not expected to follow Semantic Versioning. They should reflect # the version the application is using. -appVersion: v2.22.0 +appVersion: v2.23.0 dependencies: - name: nats @@ -40,6 +40,8 @@ dependencies: # Valid supported kinds are added, changed, deprecated, removed, fixed and security annotations: artifacthub.io/changes: | + - kind: changed + description: update lagoon-core appVersion to v2.23.0 - kind: changed description: add KEYCLOAK_ADMIN_API_CLIENT_SECRET variable to keycloak and api deployment - kind: changed diff --git a/charts/lagoon-remote/Chart.yaml b/charts/lagoon-remote/Chart.yaml index faaff8dd..110d7048 100644 --- a/charts/lagoon-remote/Chart.yaml +++ b/charts/lagoon-remote/Chart.yaml @@ -19,7 +19,7 @@ type: application # This is the chart version. This version number should be incremented each # time you make changes to the chart and its templates, including the app # version. -version: 0.95.1 +version: 0.96.0 dependencies: - name: lagoon-build-deploy @@ -47,7 +47,7 @@ annotations: - kind: changed description: update NATS chart dependency to 1.2.8 - kind: added - description: daemonset to manage node sysctl changes + description: add daemonset to manage node sysctl changes - kind: changed description: update uselagoon/lagoon-ssh-portal/ssh-portal from v0.41.3 to v0.41.4 - kind: changed diff --git a/charts/lagoon-test/Chart.yaml b/charts/lagoon-test/Chart.yaml index 167cf371..ff19bbf1 100644 --- a/charts/lagoon-test/Chart.yaml +++ b/charts/lagoon-test/Chart.yaml @@ -15,13 +15,13 @@ type: application # time you make changes to the chart and its templates, including the app # version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.61.0 +version: 0.62.0 # This is the version number of the application being deployed. This version # number should be incremented each time you make changes to the application. # Versions are not expected to follow Semantic Versioning. They should reflect # the version the application is using. -appVersion: v2.22.0 +appVersion: v2.23.0 # This section is used to collect a changelog for artifacthub.io # It should be started afresh for each release @@ -29,4 +29,4 @@ appVersion: v2.22.0 annotations: artifacthub.io/changes: | - kind: changed - description: update lagoon AppVersion to v2.22.0 + description: update lagoon-core appVersion to v2.23.0