mirror of
https://github.com/bitnami/charts.git
synced 2026-02-26 15:57:38 +08:00
[bitnami/matomo] Release 5.0.0 (#22246)
* [bitnami/matomo] Release 5.0.0 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * [bitnami/matomo] Fix cypress test Signed-off-by: David Gomez <dgomezleon@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: David Gomez <dgomezleon@vmware.com> Co-authored-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
@@ -43,6 +43,7 @@ it('allows to use the API to retrieve analytics', () => {
|
||||
cy.get('#login_form_password').type(Cypress.env('password'));
|
||||
cy.get('[type="submit"]').click();
|
||||
cy.get('#description').type(random);
|
||||
cy.get('input[id="secure_only"]').click({ force: true });
|
||||
cy.get('[type="submit"]').click();
|
||||
cy.contains('Token successfully generated');
|
||||
cy.get('code')
|
||||
|
||||
@@ -31,3 +31,15 @@ Cypress.Commands.add(
|
||||
cy.contains('input', 'Sign in').click();
|
||||
}
|
||||
);
|
||||
|
||||
Cypress.on('uncaught:exception', (err) => {
|
||||
// we expect an error with message 'cannot call methods on liveWidget'
|
||||
// and don't want to fail the test so we return false
|
||||
if (
|
||||
err.message.includes('cannot call methods on liveWidget')
|
||||
) {
|
||||
return false;
|
||||
}
|
||||
// we still want to ensure there are no other unexpected
|
||||
// errors, so we let them fail the test
|
||||
});
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: mariadb
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 15.0.0
|
||||
version: 15.0.1
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.14.1
|
||||
digest: sha256:f004beca8d3e9099f278fd0210edc0d1fec77f83bff9cddc888388f2119dd9c8
|
||||
generated: "2023-12-20T11:23:48.732132+01:00"
|
||||
digest: sha256:19c2b4206d003118e4dee3a7a476616cd10ab3eecf0e3a0fbc014824605ed644
|
||||
generated: "2024-01-17T10:47:07.229964607Z"
|
||||
|
||||
@@ -6,13 +6,13 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: apache-exporter
|
||||
image: docker.io/bitnami/apache-exporter:1.0.3-debian-11-r2
|
||||
image: docker.io/bitnami/apache-exporter:1.0.5-debian-11-r2
|
||||
- name: matomo
|
||||
image: docker.io/bitnami/matomo:4.16.0-debian-11-r2
|
||||
image: docker.io/bitnami/matomo:5.0.1-debian-11-r0
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r92
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r94
|
||||
apiVersion: v2
|
||||
appVersion: 4.16.0
|
||||
appVersion: 5.0.1
|
||||
dependencies:
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
@@ -39,4 +39,4 @@ maintainers:
|
||||
name: matomo
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/matomo
|
||||
version: 4.1.0
|
||||
version: 5.0.0
|
||||
|
||||
@@ -62,7 +62,7 @@ extraDeploy: []
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/matomo
|
||||
tag: 4.16.0-debian-11-r2
|
||||
tag: 5.0.1-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -706,7 +706,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 11-debian-11-r92
|
||||
tag: 11-debian-11-r94
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -759,7 +759,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/apache-exporter
|
||||
tag: 1.0.3-debian-11-r2
|
||||
tag: 1.0.5-debian-11-r2
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -830,7 +830,7 @@ certificates:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 11-debian-11-r92
|
||||
tag: 11-debian-11-r94
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user