v0.3.0
github-actions
released this
12 May 16:02
·
409 commits
to refs/heads/main
since this release
Changes
- Run action on tag @janisz (#334)
- Update to Go1.18. @dhaus67 (#326)
- Add new flag to force color output. @dhaus67 (#324)
- Update CODEOWNERS @janisz (#319)
- Be more clear with errors found within anti-affinity rules. @dhaus67 (#318)
- Added target-port template and check for it @mtodor (#310)
- Remove if condition, handled by ignore-branches now. @dhaus67 (#309)
- Ignore dependabot branches. @dhaus67 (#306)
- added link to blog post about writing a custom template @garethahealy (#298)
- Use single workflow to build and test @janisz (#296)
- Create CODEOWNERS @janisz (#293)
- Add support for all current autoscaler hpa versions @mrunesson (#290)
- Add --fail-on-invalid-resource flag @rumstead (#279)
- update docker version in pre-commit-hooks @kenzht (#284)
🐛 Bug Fixes
- Check bash version on bats @janisz (#327)
- Do not alert on missing readiness / liveness probe for init containers. @dhaus67 (#302)
🧰 Maintenance
- Build alpine image and push to dockerhub @janisz (#316)
- Update actions with dependabot @janisz (#320)
- Enable gosec. @dhaus67 (#301)
- Add missing release id to upload artifacts @janisz (#299)
- Release with GH Action @janisz (#297)
- Build and push images to ghcr.io, sign images with cosign. @janisz (#295)
⬆️ Dependencies
20 changes
- Bump k8s.io/client-go from 0.23.6 to 0.24.0 @dependabot (#317)
- Bump actions/upload-artifact from 2 to 3 @dependabot (#329)
- Bump github.com/golangci/golangci-lint from 1.45.2 to 1.46.0 @dependabot (#333)
- Bump k8s.io/api from 0.23.6 to 0.24.0 @dependabot (#328)
- Bump actions/download-artifact from 2 to 3 @dependabot (#330)
- Bump docker/setup-buildx-action from 79abd3f86f79a9d68a23c75a09a9a85889262adf to 2 @dependabot (#331)
- Bump k8s.io/apimachinery from 0.23.6 to 0.24.0 @dependabot (#314)
- Bump docker/metadata-action from 3.3.0 to 4.0.1 @dependabot (#323)
- Bump docker/login-action from 1.9.0 to 1.14.1 @dependabot (#322)
- Bump actions/cache from 2 to 3 @dependabot (#321)
- Bump honnef.co/go/tools from 0.3.0 to 0.3.1 @dependabot (#315)
- Bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 @dependabot (#307)
- Bump k8s.io/cli-runtime from 0.23.5 to 0.23.6 @dependabot (#308)
- Bump k8s.io/client-go from 0.23.5 to 0.23.6 @dependabot (#303)
- Bump k8s.io/api from 0.23.5 to 0.23.6 @dependabot (#304)
- Bump k8s.io/apimachinery from 0.23.5 to 0.23.6 @dependabot (#305)
- Bump helm.sh/helm/v3 from 3.8.1 to 3.8.2 @dependabot (#292)
- Bump github.com/spf13/viper from 1.10.1 to 1.11.0 @dependabot (#289)
- Bump honnef.co/go/tools from 0.2.2 to 0.3.0 @dependabot (#280)
- Bump github.com/golangci/golangci-lint from 1.45.0 to 1.45.2 @dependabot (#281)
Full Changelog: 0.2.6...v0.3.0
What's Changed
- update docker version in pre-commit-hooks by @kenzht in #284
- Bump github.com/golangci/golangci-lint from 1.45.0 to 1.45.2 by @dependabot in #281
- Bump honnef.co/go/tools from 0.2.2 to 0.3.0 by @dependabot in #280
- Bump github.com/spf13/viper from 1.10.1 to 1.11.0 by @dependabot in #289
- Add --fail-on-invalid-resource flag by @rumstead in #279
- Add support for all current autoscaler hpa versions by @mrunesson in #290
- Bump helm.sh/helm/v3 from 3.8.1 to 3.8.2 by @dependabot in #292
- Create CODEOWNERS by @janisz in #293
- Use single workflow to build and test by @janisz in #296
- Build and push images to ghcr.io, sign images with cosign. by @janisz in #295
- added link to blog post about writing a custom template by @garethahealy in #298
- Release with GH Action by @janisz in #297
- Add missing release id to upload artifacts by @janisz in #299
- Enable gosec. by @dhaus67 in #301
- Do not alert on missing readiness / liveness probe for init containers. by @dhaus67 in #302
- Ignore dependabot branches. by @dhaus67 in #306
- Bump k8s.io/apimachinery from 0.23.5 to 0.23.6 by @dependabot in #305
- Bump k8s.io/api from 0.23.5 to 0.23.6 by @dependabot in #304
- Bump k8s.io/client-go from 0.23.5 to 0.23.6 by @dependabot in #303
- Bump k8s.io/cli-runtime from 0.23.5 to 0.23.6 by @dependabot in #308
- Bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 by @dependabot in #307
- Remove if condition, handled by ignore-branches now. by @dhaus67 in #309
- Added target-port template and check for it by @mtodor in #310
- Bump honnef.co/go/tools from 0.3.0 to 0.3.1 by @dependabot in #315
- Update actions with dependabot by @janisz in #320
- Build alpine image and push to dockerhub by @janisz in #316
- Bump actions/cache from 2 to 3 by @dependabot in #321
- Bump docker/login-action from 1.9.0 to 1.14.1 by @dependabot in #322
- Bump docker/metadata-action from 3.3.0 to 4.0.1 by @dependabot in #323
- Be more clear with errors found within anti-affinity rules. by @dhaus67 in #318
- Update CODEOWNERS by @janisz in #319
- Add new flag to force color output. by @dhaus67 in #324
- Update to Go1.18. by @dhaus67 in #326
- Bump k8s.io/apimachinery from 0.23.6 to 0.24.0 by @dependabot in #314
- Check bash version on bats by @janisz in #327
- Bump docker/setup-buildx-action from 79abd3f86f79a9d68a23c75a09a9a85889262adf to 2 by @dependabot in #331
- Bump actions/download-artifact from 2 to 3 by @dependabot in #330
- Bump k8s.io/api from 0.23.6 to 0.24.0 by @dependabot in #328
- Bump github.com/golangci/golangci-lint from 1.45.2 to 1.46.0 by @dependabot in #333
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #329
- Bump k8s.io/client-go from 0.23.6 to 0.24.0 by @dependabot in #317
- Run action on tag by @janisz in #334
New Contributors
- @kenzht made their first contribution in #284
- @rumstead made their first contribution in #279
- @mrunesson made their first contribution in #290
- @dhaus67 made their first contribution in #301
- @mtodor made their first contribution in #310
Full Changelog: 0.2.6...0.3.0