From 439b8c7b48980952615ca0290defa6180a2164ed Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 20 Aug 2024 11:25:29 +0200 Subject: [PATCH] [bitnami/discourse] Bump discourse to 3.3.0 (#28786) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/discourse] Release 13.2.16 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers * chore: :wrench: Bump tag Signed-off-by: Javier Salmeron Garcia * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update Chart.yaml Signed-off-by: Javier J. Salmerón García * Update CHANGELOG.md Signed-off-by: Bitnami Containers * chore: :wrench: Update tag Signed-off-by: Javier J. Salmerón García * Update CHANGELOG.md Signed-off-by: Bitnami Containers * chore: :wrench: Bump image tag Signed-off-by: Javier J. Salmerón García * Update CHANGELOG.md Signed-off-by: Bitnami Containers * test: :white_check_mark: Update tests Signed-off-by: Javier J. Salmerón García * Update CHANGELOG.md Signed-off-by: Bitnami Containers * chore: :wrench: Bump tag Signed-off-by: Javier J. Salmerón García --------- Signed-off-by: Bitnami Containers Signed-off-by: Javier Salmeron Garcia Signed-off-by: Javier J. Salmerón García Co-authored-by: Javier Salmeron Garcia Co-authored-by: Javier J. Salmerón García --- .vib/discourse/cypress/cypress/e2e/discourse.cy.js | 2 +- .vib/discourse/vib-action.config | 1 + bitnami/discourse/CHANGELOG.md | 4 ++-- bitnami/discourse/Chart.yaml | 6 +++--- bitnami/discourse/README.md | 2 +- bitnami/discourse/values.yaml | 4 ++-- 6 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 .vib/discourse/vib-action.config diff --git a/.vib/discourse/cypress/cypress/e2e/discourse.cy.js b/.vib/discourse/cypress/cypress/e2e/discourse.cy.js index ce155eb6106068..e1da8e73fda663 100644 --- a/.vib/discourse/cypress/cypress/e2e/discourse.cy.js +++ b/.vib/discourse/cypress/cypress/e2e/discourse.cy.js @@ -16,7 +16,7 @@ it('allows to sign up', () => { cy.get('#new-account-password').type(`${random}.${user.newUser.password}`); }); cy.contains('Checking username').should('not.exist'); - cy.contains('button', 'Create your account').click(); + cy.get('.btn-large').contains('button', 'Sign Up').click(); cy.contains('button', 'Resend Activation Email'); }); diff --git a/.vib/discourse/vib-action.config b/.vib/discourse/vib-action.config new file mode 100644 index 00000000000000..98dc98a97ebe2a --- /dev/null +++ b/.vib/discourse/vib-action.config @@ -0,0 +1 @@ +verification-mode=SERIAL \ No newline at end of file diff --git a/bitnami/discourse/CHANGELOG.md b/bitnami/discourse/CHANGELOG.md index 0fc13485ef5d91..08d52125e63c61 100644 --- a/bitnami/discourse/CHANGELOG.md +++ b/bitnami/discourse/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## 14.0.0 (2024-08-13) +## 14.1.0 (2024-08-20) -* [bitnami/discourse] Update dependencies ([#28852](https://github.com/bitnami/charts/pull/28852)) +* [bitnami/discourse] Bump discourse to 3.3.0 ([#28786](https://github.com/bitnami/charts/pull/28786)) ## 13.2.15 (2024-07-30) diff --git a/bitnami/discourse/Chart.yaml b/bitnami/discourse/Chart.yaml index 4cb5c1fa171e0b..399beafc2f4ca4 100644 --- a/bitnami/discourse/Chart.yaml +++ b/bitnami/discourse/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: discourse - image: docker.io/bitnami/discourse:3.2.5-debian-12-r0 + image: docker.io/bitnami/discourse:3.3.0-debian-12-r8 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r27 apiVersion: v2 -appVersion: 3.2.5 +appVersion: 3.3.0 dependencies: - condition: redis.enabled name: redis @@ -41,4 +41,4 @@ maintainers: name: discourse sources: - https://github.com/bitnami/charts/tree/main/bitnami/discourse -version: 14.0.0 +version: 14.1.0 diff --git a/bitnami/discourse/README.md b/bitnami/discourse/README.md index 1ef1ee21c85139..1cda373c8a2e1b 100644 --- a/bitnami/discourse/README.md +++ b/bitnami/discourse/README.md @@ -350,7 +350,7 @@ See the [Parameters](#parameters) section to configure the PVC or to disable per | `discourse.customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` | | `discourse.customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` | | `discourse.customStartupProbe` | Custom startupProbe that overrides the default one | `{}` | -| `discourse.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if discourse.resources is set (discourse.resources is recommended for production). | `xlarge` | +| `discourse.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if discourse.resources is set (discourse.resources is recommended for production). | `2xlarge` | | `discourse.resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` | | `discourse.containerSecurityContext.enabled` | Enabled containers' Security Context | `true` | | `discourse.containerSecurityContext.seLinuxOptions` | Set SELinux options in container | `{}` | diff --git a/bitnami/discourse/values.yaml b/bitnami/discourse/values.yaml index 1e451805ae5c89..4d17529dbb1204 100644 --- a/bitnami/discourse/values.yaml +++ b/bitnami/discourse/values.yaml @@ -81,7 +81,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/discourse - tag: 3.2.5-debian-12-r0 + tag: 3.3.0-debian-12-r8 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -381,7 +381,7 @@ discourse: ## @param discourse.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if discourse.resources is set (discourse.resources is recommended for production). ## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15 ## - resourcesPreset: "xlarge" + resourcesPreset: "2xlarge" ## @param discourse.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads) ## Example: ## resources: