[bitnami/discourse] Release 15.1.1 (#31121)

* [bitnami/discourse] Release 15.1.1 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-12-19 22:01:39 +01:00
committed by GitHub
parent d463e38949
commit 8caa1ddfb2
5 changed files with 21 additions and 12 deletions

View File

@@ -1,8 +1,17 @@
# Changelog
## 15.1.1 (2024-12-19)
* [bitnami/discourse] Release 15.1.1 ([#31121](https://github.com/bitnami/charts/pull/31121))
## 15.1.0 (2024-12-10)
* [bitnami/discourse] Detect non-standard images ([#30896](https://github.com/bitnami/charts/pull/30896))
* [bitnami/*] Add Bitnami Premium to NOTES.txt (#30854) ([3dfc003](https://github.com/bitnami/charts/commit/3dfc00376df6631f0ce54b8d440d477f6caa6186)), closes [#30854](https://github.com/bitnami/charts/issues/30854)
* [bitnami/*] docs: :memo: Add "Backup & Restore" section (#30711) ([35ab536](https://github.com/bitnami/charts/commit/35ab5363741e7548f4076f04da6e62d10153c60c)), closes [#30711](https://github.com/bitnami/charts/issues/30711)
* [bitnami/*] docs: :memo: Add "Update Credentials" (batch 1) (#30685) ([be6aa1d](https://github.com/bitnami/charts/commit/be6aa1df0bd4479173a78400fef7295de15b408d)), closes [#30685](https://github.com/bitnami/charts/issues/30685)
* [bitnami/*] docs: :memo: Unify "Securing Traffic using TLS" section (#30707) ([b572333](https://github.com/bitnami/charts/commit/b57233336e4fe9af928ecb4f2a5f334011efb1bc)), closes [#30707](https://github.com/bitnami/charts/issues/30707)
* [bitnami/*] docs: fix copy-paste typos with wrong references to Airflow (#30541) ([0a225d4](https://github.com/bitnami/charts/commit/0a225d44c1969429573b4e2630068eff129b6a96)), closes [#30541](https://github.com/bitnami/charts/issues/30541)
* [bitnami/discourse] Detect non-standard images (#30896) ([fd7e138](https://github.com/bitnami/charts/commit/fd7e1380bb9d29cf437adef3c86ef97025de6eab)), closes [#30896](https://github.com/bitnami/charts/issues/30896)
## <small>15.0.5 (2024-11-14)</small>

View File

@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.4.1
version: 20.6.0
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.2.5
version: 16.3.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.28.0
digest: sha256:ad50699ce23cc18d1f564fc5b30c731d0854e0fb8f468e8ee131e52fdf5a0359
generated: "2024-12-10T16:54:57.713247+01:00"
digest: sha256:85a87729198476ef937156e8d13b40a79d1a0ea55ec84f889ec98c0774597061
generated: "2024-12-19T20:29:49.656789947Z"

View File

@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: discourse
image: docker.io/bitnami/discourse:3.3.2-debian-12-r3
image: docker.io/bitnami/discourse:3.3.3-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r33
image: docker.io/bitnami/os-shell:12-debian-12-r34
apiVersion: v2
appVersion: 3.3.2
appVersion: 3.3.3
dependencies:
- condition: redis.enabled
name: redis
@@ -41,4 +41,4 @@ maintainers:
name: discourse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/discourse
version: 15.1.0
version: 15.1.1

View File

@@ -810,4 +810,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

View File

@@ -86,7 +86,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/discourse
tag: 3.3.2-debian-12-r3
tag: 3.3.3-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -768,7 +768,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r33
tag: 12-debian-12-r34
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.