Skip to content

Commit

Permalink
build: update Lagoon appVersion to v2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Aug 9, 2024
1 parent 2bc5153 commit c29980a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 4 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.46.1
version: 1.47.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.20.0
appVersion: v2.20.1

dependencies:
- name: nats
Expand All @@ -42,3 +42,5 @@ annotations:
artifacthub.io/changes: |
- kind: changed
description: add support for injecting hostkeys in core ssh service
- kind: changed
description: update Lagoon appVersion to v2.20.1
10 changes: 3 additions & 7 deletions charts/lagoon-test/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +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.58.0
version: 0.59.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.20.0
appVersion: v2.20.1

# 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 values for local development
- kind: changed
description: bump minimum Kubernetes version to 1.25
- kind: changed
description: update Lagoon appVersion to v2.20.0
description: update Lagoon appVersion to v2.20.1

0 comments on commit c29980a

Please sign in to comment.