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/gitea] feat!: ⬆️ 💥 Bump PostgreSQL to 17.x #29732

Merged
merged 2 commits into from
Oct 3, 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/gitea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 2.3.23 (2024-10-02)
## 3.0.0 (2024-10-02)

* [bitnami/gitea] Release 2.3.23 ([#29692](https://github.com/bitnami/charts/pull/29692))
* [bitnami/gitea] feat!: :arrow_up: :boom: Bump PostgreSQL to 17.x ([#29732](https://github.com/bitnami/charts/pull/29732))

## <small>2.3.23 (2024-10-02)</small>

* [bitnami/gitea] Release 2.3.23 (#29692) ([b9087cc](https://github.com/bitnami/charts/commit/b9087cc758df039fd5a47f74271d608f577e8697)), closes [#29692](https://github.com/bitnami/charts/issues/29692)

## <small>2.3.22 (2024-09-19)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/gitea/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.38
version: 16.0.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:99eec99c96dc658d85f48feebd89c523c485ab36373a689a4f2cc29bc67e34a9
generated: "2024-10-02T01:02:33.040931601Z"
digest: sha256:0a8b071a37ffffe611eec4cf09634c87b71418d617d3b6a0b745b44e13f5c47f
generated: "2024-10-02T16:23:25.097511245+02:00"
4 changes: 2 additions & 2 deletions bitnami/gitea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.x.x
version: 16.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
Expand All @@ -37,4 +37,4 @@ maintainers:
name: gitea
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/gitea
version: 2.3.23
version: 3.0.0
4 changes: 4 additions & 0 deletions bitnami/gitea/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@ Find more information about how to deal with common errors related to Bitnami's

## Upgrading

### To 3.0.0

This major updates the PostgreSQL subchart to its newest major, 16.0.0, which uses PostgreSQL 17.x. Follow the [official instructions](https://www.postgresql.org/docs/17/upgrading.html) to upgrade to 17.x.

### To 2.0.0

This major bump changes the following security defaults:
Expand Down
Loading