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

feat(plantuml): Updated image to v1.2024.8 #1079

Merged
merged 1 commit into from
Nov 20, 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
7 changes: 7 additions & 0 deletions charts/plantuml/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 3 additions & 5 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.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:
Expand All @@ -19,7 +19,5 @@ maintainers:
email: [email protected]
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."
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.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.

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.34.0
helm upgrade --install plantuml oci://ghcr.io/stevehipwell/helm-charts/plantuml --version 3.35.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.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
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.34.0
helm upgrade --install plantuml stevehipwell/plantuml --version 3.35.0
```

## Values
Expand Down