Skip to content

Commit

Permalink
feat(plantuml): Updated image to v1.2024.7 (#1043)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
  • Loading branch information
stevehipwell authored Sep 10, 2024
1 parent e795606 commit db19575
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
7 changes: 7 additions & 0 deletions charts/plantuml/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@

## [UNRELEASED]

## [v3.34.0] - 2024-09-10

### Added

- Added support for setting the `unhealthyPodEvictionPolicy` value for the `PodDisruptionBudget` via the `podDisruptionBudget.unhealthyPodEvictionPolicy` value on _Kubernetes_ `1.27` or higher clusters.

### Changed

- Updated the _PlantUML_ OCI image to [v1.2024.7](https://github.com/plantuml/plantuml-server/releases/tag/v1.2024.7) ([Changes](https://plantuml.com/changes)).

## [v3.33.0] - 2024-07-08

### Changed
Expand Down Expand Up @@ -421,6 +427,7 @@
RELEASE LINKS
-->
[UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/plantuml
[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
[v3.31.0]: https://github.com/stevehipwell/helm-charts/releases/tag/plantuml-3.31.0
Expand Down
8 changes: 5 additions & 3 deletions charts/plantuml/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.33.0
appVersion: 1.2024.6
version: 3.34.0
appVersion: 1.2024.7
home: https://plantuml.com/
icon: https://raw.githubusercontent.com/stevehipwell/helm-charts/main/charts/plantuml/icon.png
keywords:
Expand All @@ -19,5 +19,7 @@ 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.6."
description: "Updated the PlantUML OCI image to v1.2024.7."
8 changes: 4 additions & 4 deletions charts/plantuml/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# plantuml

![Version: 3.33.0](https://img.shields.io/badge/Version-3.33.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2024.6](https://img.shields.io/badge/AppVersion-1.2024.6-informational?style=flat-square)
![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)

Helm chart for PlantUML Server, a web application to generate UML diagrams on-the-fly.

Expand All @@ -24,15 +24,15 @@ 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.33.0
helm upgrade --install plantuml oci://ghcr.io/stevehipwell/helm-charts/plantuml --version 3.34.0
```

#### Verification

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.33.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.34.0
```

### Non-OCI Repository
Expand All @@ -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.33.0
helm upgrade --install plantuml stevehipwell/plantuml --version 3.34.0
```

## Values
Expand Down

0 comments on commit db19575

Please sign in to comment.