Releases: Staffbase/gitops-github-action
Releases · Staffbase/gitops-github-action
Release v5.4
Changes
- Disable provenance by default (#84) @timdittler
- 📝 Add release description (#80) @flaxel
🧹 Maintenance
- ⬆️ Bump Staffbase/gha-workflows from 4.0.2 to 5.0.1 (#82) @dependabot
- ⬆️ Bump cla-assistant/github-action from 2.3.1 to 2.3.2 (#81) @dependabot
- Bump Staffbase/gha-workflows from 3.4.0 to 4.0.2 (#79) @dependabot
Release v5.3
What's Changed
- Bump Staffbase/gha-workflows from 1.14.0 to 2.2.0 by @dependabot in #68
- Bump Staffbase/gha-workflows from 2.2.0 to 2.5.0 by @dependabot in #69
- Bump Staffbase/gha-workflows from 2.5.0 to 2.8.0 by @dependabot in #75
- Bump docker/login-action from 2 to 3 by @dependabot in #74
- Bump docker/build-push-action from 4 to 5 by @dependabot in #73
- Bump actions/checkout from 3 to 4 by @dependabot in #72
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #71
- Update README.md bump version by @harikaduyu in #76
- Bump cla-assistant/github-action from 2.3.0 to 2.3.1 by @dependabot in #77
- Bump Staffbase/gha-workflows from 2.8.0 to 3.4.0 by @dependabot in #78
New Contributors
- @harikaduyu made their first contribution in #76
Full Changelog: 5.2...v5.3
Release v5.2
What’s Changed
- ✨ Add Option to configure provenance attestations (#66) @timdittler
- Update CLA Allowlist (#67) @0x46616c6b
Release v5.1
What’s Changed
- add possibility to pass docker build secrets to the build step (#65) @staust
- 🔥 remove committing changes if simulation should be done (#64) @flaxel
- Bump Staffbase/gha-workflows from 1.12.0 to 1.14.0 (#63) @dependabot
- Bump Staffbase/gha-workflows from 1.8.0 to 1.12.0 (#61) @dependabot
- Bump cla-assistant/github-action from 2.2.1 to 2.3.0 (#62) @dependabot
- Bump docker/build-push-action from 3 to 4 (#60) @dependabot
Release v4.1
What’s Changed
- 🎨 Retry push attempts (#57) @scthi
- 🔥 remove deprecated set-output (#56) @flaxel
- ⬆️ Manual Dependabot PR for gha_workflows (#55) @flaxel
- Bump cla-assistant/github-action from 2.2.0 to 2.2.1 (#54) @dependabot
- ⬆️ Manual Dependabot PR for gha_workflows (#52) @flaxel
- 🎨 check if there are changes to commit (#49) @flaxel
- Adjust catalog entry (#50) @axdotl
- Add necessary marketplace information (#51) @axdotl
- Bump cla-assistant/github-action from 2.1.1.pre.beta to 2.2.0 (#48) @dependabot
- 📝 bump major version (#46) @flaxel
Release v4
What’s Changed
- 🎨 download yq if necessary (#38) @flaxel
- 👷 docker login only if docker enabled (#39) @flaxel
- ⬆️ Manual Dependabot PR for gha_workflows (#35) @flaxel
- Add staffbase doc (#36) @franzuhlig
- ⏪ revert direct gitops usage (#31) @flaxel
- ⬆️ Manual Dependabot PR for gha_workflows (#30) @flaxel
- Bump docker/setup-buildx-action from 1 to 2 (#27) @dependabot
- Bump docker/login-action from 1 to 2 (#28) @dependabot
- Bump docker/build-push-action from 2 to 3 (#26) @dependabot
Migration
- possibility to use the action as normal action without checkout the code
- renaming of the variables - added dashes, f.e.
dockerimage
todocker-image
Release v3
Whats New:
- use official actions for docker login, build and push
- enable docker buildx github action cache
- split dockeradditionalbuildparams into dockerbuildargs and dockerbuildtarget
Migration from v2 to v3:
- split your dockeradditionalbuildparams to dockerbuildargs and dockerbuildtarget like:
old:
dockeradditionalbuildparams: "--target runtime --build-arg ARG1='one' --build-arg ARG2='two'"
new:
dockerbuildargs: "ARG1='one',ARG2='two'"
dockerbuildtarget: "runtime"