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

[bitnami/nessie] Release 0.1.27 #29385

Merged
merged 2 commits into from
Sep 12, 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
8 changes: 6 additions & 2 deletions bitnami/nessie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 0.1.26 (2024-08-08)
## 0.1.27 (2024-09-12)

* [bitnami/nessie] Release 0.1.26 ([#28774](https://github.com/bitnami/charts/pull/28774))
* [bitnami/nessie] Release 0.1.27 ([#29385](https://github.com/bitnami/charts/pull/29385))

## <small>0.1.26 (2024-08-08)</small>

* [bitnami/nessie] Release 0.1.26 (#28774) ([bf01cfd](https://github.com/bitnami/charts/commit/bf01cfdddde6185b5541b676afbc82ed27a00187)), closes [#28774](https://github.com/bitnami/charts/issues/28774)

## <small>0.1.25 (2024-08-01)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/nessie/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.20
version: 15.5.29
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.21.0
digest: sha256:40ea45f1001b862eefae455ade681e2c2e641ed18b051fa858f874519cccf5ec
generated: "2024-08-08T10:22:51.795052502Z"
version: 2.22.0
digest: sha256:1e671e49ed1855bbfa39ab37e154511c1146f683747800501bb63d7f49d78437
generated: "2024-09-12T18:10:22.540933157Z"
10 changes: 5 additions & 5 deletions bitnami/nessie/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: nessie
image: docker.io/bitnami/nessie:0.95.0-debian-12-r0
image: docker.io/bitnami/nessie:0.96.0-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r27
image: docker.io/bitnami/os-shell:12-debian-12-r30
- name: postgresql
image: docker.io/bitnami/postgresql:16.3.0-debian-12-r23
image: docker.io/bitnami/postgresql:16.4.0-debian-12-r8
apiVersion: v2
appVersion: 0.95.0
appVersion: 0.96.0
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -38,4 +38,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/nessie
- https://github.com/bitnami/containers/tree/main/bitnami/nessie
- https://github.com/nessie/nessie
version: 0.1.26
version: 0.1.27
6 changes: 3 additions & 3 deletions bitnami/nessie/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ javaOpts: ""
image:
registry: docker.io
repository: bitnami/nessie
tag: 0.95.0-debian-12-r0
tag: 0.96.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -745,7 +745,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r27
tag: 12-debian-12-r30
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -800,7 +800,7 @@ waitContainer:
image:
registry: docker.io
repository: bitnami/postgresql
tag: 16.3.0-debian-12-r23
tag: 16.4.0-debian-12-r8
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading