mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
[bitnami/appsmith] Release 3.3.7 (#27168)
* [bitnami/appsmith] Release 3.3.7 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * [bitnami/appsmith] Update tests for Appsmith 1.28.0 Signed-off-by: Jota Martos <jotamartos@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Jota Martos <jotamartos@vmware.com> Co-authored-by: Jota Martos <jotamartos@vmware.com>
This commit is contained in:
@@ -13,16 +13,14 @@ it('allows to create a new app from template', () => {
|
||||
cy.fixture('app').then((app) => {
|
||||
// Create new app
|
||||
cy.contains('Create new').click();
|
||||
cy.get('div[data-testid="t--workspace-action-create-app"]').click();
|
||||
cy.get('div[data-testid="t--workspace-action-create-app-from-template"]').click();
|
||||
// Create an application from the Product Catalog CRUD template
|
||||
cy.contains('[data-testid="template-card"]', 'Product Catalog CRUD').click()
|
||||
cy.contains('Use template').click();
|
||||
// Rename application
|
||||
cy.get('.t--application-name').click();
|
||||
cy.contains('Rename').click();
|
||||
cy.get('.t--application-name').type(`${app.appName}-${random}{enter}`);
|
||||
// Go to the templates page
|
||||
cy.contains('Start from a template').click();
|
||||
// Create an application from the Product Catalog CRUD template
|
||||
cy.contains('[data-testid="template-card"]', 'Product Catalog CRUD').click()
|
||||
cy.contains('Add selected page');
|
||||
// Check if the application exists in the applications page
|
||||
cy.visit('/applications');
|
||||
cy.contains(`${app.appName}-${random}`);
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 3.3.6 (2024-06-13)
|
||||
## 3.3.7 (2024-06-17)
|
||||
|
||||
* [bitnami/appsmith] Release 3.3.6 ([#27141](https://github.com/bitnami/charts/pull/27141))
|
||||
* [bitnami/appsmith] Release 3.3.7 ([#27168](https://github.com/bitnami/charts/pull/27168))
|
||||
|
||||
## <small>3.3.6 (2024-06-13)</small>
|
||||
|
||||
* [bitnami/appsmith] Release 3.3.6 (#27141) ([1e01ab8](https://github.com/bitnami/charts/commit/1e01ab89e99e01de18643c28f78999a9b646b658)), closes [#27141](https://github.com/bitnami/charts/issues/27141)
|
||||
|
||||
## <small>3.3.5 (2024-06-06)</small>
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: redis
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 19.5.2
|
||||
version: 19.5.3
|
||||
- name: mongodb
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 15.6.6
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.20.2
|
||||
digest: sha256:28dc4d1d327bd7ac4c4fccf3920f4a530c6a62ef53dd2a26ded98e4d6965bdfc
|
||||
generated: "2024-06-13T07:02:21.538353643Z"
|
||||
digest: sha256:64fa6c2cee456d55cbca66f210020e63f46fba89262aa482649cff48d006f442
|
||||
generated: "2024-06-14T11:40:52.773149863Z"
|
||||
|
||||
@@ -6,13 +6,13 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: appsmith
|
||||
image: docker.io/bitnami/appsmith:1.27.0-debian-12-r2
|
||||
image: docker.io/bitnami/appsmith:1.28.0-debian-12-r0
|
||||
- name: haproxy
|
||||
image: docker.io/bitnami/haproxy:3.0.1-debian-12-r1
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r22
|
||||
apiVersion: v2
|
||||
appVersion: 1.27.0
|
||||
appVersion: 1.28.0
|
||||
dependencies:
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
@@ -39,4 +39,4 @@ maintainers:
|
||||
name: appsmith
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
|
||||
version: 3.3.6
|
||||
version: 3.3.7
|
||||
|
||||
@@ -82,7 +82,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/appsmith
|
||||
tag: 1.27.0-debian-12-r2
|
||||
tag: 1.28.0-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user