Skip to content

Releases: Staffbase/gitops-github-action

Release v5.4

02 Apr 10:01
c46ee04
Compare
Choose a tag to compare

Changes

🧹 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

11 Mar 07:54
d2be484
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.2...v5.3

Release v5.2

06 Jun 07:55
666ca4d
Compare
Choose a tag to compare

What’s Changed

Release v5.1

26 May 08:22
aae4902
Compare
Choose a tag to compare

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

28 Nov 11:26
910ddf0
Compare
Choose a tag to compare

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

18 Jul 07:26
8e5552a
Compare
Choose a tag to compare

What’s Changed

Migration

  • possibility to use the action as normal action without checkout the code
  • renaming of the variables - added dashes, f.e. dockerimage to docker-image

Release v3

20 Jan 08:56
7aa976e
Compare
Choose a tag to compare

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"