Skip to content

Releases: theohbrothers/docker-kubectl

20221030.0.0

30 Oct 11:17
dbd7b57
Compare
Choose a tag to compare

Changes

πŸ–ŠοΈ Refactors

  • Refactor (ci): Use v20221030.0.0 in release-drafter.yml like the default template @leojonathanoh (#35)
  • Refactor (ci): Use $GITHUB_ENV, github.ref_name, and bump actions to node 16 @leojonathanoh (#34)

πŸ“ Documentation

20220919.0.0

19 Sep 20:45
9acdc63
Compare
Choose a tag to compare

Changes

πŸš€ Features

20211119.0.0

19 Nov 02:02
c55bd3a
Compare
Choose a tag to compare

Changes

πŸš€ Features

20210915.0.0

15 Sep 16:52
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ–ŠοΈ Refactors

  • Refactor (generate): Determine docker buildx platforms in VARIANTS.ps1 instead of in Dockerfile template for better template reusability @leojonathanoh (#21)

20210912.0.1

12 Sep 21:14
Compare
Choose a tag to compare

Changes

πŸ› Bug Fixes

  • Fix (ci): Fix publish-draft-release job to use tag from resolve-release-tag job @leojonathanoh (#19)

πŸ–ŠοΈ Refactors

  • Refactor (ci): Update ci-master-pr template to only build multi arch image for alpine >3.5 @leojonathanoh (#20)

20210912.0.0 🌈

12 Sep 21:03
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ› Bug Fixes

πŸ–ŠοΈ Refactors

  • Refactor: Simplify command for installing kubectl to simply use wget @leojonathanoh (#17)
  • Refactor: Change ENTRYPOINT to CMD for better command line intuitivity @leojonathanoh (#18)
  • Refactor (generate): Remove Dockerfile.header.ps1 and Dockerfile.footer.ps1 and only use Dockerfile.ps1 @leojonathanoh (#15)
  • Refactor (definitions): Remove sending definition objects down the pipeline @leojonathanoh (#16)

πŸ“ Documentation

20210805.0.0 🌈

05 Aug 21:13
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ› Bug Fixes

  • Fix (ci): Fix usage of unavailable variable in release pipeline docker push job step @leojonathanoh (#8)
  • Fix (ci): Fix syntax error for release docker push job step @leojonathanoh (#9)

πŸ–ŠοΈ Refactors

  • Refactor: Remove all singular component variants @leojonathanoh (#5)
  • Refactor (ci): Use buildx and build for multiple platforms @leojonathanoh (#6)
  • Refactor (ci): Remove .github/workflows/ci-release and use only ci-master-pr @leojonathanoh (#7)

20210408.0.0

08 Apr 19:13
Compare
Choose a tag to compare

Changes

πŸ› Bug Fixes

  • Fix (ci): Add missing release-drafter.yml for Calver github workflows @leojonathanoh (#2)

πŸ–ŠοΈ Refactors