From 10262585d0d82331eda644688c55c02ac87e45b4 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Wed, 20 Nov 2024 20:00:56 +0000 Subject: [PATCH] feat(plantuml): Updated image to v1.2024.8 Signed-off-by: Steve Hipwell --- charts/plantuml/CHANGELOG.md | 7 +++++++ charts/plantuml/Chart.yaml | 8 +++----- charts/plantuml/README.md | 8 ++++---- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/charts/plantuml/CHANGELOG.md b/charts/plantuml/CHANGELOG.md index b9d80459..8a99bfd4 100644 --- a/charts/plantuml/CHANGELOG.md +++ b/charts/plantuml/CHANGELOG.md @@ -14,6 +14,12 @@ ## [UNRELEASED] +## [v3.35.0] - 2024-11-20 + +### Changed + +- Updated the _PlantUML_ OCI image to [v1.2024.8](https://github.com/plantuml/plantuml-server/releases/tag/v1.2024.8) ([Changes](https://plantuml.com/changes)). + ## [v3.34.0] - 2024-09-10 ### Added @@ -427,6 +433,7 @@ RELEASE LINKS --> [UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/plantuml +[v3.35.0]: https://github.com/stevehipwell/helm-charts/releases/tag/plantuml-3.35.0 [v3.34.0]: https://github.com/stevehipwell/helm-charts/releases/tag/plantuml-3.34.0 [v3.33.0]: https://github.com/stevehipwell/helm-charts/releases/tag/plantuml-3.33.0 [v3.32.0]: https://github.com/stevehipwell/helm-charts/releases/tag/plantuml-3.32.0 diff --git a/charts/plantuml/Chart.yaml b/charts/plantuml/Chart.yaml index 58892385..bd343c31 100644 --- a/charts/plantuml/Chart.yaml +++ b/charts/plantuml/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: plantuml description: Helm chart for PlantUML Server, a web application to generate UML diagrams on-the-fly. type: application -version: 3.34.0 -appVersion: 1.2024.7 +version: 3.35.0 +appVersion: 1.2024.8 home: https://plantuml.com/ icon: https://raw.githubusercontent.com/stevehipwell/helm-charts/main/charts/plantuml/icon.png keywords: @@ -19,7 +19,5 @@ maintainers: email: steve.hipwell@gmail.com annotations: artifacthub.io/changes: | - - kind: added - description: "Added support for setting the `unhealthyPodEvictionPolicy` value for the `PodDisruptionBudget` via the `podDisruptionBudget.unhealthyPodEvictionPolicy` value on _Kubernetes_ `1.27` or higher clusters." - kind: changed - description: "Updated the PlantUML OCI image to v1.2024.7." + description: "Updated the PlantUML OCI image to v1.2024.8." diff --git a/charts/plantuml/README.md b/charts/plantuml/README.md index 2eff7a4d..cc8f2420 100644 --- a/charts/plantuml/README.md +++ b/charts/plantuml/README.md @@ -1,6 +1,6 @@ # plantuml -![Version: 3.34.0](https://img.shields.io/badge/Version-3.34.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2024.7](https://img.shields.io/badge/AppVersion-1.2024.7-informational?style=flat-square) +![Version: 3.35.0](https://img.shields.io/badge/Version-3.35.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2024.8](https://img.shields.io/badge/AppVersion-1.2024.8-informational?style=flat-square) Helm chart for PlantUML Server, a web application to generate UML diagrams on-the-fly. @@ -24,7 +24,7 @@ Helm chart for PlantUML Server, a web application to generate UML diagrams on-th To install the chart using the recommended OCI method you can use the following command. ```shell -helm upgrade --install plantuml oci://ghcr.io/stevehipwell/helm-charts/plantuml --version 3.34.0 +helm upgrade --install plantuml oci://ghcr.io/stevehipwell/helm-charts/plantuml --version 3.35.0 ``` #### Verification @@ -32,7 +32,7 @@ helm upgrade --install plantuml oci://ghcr.io/stevehipwell/helm-charts/plantuml As the OCI chart release is signed by [Cosign](https://github.com/sigstore/cosign) you can verify the chart before installing it by running the following command. ```shell -cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/plantuml:3.34.0 +cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/plantuml:3.35.0 ``` ### Non-OCI Repository @@ -41,7 +41,7 @@ Alternatively you can use the legacy non-OCI method via the following commands. ```shell helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/ -helm upgrade --install plantuml stevehipwell/plantuml --version 3.34.0 +helm upgrade --install plantuml stevehipwell/plantuml --version 3.35.0 ``` ## Values