UNCLASSIFIED

Commit 8a0d965a authored by Branden Cobb's avatar Branden Cobb
Browse files

Upgrade 8.9

parent f1bc7ce7
......@@ -3,6 +3,15 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [9.2.6-bb.13] - 2021-06-07
### Upgrade
- Upgraded Sonarqube to ironbank version 8.9.
- Bigbang plugins have been upgraded to the latest versions:
- dependency-check-sonar-plugin version 2.0.8
- sonar-c-plugin version 1.3.3.2051
- sonar-cxx-plugin version 2.0.2.2734
- sonar-zap-plugin version 2.2.0
## [9.2.6-bb.12] - 2021-06-02
### Modified
- Modified helm-test network policy to be more restrictive.
......
# Start with the IronBank Image
FROM registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube8-community:8.7.1-community
FROM registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube8-community:8.9-community
# Add needed Plugins
ADD https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/2.0.7/sonar-dependency-check-plugin-2.0.7.jar /opt/sonarqube/extensions/plugins/
ADD https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-c-plugin-1.3.2.1853.jar /opt/sonarqube/extensions/plugins/
ADD https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-cxx-plugin-1.3.2.1853.jar /opt/sonarqube/extensions/plugins/
ADD https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/2.0.8/sonar-dependency-check-plugin-2.0.8.jar /opt/sonarqube/extensions/plugins/
ADD https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.3/sonar-c-plugin-1.3.3.2051.jar /opt/sonarqube/extensions/plugins/
ADD https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-2.0.2/sonar-cxx-plugin-2.0.2.2734.jar /opt/sonarqube/extensions/plugins/
ADD https://github.com/dmeiners88/sonarqube-prometheus-exporter/releases/download/v1.0.0-SNAPSHOT-2018-07-04/sonar-prometheus-exporter-1.0.0-SNAPSHOT.jar /opt/sonarqube/extensions/plugins/
ADD https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.0.0/sonar-auth-oidc-plugin-2.0.0.jar /opt/sonarqube/extensions/plugins/
ADD https://github.com/OtherDevOpsGene/zap-sonar-plugin/releases/download/sonar-zap-plugin-2.0.2/sonar-zap-plugin-2.0.2.jar /opt/sonarqube/extensions/plugins/
ADD https://github.com/OtherDevOpsGene/zap-sonar-plugin/releases/download/sonar-zap-plugin-2.2.0/sonar-zap-plugin-2.2.0.jar /opt/sonarqube/extensions/plugins/
USER root
RUN chown -R sonarqube:sonarqube /opt/sonarqube/extensions/plugins
USER sonarqube
apiVersion: v1
appVersion: 8.7.1-community
appVersion: 8.9-community
name: sonarqube
description: SonarQube is an open sourced code quality scanning tool
version: 9.2.6-bb.12
version: 9.2.6-bb.13
keywords:
- coverage
- security
......
......@@ -10,6 +10,7 @@ describe('Basic Sonarqube', function() {
cy.get('input[name="password"]').type(Cypress.env('newpassword'))
cy.get('input[name="password_confirmation"]').type(Cypress.env('newpassword'))
cy.get('button[id="change-password"]').click()
cy.contains("I understand the risk").click()
cy.scrollTo('topRight')
cy.get('a[class="dropdown-toggle navbar-avatar"]').click()
cy.contains("My Account").click()
......
......@@ -20,7 +20,7 @@ OpenShift:
image:
repository: registry.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube/sonarqube8-community-bb
tag: 8.7.1-community-bb
tag: 8.9-community-bb
pullPolicy: IfNotPresent
# If using a private repository, the name of the imagePullSecret to use
pullSecret: private-registry
......@@ -376,4 +376,4 @@ networkPolicies:
enabled: false
ingressLabels:
app: istio-ingressgateway
istio: ingressgateway
\ No newline at end of file
istio: ingressgateway
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment