mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 07:17:26 +08:00
[bitnami/seaweedfs] Release 2.0.2 (#29537)
* [bitnami/seaweedfs] Release 2.0.2 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:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2.0.1 (2024-09-17)
|
||||
## 2.0.2 (2024-09-19)
|
||||
|
||||
* [bitnami/seaweedfs] test: :white_check_mark: Improve reliability of ginkgo tests ([#29473](https://github.com/bitnami/charts/pull/29473))
|
||||
* [bitnami/seaweedfs] Release 2.0.2 ([#29537](https://github.com/bitnami/charts/pull/29537))
|
||||
|
||||
## <small>2.0.1 (2024-09-17)</small>
|
||||
|
||||
* [bitnami/seaweedfs] test: :white_check_mark: Improve reliability of ginkgo tests (#29473) ([ef52e0d](https://github.com/bitnami/charts/commit/ef52e0d1992e16bed6d9726028b81b917c52bc41)), closes [#29473](https://github.com/bitnami/charts/issues/29473)
|
||||
|
||||
## 2.0.0 (2024-09-16)
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: mariadb
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 19.0.5
|
||||
version: 19.0.6
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 15.5.29
|
||||
version: 15.5.32
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.23.0
|
||||
digest: sha256:07b45055c5079645e49472e0116bc0823373dbce893658c3d4bc6d9d4f29183c
|
||||
generated: "2024-09-13T16:25:51.126433+02:00"
|
||||
digest: sha256:43ce65b977678b8a0ee299913157a5551e25932e539844eba876b4e663e062fe
|
||||
generated: "2024-09-19T13:19:51.960003354Z"
|
||||
|
||||
@@ -5,14 +5,14 @@ annotations:
|
||||
category: Infrastructure
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: mariadb
|
||||
image: docker.io/bitnami/mariadb:11.4.3-debian-12-r1
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r30
|
||||
- name: seaweedfs
|
||||
image: docker.io/bitnami/seaweedfs:3.73.0-debian-12-r0
|
||||
- name: mariadb
|
||||
image: docker.io/bitnami/mariadb:11.4.3-debian-12-r0
|
||||
- name: postgresql
|
||||
image: docker.io/bitnami/postgresql:16.4.0-debian-12-r8
|
||||
image: docker.io/bitnami/postgresql:16.4.0-debian-12-r9
|
||||
- name: seaweedfs
|
||||
image: docker.io/bitnami/seaweedfs:3.73.0-debian-12-r1
|
||||
apiVersion: v2
|
||||
appVersion: 3.73.0
|
||||
dependencies:
|
||||
@@ -50,4 +50,4 @@ name: seaweedfs
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/seawwedfs
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/seaweedfs
|
||||
version: 2.0.1
|
||||
version: 2.0.2
|
||||
|
||||
@@ -1185,4 +1185,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.
|
||||
@@ -82,7 +82,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/seaweedfs
|
||||
tag: 3.73.0-debian-12-r0
|
||||
tag: 3.73.0-debian-12-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -3299,7 +3299,7 @@ mariadb:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mariadb
|
||||
tag: 11.4.3-debian-12-r0
|
||||
tag: 11.4.3-debian-12-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -3401,7 +3401,7 @@ postgresql:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/postgresql
|
||||
tag: 16.4.0-debian-12-r8
|
||||
tag: 16.4.0-debian-12-r9
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user