Skip to content

Commit

Permalink
fix: update chart.yaml for v2.18.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Apr 2, 2024
1 parent 4b96a47 commit 5961c4a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 5 additions & 1 deletion charts/lagoon-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ version: 1.42.0
# 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.17.0
appVersion: v2.18.0

dependencies:
- name: nats
Expand All @@ -40,10 +40,14 @@ dependencies:
# Valid supported kinds are added, changed, deprecated, removed, fixed and security
annotations:
artifacthub.io/changes: |
- kind: changed
description: update Lagoon appVersion to v2.18.0

Check failure on line 44 in charts/lagoon-core/Chart.yaml

View workflow job for this annotation

GitHub Actions / lint-test (v1.23.17@sha256:14d0a9a892b943866d7e6be119a06871291c517d279aedb816a4b4bc0ec0a5b3)

44:55 [trailing-spaces] trailing spaces

Check failure on line 44 in charts/lagoon-core/Chart.yaml

View workflow job for this annotation

GitHub Actions / lint-test (v1.24.17@sha256:bad10f9b98d54586cba05a7eaa1b61c6b90bfc4ee174fdc43a7b75ca75c95e51)

44:55 [trailing-spaces] trailing spaces

Check failure on line 44 in charts/lagoon-core/Chart.yaml

View workflow job for this annotation

GitHub Actions / lint-test

44:55 [trailing-spaces] trailing spaces

Check failure on line 44 in charts/lagoon-core/Chart.yaml

View workflow job for this annotation

GitHub Actions / lint-test (v1.25.16@sha256:e8b50f8e06b44bb65a93678a65a26248fae585b3d3c2a669e5ca6c90c69dc519)

44:55 [trailing-spaces] trailing spaces

Check failure on line 44 in charts/lagoon-core/Chart.yaml

View workflow job for this annotation

GitHub Actions / lint-test (v1.26.14@sha256:5d548739ddef37b9318c70cb977f57bf3e5015e4552be4e27e57280a8cbb8e4f)

44:55 [trailing-spaces] trailing spaces

Check failure on line 44 in charts/lagoon-core/Chart.yaml

View workflow job for this annotation

GitHub Actions / lint-test (v1.27.11@sha256:681253009e68069b8e01aad36a1e0fa8cf18bb0ab3e5c4069b2e65cafdd70843)

44:55 [trailing-spaces] trailing spaces

Check failure on line 44 in charts/lagoon-core/Chart.yaml

View workflow job for this annotation

GitHub Actions / lint-test (v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245)

44:55 [trailing-spaces] trailing spaces
- kind: changed
description: remove unused legacy registry setting from core
- kind: changed
description: modify keycloak liveness and readiness endpoint
- kind: changed
description: added initcontainer to api to handle keycloak migrations
- kind: changed
description: updated insights-handler to v0.0.4
- kind: fixed
Expand Down
2 changes: 0 additions & 2 deletions charts/lagoon-remote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ annotations:
description: removed dioscuri subchart, activestandby is handled via a Lagoon task directly now
- kind: changed
description: updated insights-remote version to v0.0.9
- kind: changed
description: added initcontainer to api to handle keycloak migrations
- kind: changed
description: update lagoon-build-deploy to 0.26.4
- kind: changed
Expand Down
8 changes: 3 additions & 5 deletions charts/lagoon-test/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +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.53.0
version: 0.54.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.17.0
appVersion: v2.18.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: add minio settings to api-data-watcher-pusher and make into a helm test job
- kind: changed
description: update lagoon appVersion to v2.17.0
description: update Lagoon appVersion to v2.18.0

Check failure on line 32 in charts/lagoon-test/Chart.yaml

View workflow job for this annotation

GitHub Actions / test-suite (active-standby-kubernetes)

32:55 [trailing-spaces] trailing spaces

Check failure on line 32 in charts/lagoon-test/Chart.yaml

View workflow job for this annotation

GitHub Actions / test-suite (api)

32:55 [trailing-spaces] trailing spaces

Check failure on line 32 in charts/lagoon-test/Chart.yaml

View workflow job for this annotation

GitHub Actions / test-suite (deploytarget)

32:55 [trailing-spaces] trailing spaces

Check failure on line 32 in charts/lagoon-test/Chart.yaml

View workflow job for this annotation

GitHub Actions / test-suite (features-kubernetes)

32:55 [trailing-spaces] trailing spaces

Check failure on line 32 in charts/lagoon-test/Chart.yaml

View workflow job for this annotation

GitHub Actions / test-suite (features-kubernetes-2)

32:55 [trailing-spaces] trailing spaces

Check failure on line 32 in charts/lagoon-test/Chart.yaml

View workflow job for this annotation

GitHub Actions / test-suite (features-variables)

32:55 [trailing-spaces] trailing spaces

Check failure on line 32 in charts/lagoon-test/Chart.yaml

View workflow job for this annotation

GitHub Actions / test-suite (services)

32:55 [trailing-spaces] trailing spaces

Check failure on line 32 in charts/lagoon-test/Chart.yaml

View workflow job for this annotation

GitHub Actions / test-suite (tasks)

32:55 [trailing-spaces] trailing spaces

0 comments on commit 5961c4a

Please sign in to comment.