Skip to content

Releases: hoverkraft-tech/ci-github-container

0.12.0

Choose a tag to compare

@neilime neilime released this 30 Oct 20:25

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #178
  • feat: pass build args secrets by @neilime in #179

Full Changelog: 0.11.3...0.12.0

0.11.3

Choose a tag to compare

@neilime neilime released this 30 Oct 20:02

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #151
  • test(docker): try to pull images after build by @neilime in #153
  • test: add default tag for test image by @neilime in #154
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.5 to 0.8.1 in /actions/docker/build-image by @dependabot in #158
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.5 to 0.9.0 by @dependabot in #162
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.5 to 0.9.0 in /actions/helm/release-chart by @dependabot in #163
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.5 to 0.9.0 in /actions/docker/get-image-metadata by @dependabot in #165
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.8.1 to 0.9.0 in /actions/docker/build-image by @dependabot in #164
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.9.0 to 0.9.1 in /actions/docker/build-image by @dependabot in #166
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.9.0 to 0.9.1 in /actions/docker/get-image-metadata by @dependabot in #168
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.9.0 to 0.9.1 in /actions/helm/release-chart by @dependabot in #169
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.9.0 to 0.9.1 by @dependabot in #167
  • chore: add dockerfile to run linter by @neilime in #170
  • feat: add need fix to issue workflow by @neilime in #175
  • ci(actions/docker/delete-image-tags): fix concurrent tests issue by @neilime in #176
  • ci(actions/docker/delete-image-tags): fix concurrent tests issue by @neilime in #177
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.9.1 to 0.10.0 in /actions/docker/get-image-metadata by @dependabot in #174
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.9.1 to 0.10.0 in /actions/helm/release-chart by @dependabot in #173
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.9.1 to 0.10.0 in /actions/docker/build-image by @dependabot in #172
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.9.1 to 0.10.0 by @dependabot in #171

Full Changelog: 0.11.2...0.11.3

0.11.2

Choose a tag to compare

@neilime neilime released this 26 Sep 23:17

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #149
  • fix(docker/get-image-metadata): handle commit sha properly by @neilime in #150

Full Changelog: 0.11.1...0.11.2

0.11.1

Choose a tag to compare

@neilime neilime released this 26 Sep 21:21

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #147
  • fix(docker/build-image): handle metadata output as jure json by @neilime in #148

Full Changelog: 0.11.0...0.11.1

0.11.0

Choose a tag to compare

@neilime neilime released this 26 Sep 20:49

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #138
  • fix(helm/release-chart): add output for when building charts by @neilime in #139
  • docs: update actions and workflows documentation by @hoverkraft-bot in #140
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.3 to 0.7.5 in /actions/helm/release-chart by @dependabot in #144
  • chore(deps): bump mikefarah/yq from 4.35.1 to 4.35.2 in /actions/helm/release-chart by @dependabot in #143
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.3 to 0.7.5 in /actions/docker/build-image by @dependabot in #142
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.3 to 0.7.5 by @dependabot in #141
  • feat(docker/build-image): improve multi platform build by @neilime in #98
  • chore: update dependabot config by @hoverkraft-bot in #145
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.3 to 0.7.5 in /actions/docker/get-image-metadata by @dependabot in #146

Full Changelog: 0.10.2...0.11.0

0.10.2

Choose a tag to compare

@neilime neilime released this 22 Sep 16:47

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #136
  • fix(docker/build-image): pull lfs before build by @neilime in #137

Full Changelog: 0.10.1...0.10.2

0.10.1

Choose a tag to compare

@neilime neilime released this 19 Sep 17:26

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #134
  • fix(docker/build-image): use git context to provide metadata by @neilime in #135

Full Changelog: 0.10.0...0.10.1

0.10.0

Choose a tag to compare

@neilime neilime released this 18 Sep 17:22

Features Highlight

  • actions/helm/release-chart: Added support for various chart values path.
  • actions/docker/build-image: Added trivy check.
  • helm/release-chart: Now builds charts before releasing them.

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #110
  • chore(deps): bump mikefarah/yq from 4.34.1 to 4.34.2 in /actions/helm/release-chart by @dependabot in #111
  • chore(deps): bump mikefarah/yq from 4.34.2 to 4.35.1 in /actions/helm/release-chart by @dependabot in #112
  • feat(actions/helm/release-chart): supports various chart values path by @neilime in #113
  • ci: enable all CI tests by @neilime in #114
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.1 to 0.7.2 by @dependabot in #118
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #117
  • docs: update actions and workflows documentation by @hoverkraft-bot in #119
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.1 to 0.7.2 in /actions/docker/build-image by @dependabot in #115
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.1 to 0.7.2 in /actions/helm/release-chart by @dependabot in #116
  • feat(actions/docker/build-image): add trivy check by @neilime in #120
  • chore(deps): bump docker/login-action from 2 to 3 by @dependabot in #121
  • chore(deps): bump docker/setup-qemu-action from 2 to 3 in /actions/docker/build-image by @dependabot in #126
  • chore(deps): bump docker/metadata-action from 4.6.0 to 5.0.0 in /actions/docker/build-image by @dependabot in #127
  • chore(deps): bump docker/login-action from 2 to 3 in /actions/docker/build-image by @dependabot in #125
  • chore(deps): bump docker/login-action from 2 to 3 in /actions/docker/create-images-manifests by @dependabot in #122
  • chore(deps): bump docker/setup-buildx-action from 2 to 3 in /actions/docker/build-image by @dependabot in #124
  • feat(helm/release-chart): build charts before release it by @neilime in #129
  • chore(deps): bump docker/build-push-action from 4 to 5 in /actions/docker/build-image by @dependabot in #128
  • chore(deps): bump docker/setup-qemu-action from 2 to 3 in /actions/docker/create-images-manifests by @dependabot in #123
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.2 to 0.7.3 in /actions/docker/build-image by @dependabot in #130
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.2 to 0.7.3 by @dependabot in #131
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.2 to 0.7.3 in /actions/helm/release-chart by @dependabot in #132
  • fix(docker/build-image): remove upload of codeql sarif file because of permission issue by @neilime in #133

Full Changelog: 0.9.2...0.10.0

0.9.2

Choose a tag to compare

@neilime neilime released this 04 Jul 08:21

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #106
  • docs: update actions and workflows documentation by @hoverkraft-bot in #107
  • chore: use new super linter name by @neilime in #108
  • fix(docker-build-images): use unique artifact name to allows multiple builds by @neilime in #109

Full Changelog: 0.9.1...0.9.2

0.9.1

Choose a tag to compare

@neilime neilime released this 04 Jul 07:16

What's Changed

  • docs: update actions and workflows documentation by @hoverkraft-bot in #102
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.0 to 0.7.1 by @dependabot in #103
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.0 to 0.7.1 in /actions/docker/build-image by @dependabot in #104
  • chore(deps): bump hoverkraft-tech/ci-github-common from 0.7.0 to 0.7.1 in /actions/helm/release-chart by @dependabot in #105

Full Changelog: 0.9.0...0.9.1