From e643280c616c2711682b03b65c44b8838063759b Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Tue, 31 Dec 2024 08:45:43 +1100 Subject: [PATCH 1/2] chore: update chart.yaml for 2.23 release --- charts/lagoon-core/Chart.yaml | 6 ++++-- charts/lagoon-remote/Chart.yaml | 4 ++-- charts/lagoon-test/Chart.yaml | 6 +++--- 3 files changed, 9 insertions(+), 7 deletions(-) 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 From b66d33458a3b873a24e73ad37921943353accecb Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Tue, 31 Dec 2024 09:42:30 +1100 Subject: [PATCH 2/2] chore: update lagoon-core NATS version --- charts/lagoon-core/Chart.lock | 6 +++--- charts/lagoon-core/Chart.yaml | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/charts/lagoon-core/Chart.lock b/charts/lagoon-core/Chart.lock index 103be108..11c3d1b2 100644 --- a/charts/lagoon-core/Chart.lock +++ b/charts/lagoon-core/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: nats repository: https://nats-io.github.io/k8s/helm/charts/ - version: 1.2.6 -digest: sha256:24c6920de2d5cbfef7fc8299fbd64000db7f8627bbaf306d917496394f349d3b -generated: "2024-10-25T11:54:08.923100292+11:00" + version: 1.2.8 +digest: sha256:1fc2a5a3b7ef567d4b903b19e224ff9567d010df422eaa4db486964adcb3be31 +generated: "2024-12-31T09:41:29.43059934+11:00" diff --git a/charts/lagoon-core/Chart.yaml b/charts/lagoon-core/Chart.yaml index 5d6a2fbe..8b15aeb6 100644 --- a/charts/lagoon-core/Chart.yaml +++ b/charts/lagoon-core/Chart.yaml @@ -42,6 +42,9 @@ annotations: artifacthub.io/changes: | - kind: changed description: update lagoon-core appVersion to v2.23.0 + links: + - name: Lagoon 2.23.0 release notes + url: https://docs.lagoon.sh/releases/2.23.0 - kind: changed description: add KEYCLOAK_ADMIN_API_CLIENT_SECRET variable to keycloak and api deployment - kind: changed @@ -50,3 +53,5 @@ annotations: description: update uselagoon/lagoon-ssh-portal/ssh-token from v0.41.3 to v0.41.4 - kind: changed description: update uselagoon/lagoon-opensearch-sync from v0.8.0 to v0.8.1 + - kind: changed + description: update NATS chart dependency to 1.2.8