diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c58dea..4e90a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ listed in the changelog. ## [Unreleased] +## [0.2.0] - 2023-10-09 + +### Changed + +- Migrate from Tekton v1beta1 resources to v1 ([#3](https://github.com/opendevstack/ods-pipeline-sonar/pull/3)) + ## [0.1.0] - 2023-09-29 NOTE: This version is based on v0.13.2 of the task step `sonar-scan`, which was included in `ods-build-go`, `ods-build-gradle`, `ods-build-npm` and `ods-build-python`. The step has been extracted into its own task for easier maintenance and more flexible use. Listed below are all updates compared to v0.13.2 of the task step. diff --git a/README.md b/README.md index b50ed8d..364a5cf 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ tasks: resolver: git params: - { name: url, value: https://github.com/opendevstack/ods-pipeline-sonar.git } - - { name: revision, value: v0.1.0 } + - { name: revision, value: v0.2.0 } - { name: pathInRepo, value: tasks/scan.yaml } workspaces: - { name: source, workspace: shared-workspace } diff --git a/tasks/scan.yaml b/tasks/scan.yaml index 830e51d..13dbd17 100644 --- a/tasks/scan.yaml +++ b/tasks/scan.yaml @@ -8,7 +8,7 @@ spec: description: | Scans repositories using SonarQube. - See https://github.com/opendevstack/ods-pipeline-sonar/blob/vlatest/docs/scan.adoc + See https://github.com/opendevstack/ods-pipeline-sonar/blob/v0.2.0/docs/scan.adoc params: - name: working-dir description: | @@ -23,7 +23,7 @@ spec: steps: - name: scan-with-sonar # Image is built from build/package/Dockerfile.scan. - image: 'ghcr.io/opendevstack/ods-pipeline-sonar/scan:latest' + image: 'ghcr.io/opendevstack/ods-pipeline-sonar/scan:0.2.0' env: - name: HOME value: '/tekton/home' diff --git a/version b/version index a0f9a4b..0ea3a94 100644 --- a/version +++ b/version @@ -1 +1 @@ -latest +0.2.0