Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update chart.yaml for 2.23 release #732

Merged
merged 2 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/lagoon-core/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
11 changes: 9 additions & 2 deletions charts/lagoon-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -40,6 +40,11 @@ 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
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
Expand All @@ -48,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
4 changes: 2 additions & 2 deletions charts/lagoon-remote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/lagoon-test/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ 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
# Valid supported kinds are added, changed, deprecated, removed, fixed and security
annotations:
artifacthub.io/changes: |
- kind: changed
description: update lagoon AppVersion to v2.22.0
description: update lagoon-core appVersion to v2.23.0
Loading