Skip to content

Commit

Permalink
feat(nexus3): Updated image to v3.68.0 (#954)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <[email protected]>
  • Loading branch information
stevehipwell authored May 8, 2024
1 parent 5c4fa49 commit c5985ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions charts/nexus3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@

## [UNRELEASED]

## [v4.43.0] - 2024-05-08

### Changed

- Updated the _Nexus3_ OCI image to [v3.68.0](https://github.com/sonatype/nexus-public/releases/tag/release-3.68.0-04).
- Switched to using the port name for ingress.

### Fixed
Expand Down Expand Up @@ -630,6 +633,7 @@
RELEASE LINKS
-->
[UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/nexus3
[v4.43.0]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-4.43.0
[v4.42.1]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-4.42.1
[v4.42.0]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-4.42.0
[v4.41.1]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-4.41.1
Expand Down
10 changes: 6 additions & 4 deletions charts/nexus3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: nexus3
description: Helm chart for Sonatype Nexus 3 OSS.
type: application
version: 4.42.1
appVersion: 3.67.1
version: 4.43.0
appVersion: 3.68.0
home: https://www.sonatype.com/nexus-repository-oss
icon: https://raw.githubusercontent.com/stevehipwell/helm-charts/main/charts/nexus3/icon.png
keywords:
Expand All @@ -24,6 +24,8 @@ annotations:
artifacthub.io/alternativeName: nexus
artifacthub.io/changes: |
- kind: changed
description: "Updated the _Nexus3_ OCI image to [v3.67.1](https://github.com/sonatype/nexus-public/releases/tag/release-3.67.1-01)."
description: "Updated the _Nexus3_ OCI image to [v3.68.0](https://github.com/sonatype/nexus-public/releases/tag/release-3.68.0-04)."
- kind: changed
description: "Switched to using the port name for ingress."
- kind: fixed
description: "Fixed incorrect behaviour when `rootPassword.key` is set due to the deprecated `config.rootPassword.key` incorrectly having a default value."
description: "Fixed incorrect `ServiceMonitor` name via the `jobLabel` field."

0 comments on commit c5985ba

Please sign in to comment.