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] Release 3.1.2 #31031

Merged
merged 2 commits into from
Dec 13, 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

## 3.1.1 (2024-12-11)
## 3.1.2 (2024-12-13)

* [bitnami/gitea] Release 3.1.1 ([#31000](https://github.com/bitnami/charts/pull/31000))
* [bitnami/gitea] Release 3.1.2 ([#31031](https://github.com/bitnami/charts/pull/31031))

## <small>3.1.1 (2024-12-11)</small>

* [bitnami/gitea] Release 3.1.1 (#31000) ([893a7e0](https://github.com/bitnami/charts/commit/893a7e0b2ea7cddd98553f14d290849c0e5d0d07)), closes [#31000](https://github.com/bitnami/charts/issues/31000)

## 3.1.0 (2024-12-10)

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: 16.3.0
version: 16.3.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.28.0
digest: sha256:4f8750f38ce69e03db5c8f6d1e8a95a37d86436a7bb7138517c23ab55427645a
generated: "2024-12-11T23:34:37.986105021Z"
digest: sha256:a762615c2b71666286336f82310793af6909b0fee493b350e808062bbf3c31c6
generated: "2024-12-13T11:18:45.315219543Z"
6 changes: 3 additions & 3 deletions bitnami/gitea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: gitea
image: docker.io/bitnami/gitea:1.22.5-debian-12-r0
image: docker.io/bitnami/gitea:1.22.6-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r34
apiVersion: v2
appVersion: 1.22.5
appVersion: 1.22.6
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -37,4 +37,4 @@ maintainers:
name: gitea
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/gitea
version: 3.1.1
version: 3.1.2
2 changes: 1 addition & 1 deletion bitnami/gitea/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/gitea
tag: 1.22.5-debian-12-r0
tag: 1.22.6-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading