Skip to content

Releases: DoodleScheduling/flux-build

v2.3.0

02 May 07:09
1d9873b
Compare
Choose a tag to compare

What's Changed

  • fix: error if annotation patch path can't be found, update dependencies by @raffis in #99
  • feat: support reading from stdin by @raffis in #100
  • chore(deps): update module sigs.k8s.io/kustomize/api to v0.17.1 by @renovate in #21
  • chore(deps): update module github.com/onsi/gomega to v1.33.0 by @renovate in #103
  • chore(deps-dev): update anchore/sbom-action action to v0.15.11 by @renovate in #104
  • chore(deps-dev): update docker/login-action action to v3.1.0 by @renovate in #105
  • chore(deps-dev): update shogo82148/actions-goveralls action to v1.9.0 by @renovate in #106
  • chore(deps-dev): update sigstore/cosign-installer action to v3.5.0 by @renovate in #107
  • chore(deps-dev): update fossa-contrib/fossa-action action to v3 by @renovate in #109
  • chore(deps-dev): update actions/setup-go action to v5 by @renovate in #108
  • chore(deps-dev): update pascalgn/size-label-action digest to bbbaa0d - autoclosed by @renovate in #102
  • chore(deps-dev): update actions/checkout digest to 0ad4b8f by @renovate in #101
  • chore(deps-dev): update github/codeql-action digest to f0a1281 by @renovate in #87

Full Changelog: v0.2.2...v2.3.0

v0.2.2

02 Apr 09:01
e6ac985
Compare
Choose a tag to compare

What's Changed

  • Support non-base64 encoded secret by @dud225 in #97

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

14 Feb 11:29
318b3de
Compare
Choose a tag to compare

What's Changed

  • fix: throw error if malformed yaml by @raffis in #93

Full Changelog: v0.2.0...v0.2.1

v0.2.0

22 Jan 11:01
122cdff
Compare
Choose a tag to compare

What's Changed

  • fix: exclude empty documents from helmreleases, add hook support #88, #89 by @raffis in #90

Full Changelog: v0.1.4...v0.2.0

v0.1.4

20 Dec 10:10
Compare
Choose a tag to compare

What's Changed

  • helm: allow values from secret to be in stringData by @LittleFox94 in #86
  • chore(deps): update module github.com/sigstore/cosign to v1.13.2 [security] by @renovate in #85

Full Changelog: v0.1.3...v0.1.4

v0.1.3

20 Dec 09:41
Compare
Choose a tag to compare

Full Changelog: v0.1.2...v0.1.3

v0.1.2

02 Nov 11:41
5cd9329
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update module github.com/cyphar/filepath-securejoin to v0.2.4 [security] by @renovate in #54
  • chore(deps): update module github.com/docker/docker to v20.10.25+incompatible by @renovate in #22
  • chore(deps-dev): update sigstore/cosign-installer action to v3.1.2 - autoclosed by @renovate in #51
  • chore(deps-dev): update goreleaser/goreleaser-action action to v4.6.0 by @renovate in #50
  • chore(deps-dev): update docker/login-action action to v2.2.0 by @renovate in #49
  • chore(deps): update module github.com/fluxcd/pkg/runtime to v0.42.0 by @renovate in #47
  • chore(deps-dev): update shogo82148/actions-goveralls action to v1.8.0 by @renovate in #63
  • chore(deps): update module github.com/docker/cli to v24 - autoclosed by @renovate in #64
  • chore(deps): update module github.com/fluxcd/helm-controller/api to v0.36.0 by @renovate in #59
  • chore(deps-dev): update actions/setup-go action to v4.1.0 by @renovate in #62
  • chore(deps): update module github.com/fluxcd/source-controller/api to v1 by @renovate in #66
  • chore(deps-dev): update actions/cache action to v3.3.2 by @renovate in #57
  • chore(deps-dev): update github/codeql-action digest to 43750fe by @renovate in #56
  • chore(deps-dev): update actions/checkout digest to f43a0e5 by @renovate in #55
  • Fixes #70 and supports CRDsPolicy Skip by @yoadey in #71
  • chore(deps-dev): update goreleaser/goreleaser-action action to v5 by @renovate in #69
  • chore(deps-dev): update actions/checkout action to v4 - autoclosed by @renovate in #68
  • chore(deps): update module github.com/docker/docker to v20.10.26+incompatible by @renovate in #75
  • chore(deps-dev): update github/codeql-action digest to c73d8a6 by @renovate in #73
  • chore(deps): update module github.com/fluxcd/helm-controller/api to v0.36.2 by @renovate in #76
  • chore(deps): update module github.com/go-logr/logr to v1.3.0 by @renovate in #78
  • chore(deps): update module github.com/onsi/gomega to v1.29.0 by @renovate in #79
  • chore(deps): update module github.com/otiai10/copy to v1.14.0 by @renovate in #80
  • chore(deps): update module go.uber.org/zap to v1.26.0 by @renovate in #81
  • chore(deps): update module sigs.k8s.io/yaml to v1.4.0 by @renovate in #83
  • chore(deps-dev): update docker/login-action action to v3 by @renovate in #84
  • chore(deps): update module github.com/docker/cli to v24.0.7+incompatible by @renovate in #74
  • chore(deps): update module golang.org/x/sync to v0.4.0 by @renovate in #82
  • chore(deps): update module github.com/fluxcd/source-controller/api to v1.1.2 by @renovate in #77

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

13 Jul 14:45
fb2e777
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Jul 08:24
37ecbbb
Compare
Choose a tag to compare

What's Changed

  • add: HelmRepository auth with referenced secret by @LittleFox94 in #40
  • fix: do not patch namespace if namespace is hardcoded in the template #41 by @raffis in #42
  • feat: support helmrelease secret values by @raffis in #43
  • chore(deps): update module golang.org/x/sync to v0.3.0 by @renovate in #36
  • chore(deps): update module github.com/fluxcd/helm-controller/api to v0.35.0 by @renovate in #34
  • chore(deps-dev): update anchore/sbom-action action to v0.14.3 by @renovate in #45
  • chore(deps-dev): update github/codeql-action digest to 95a5fda by @renovate in #44
  • chore(deps): update module github.com/fluxcd/pkg/oci to v0.29.0 by @renovate in #46
  • chore(deps): update module github.com/otiai10/copy to v1.12.0 by @renovate in #48
  • chore(deps-dev): update shogo82148/actions-goveralls action to v1.7.0 by @renovate in #25

New Contributors

Full Changelog: v0.0.9...v0.1.0

v0.0.9

06 Jul 08:58
27e8716
Compare
Choose a tag to compare

What's Changed

  • fix: api-versions flag parsing by @raffis in #39

Full Changelog: v0.0.8...v0.0.9