Commit Graph

1488 Commits (8df140c713577892b86a8599d04427b6b9db660a)
 

Author SHA1 Message Date
Stefan Prodan 11b5b9808b
Merge pull request from fluxcd/homebrew
Publish Homebrew formula
stefanprodan ca1f84d22b Publish Homebrew formula
Stefan Prodan d6c6c88e6e
Merge pull request from fluxcd/sops
Mozilla SOPS
stefanprodan ee33702463 Add Mozilla SOPS guide to docs
stefanprodan 8b6995e9ec Add decryption flags to create kustomization cmd
Stefan Prodan 36ba8f0fcb
Merge pull request from fluxcd/kustomize-controller-v0.0.10
Update kustomize-controller to v0.0.10
stefanprodan bfb560ec50 Update kustomize-controller to v0.0.10
Stefan Prodan 78bb11dcbf
Merge pull request from fluxcd/ghcr
Use GitHub Container Registry for AMD64/ARM64 images
stefanprodan 5c8d00665f Use GitHub Container Registry for AMD64/ARM64 images
Stefan Prodan f4d78cc08e
Merge pull request from fluxcd/arch
Add ARM64 support to install/bootstrap
stefanprodan 2aa395ba12 Update source and helm controllers
helm-controller/api v0.0.7
source-controller/api v0.0.14
Hidde Beydals ac862e6822
Merge pull request from fluxcd/update-hr-create-docs
Update `gotk create helmrelease` examples
stefanprodan 1b55ead16e Add ARM64 to install docs and script
stefanprodan b24727ec22 Update kustomize-controller to v0.0.9
stefanprodan 2768926683 Publish gotk linux/arm64 binary
stefanprodan 3f07bd6471 Add arch flag to install/bootstrap
Hidde Beydals 2f861f19c0 Update `gotk create helmrelease` examples
To better reflect optional fields and highlight specific configuration
options.
Hidde Beydals 6b397cff73
Merge pull request from scottrigby/docs-gotk-create-hr-fix
Docs: fix gotk create helmrelease examples
Scott Rigby 44a3cf86d3 Docs: fix gotk create helmrelease examples
Signed-off-by: Scott Rigby <scott@r6by.com>
Hidde Beydals dfb0a40293
Merge pull request from fluxcd/docs/helmrelease-git-guide
Document GitRepository source in HelmRelease guide
Hidde Beydals 7719dd378b docs: GitRepository source in HelmRelease guide
Hidde Beydals c9f8e43681
Merge pull request from phillebaba/feature/git
Add documentation for github commit status
Hidde Beydals 4a7538041d
Merge pull request from fluxcd/notification-component-upgrade
Upgrade notification-controller to v0.0.8
Hidde Beydals dd3b2288e2 Upgrade notification-controller to v0.0.8
Philip Laine 496abc3a98 Add documentation for github commit status
Hidde Beydals 8b9abfb26e
Merge pull request from fluxcd/docs/helmrelease-guide-changes
Hidde Beydals 330e21e2ba
Merge pull request from fluxcd/update-tk-components
Hidde Beydals e53d0dadbf Support GitRepository source in HelmRelease cmds
Hidde Beydals fa56685767 Upgrade Toolkit components and K8S deps
* github.com/fluxcd/helm-controller/api to v0.0.6
* github.com/fluxcd/source-controller/api to v0.0.13

* k8s.io/api to v0.18.8
* k8s.io/apiextensions-apiserver to v0.18.8
* k8s.io/apimachinery to v0.18.8
* k8s.io/client-go to v0.18.8
* sigs.k8s.io/controller-runtime to v0.6.2
Hidde Beydals 2727f4b92d docs: update helm-controller doc
Hidde Beydals 0f74f65af8 docs: update FAQ differences Helm integration
Hidde Beydals 8e03968370 docs: incorporate HelmRelease API changes in guide
Daniel Holbach 969f181f3e
Merge pull request from dholbach/update-roadmap
update roadmap
Daniel Holbach cc18077192 update roadmap
Daniel Holbach 47d07b2326
Merge pull request from dholbach/roadmap-is-settled
Roadmap for Flux v2 is settled for now, remove note.
Daniel Holbach a96bb72fb8 Roadmap for Flux v2 is settled for now, remove note
Hidde Beydals 75364dd5b4
Merge pull request from fluxcd/rename-tk-to-gotk
Rename `tk` binary to `gotk`
Hidde Beydals 22624ae4d5 Rename `tk` binary to `gotk`
To avoid conflicts with the `tk` binary from the Tanka project.
Hidde Beydals cb23d3ff3c
Merge pull request from fluxcd/helmrelease-json-pointer
Hidde Beydals e751bdc8a9 Change readiness check for HelmRelease
As the HelmRelease injects its own HelmChart, the first reconciliation
will always trigger a `Ready==False` condition while it waits for the
chart to become ready. Given this, we should only take this condition
into account when the `status.LastAttemptedRevision` has been recorded,
as this marks the fact that the chart is available and an action was
attempted.
Hidde Beydals 2078d048a1 Fix: change v1.JSON for HelmRelease to pointer
Hidde Beydals 22ff25269d
Merge pull request from fluxcd/update-components
Update toolkit components
hiddeco 1ee9a6a39d Update toolkit components
Hidde Beydals 50efd865d9
Merge pull request from fluxcd/docs-detect-component-versions
Hidde Beydals d688d3837f build: use mini curl progress bar and error on 404
Hidde Beydals 6cb438440d build: detect current version from kustomize
This allows controller components to be updated when they are not
included as a Go Mod dependency, which is currently the case for the
notification-controller.
Hidde Beydals 2c5771d9e8 build: detect component versions for docs
Hidde Beydals 0ce06116e6
Merge pull request from mberwanger/git-workflow-component-updates
Martin H Berwanger 706bc0fdfe Update PR commit message
Martin H Berwanger 0b5b1ba11a Automate components updates
Add component update GitHub action
- check for new controller release
- bump versions in go mod, kustomize, and docs
- create PR for review