Skip to content

Releases: celestiaorg/.github

v0.5.0

31 Oct 14:38
45533fc
Compare
Choose a tag to compare

What's Changed

  • chore(ci): comment out Trivy due to instability by @MSevey in #119

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

22 Oct 14:41
c7b7854
Compare
Choose a tag to compare

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

26 Sep 13:13
bacacab
Compare
Choose a tag to compare

What's Changed

  • fix: add type=raw tag for workflow dispatch events to metadata step by @MSevey in #114

Full Changelog: v0.4.4...v0.4.5

v0.4.4

24 Sep 14:44
0dffae8
Compare
Choose a tag to compare

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

17 Jun 19:37
799a966
Compare
Choose a tag to compare

0.4.3 (2024-06-17)

What's Changed

  • update: bump setup-python to v5 by @ramin in #109

New Contributors

Full Changelog: v0.4.2...v0.4.3

Release v0.4.2

30 May 14:20
1b388dc
Compare
Choose a tag to compare

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

04 Apr 13:29
dd6bbb4
Compare
Choose a tag to compare

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

03 Apr 15:42
1693d5f
Compare
Choose a tag to compare

0.4.0 (2024-04-03)

Features

  • ci: add workflow for creating an EPIC issue for release tracking (#101) (1693d5f)

What's Changed

  • chore: remove checklist from PR template as it isn't being used by @MSevey in #102
  • feat(ci): add workflow for creating an EPIC issue for release tracking by @MSevey in #101

Full Changelog: v0.3.3...v0.4.0

Release v0.3.3

18 Mar 15:56
1cb27a6
Compare
Choose a tag to compare

0.3.3 (2024-03-18)

What's Changed

  • chore (ci): rename step within docker security job by @MSevey in #97

Full Changelog: v0.3.2...v0.3.3

Release v0.3.2

07 Feb 15:36
813fe47
Compare
Choose a tag to compare

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.

For Example:
Screen Shot 2024-02-07 at 10 41 39 AM

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.

  • fix: fix failing docker CI due to permission issues on PRs by @MSevey in #94

Full Changelog: v0.3.1...v0.3.2