Skip to content

Release v0.3.2

Compare
Choose a tag to compare
@Bidon15 Bidon15 released this 07 Feb 15:36
· 15 commits to main since this release
813fe47

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