mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
[bitnami/wordpress] Release 24.2.3 (#33041)
* [bitnami/wordpress] Release 24.2.3 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update tests for WordPress 6.8.0 Signed-off-by: Jota Martos <jotamartos@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Signed-off-by: Jota Martos <jotamartos@vmware.com> Co-authored-by: Jota Martos <jotamartos@vmware.com>
This commit is contained in:
@@ -20,7 +20,7 @@ it('allows creating a post with image', () => {
|
||||
.should('be.visible')
|
||||
.type(`${post.newPost.title} ${random}`);
|
||||
});
|
||||
cy.get('[aria-label*="block inserter"]').click();
|
||||
cy.get('button[aria-label="Block Inserter"]').click();
|
||||
cy.get('[class*="item-image"]').click();
|
||||
getIframeBody()
|
||||
.find('input[type="file"]')
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 24.2.2 (2025-04-09)
|
||||
## 24.2.3 (2025-04-23)
|
||||
|
||||
* [bitnami/wordpress] Release 24.2.2 ([#32921](https://github.com/bitnami/charts/pull/32921))
|
||||
* [bitnami/wordpress] Release 24.2.3 ([#33041](https://github.com/bitnami/charts/pull/33041))
|
||||
|
||||
## <small>24.2.2 (2025-04-09)</small>
|
||||
|
||||
* [bitnami/wordpress] Release 24.2.2 (#32921) ([fd3b5b0](https://github.com/bitnami/charts/commit/fd3b5b045fd0a9fd3c4fbbb012d9f460a011ac6b)), closes [#32921](https://github.com/bitnami/charts/issues/32921)
|
||||
|
||||
## <small>24.2.1 (2025-04-05)</small>
|
||||
|
||||
|
||||
@@ -7,13 +7,13 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: apache-exporter
|
||||
image: docker.io/bitnami/apache-exporter:1.0.10-debian-12-r3
|
||||
image: docker.io/bitnami/apache-exporter:1.0.10-debian-12-r4
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r42
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r43
|
||||
- name: wordpress
|
||||
image: docker.io/bitnami/wordpress:6.7.2-debian-12-r13
|
||||
image: docker.io/bitnami/wordpress:6.8.0-debian-12-r0
|
||||
apiVersion: v2
|
||||
appVersion: 6.7.2
|
||||
appVersion: 6.8.0
|
||||
dependencies:
|
||||
- condition: memcached.enabled
|
||||
name: memcached
|
||||
@@ -45,4 +45,4 @@ maintainers:
|
||||
name: wordpress
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/wordpress
|
||||
version: 24.2.2
|
||||
version: 24.2.3
|
||||
|
||||
@@ -90,7 +90,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/wordpress
|
||||
tag: 6.7.2-debian-12-r13
|
||||
tag: 6.8.0-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -899,7 +899,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 12-debian-12-r42
|
||||
tag: 12-debian-12-r43
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -1002,7 +1002,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/apache-exporter
|
||||
tag: 1.0.10-debian-12-r3
|
||||
tag: 1.0.10-debian-12-r4
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user