Skip to content

Commit

Permalink
[bitnami/sonarqube] Release 7.0.0 (#31117)
Browse files Browse the repository at this point in the history
* [bitnami/sonarqube] Release 7.0.0 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* [bitnami/sonaqrube] Use rev 1

Signed-off-by: David Gomez <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: David Gomez <[email protected]>
Co-authored-by: David Gomez <[email protected]>
  • Loading branch information
bitnami-bot and dgomezleon authored Dec 20, 2024
1 parent a84ea6d commit 6f43701
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 14 deletions.
10 changes: 9 additions & 1 deletion .vib/sonarqube/cypress/cypress/e2e/sonarqube.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ import { random } from '../support/utils';

it('allows adding a project and a quality gate', () => {
cy.login();
// Skip welcome tour
cy.wait(5000);
cy.get('body').then(($body) => {
if ($body.find('img[src*=mode-tour]').is(':visible')) {
cy.get('span').contains('Later').click({force: true});
cy.get('button[data-action=skip]').click({force: true});
}
});
cy.visit('/projects');
// Step 1: Create a project
cy.fixture('projects').then((projects) => {
Expand All @@ -18,7 +26,7 @@ it('allows adding a project and a quality gate', () => {
cy.get('#project-creation-menu-trigger').click();
}
});
cy.get('[href="/projects/create?mode=manual"]').click();
cy.get('[href="/projects/create?mode=manual"]').click({force: true});
cy.get('#project-name').type(`${projects.newProject.name} ${random}`);
cy.get('[type="submit"]').contains('Next').click();
cy.get('span').contains('Use the global setting').click();
Expand Down
7 changes: 6 additions & 1 deletion bitnami/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 7.0.0 (2024-12-20)

* [bitnami/sonarqube] Release 7.0.0 ([#31117](https://github.com/bitnami/charts/pull/31117))

## 6.2.0 (2024-12-19)

* [bitnami/sonarqube] chore(jmx-exporter): Upgrade image and change args ([#31105](https://github.com/bitnami/charts/pull/31105))
* [bitnami/*] Fix typo in README (#31052) ([b41a51d](https://github.com/bitnami/charts/commit/b41a51d1bd04841fc108b78d3b8357a5292771c8)), closes [#31052](https://github.com/bitnami/charts/issues/31052)
* [bitnami/sonarqube] chore(jmx-exporter): Upgrade image and change args (#31105) ([79c29e5](https://github.com/bitnami/charts/commit/79c29e5bbf9292969d4ff10021be21de166e2fa6)), closes [#31105](https://github.com/bitnami/charts/issues/31105)

## 6.1.0 (2024-12-10)

Expand Down
6 changes: 3 additions & 3 deletions bitnami/sonarqube/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.2.5
version: 16.3.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.28.0
digest: sha256:9c2ce8b298e807bc8141682773027cc3b0c62feec6933d315f9f181a4dabe862
generated: "2024-12-10T17:29:29.856688+01:00"
digest: sha256:608f1e3176856862b556130c75619448a718b24cc91b75fdd679f92f0690668c
generated: "2024-12-19T15:21:19.721104962Z"
8 changes: 4 additions & 4 deletions bitnami/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ annotations:
- name: jmx-exporter
image: docker.io/bitnami/jmx-exporter:1.1.0-debian-12-r1
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r32
image: docker.io/bitnami/os-shell:12-debian-12-r34
- name: sonarqube
image: docker.io/bitnami/sonarqube:10.7.0-debian-12-r1
image: docker.io/bitnami/sonarqube:24.12.0-debian-12-r1
apiVersion: v2
appVersion: 10.7.0
appVersion: 24.12.0
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -37,4 +37,4 @@ maintainers:
name: sonarqube
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/sonarqube
version: 6.2.0
version: 7.0.0
10 changes: 5 additions & 5 deletions bitnami/sonarqube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/sonarqube
tag: 10.7.0-debian-12-r1
tag: 24.12.0-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -721,7 +721,7 @@ caCerts:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r32
tag: 12-debian-12-r34
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -810,7 +810,7 @@ plugins:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r32
tag: 12-debian-12-r34
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -919,7 +919,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r32
tag: 12-debian-12-r34
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -981,7 +981,7 @@ sysctl:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r32
tag: 12-debian-12-r34
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit 6f43701

Please sign in to comment.