Releases: bcgov-nr/action-test-and-analyse
Releases · bcgov-nr/action-test-and-analyse
v1.2.1
Dependency Downgrade
- Issues with SonarSource/sonarcloud-github-action v2.1, so we're temporarily using v2.0.2
What's Changed
- fix: dial down sonar action by @DerekRoberts in #51
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- chore(ci): codeowners by @DerekRoberts in #48
- feat: bcgov-nr/diff-action-triggers by @DerekRoberts in #49
- chore: setup-node caching by @DerekRoberts in #50
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's New
Dependency updates to avoid Node 16 deprecations.
What's Changed
- chore(deps): update sonarsource/sonarcloud-github-action action to v2.0.2 by @bcgov-devops in #39
- feat: ensure checkout even on fail, reduces noise by @DerekRoberts in #40
- ci: renovate extends bcgov/renovate-config by @DerekRoberts in #43
- chore(deps): update github actions all dependencies to v4 (major) by @renovate in #45
- chore(deps): update sonarsource/sonarcloud-github-action action to v2.1.1 by @renovate in #46
- chore(deps): update actions/cache action to v4 by @renovate in #47
New Contributors
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
Features:
- feat: param for triggers_event, default to pull_request by @DerekRoberts in #36
Fixes:
- bug: missed triggers still firing by @DerekRoberts in #35
CI:
- deps: Configure Renovate by @bcgov-renovate in #32
- deps: disable Dependabot for Renovate by @DerekRoberts in #38
New Contributors
- @bcgov-renovate made their first contribution in #32
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Version 1.0 has been released!
Breaking Changes
node_version
is now required (previously defaulted to 16)sonar_comment_token
has been removed (ignored by SonarCloud)sonar_project_token
has been renamedsonar_token
New Features
• triggers
specifies whether to run tests or exit succesfully (when not needed)
• branch
allows cloning a non-default branch (useful for testing)
What's Changed
- feat: make node_version a required field by @craigyu in #20
- feat: add triggers by @DerekRoberts in #25
- feat: optional non-default checkout branch by @DerekRoberts in #28
- bug: drop ignored sonar comment token by @DerekRoberts in #29
- docs: update readme for triggers by @DerekRoberts in #30
- feat: deprecation messages and exits by @DerekRoberts in #31
New Contributors
Full Changelog: v0.0.2...v1.0.0
v0.0.2
What's Changed
- Dependabot for updating actions by @DerekRoberts in #6
- Readme by @DerekRoberts in #7
- No acknowledgement by @DerekRoberts in #8
- Bump SonarSource/sonarcloud-github-action from 1.7 to 1.8 by @dependabot in #9
- SonarCloud adjustments by @DerekRoberts in #10
- Workflows use ubuntu-22.04 instead of ubuntu-latest by @DerekRoberts in #13
- GHA deprecated set-output by @DerekRoberts in #15
- Bug: test stopped, add postgres service by @DerekRoberts in #24
- Bump SonarSource/sonarcloud-github-action from 1.8 to 2.0 by @DerekRoberts in #23
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Initial release