Releases: celestiaorg/.github
v0.5.0
What's Changed
This version removes the Trivy docker security step since it was consistently failing for ratelimits and wasn't even enabled to fail for actual security errors.
This minor bump indicates that repos using this action might need to adjust their merge rules if they had the security step listed as a required step.
Full Changelog: v0.4.6...v0.5.0
Release v0.4.6
0.4.6 (2024-10-22)
What's Changed
- chore(deps): bump codex-/return-dispatch from 1 to 2 by @dependabot in #116
- chore(ci): remove SCW as docker registry by @MSevey in #117
Full Changelog: v0.4.5...v0.4.6
v0.4.5
v0.4.4
What's Changed
- chore(deps): bump actions/add-to-project from 0.5.0 to 1.0.2 by @dependabot in #111
- feat: add checkout ref to support building from a specific ref manually by @MSevey in #112
Full Changelog: v0.4.3...v0.4.4
Release v0.4.3
Release v0.4.2
What's Changed
- chore(ci): update issue tasks for release epic by @MSevey in #104
- feat(ci): allow custom docker context by @MSevey in #107
Full Changelog: v0.4.1...v0.4.2
Release v0.4.1
0.4.1 (2024-04-04)
Bug Fixes
- ci: fix slack webhook secret name (#103) (dd6bbb4)
- ci: update logic check in reuseable pipeline (#99) (0a30ee9)
What's Changed
- fix(ci): update logic check in reuseable pipeline by @MSevey in #99
- fix(ci): fix slack webhook secret name by @MSevey in #103
Full Changelog: v0.4.0...v0.4.1
Release v0.4.0
Release v0.3.3
Release v0.3.2
What's Changed
In the prior release, a commit hash was being added to the workflow run name which resulted in a new workflow each time. This release addresses that issue which requires updating the branch protection rules to target the workflow run without the hash in the name.
The second impact to the workflows is that previously the Scaleway and Dockerhub runs would fail due to permission issues. Some team's handled this by marking these as not required in the branch protection rules. These runs will now skip instead of fail so they can be marked as required in the branch protection rules.
Full Changelog: v0.3.1...v0.3.2