Commit Graph

662 Commits (9f7835d8188363e5bbc9219790446b6b60c54f2c)
 

Author SHA1 Message Date
stefanprodan 797aec5528 Add create/delete HelmRelease e2e tests
stefanprodan 5f0b95dc59 Implement create/delete for Helm releases
Stefan Prodan b384c5f14c
Merge pull request from fluxcd/helm-repo-cmd
Implement Helm repository commands
stefanprodan 5254dca9d9 Add Helm repository cmd docs
stefanprodan 8534ccbf37 Implement Helm repository commands
stefanprodan 9af874d810 Add examples to all tk commands
Stefan Prodan 4e3dee15ce
Merge pull request from fluxcd/fix-kustomize-cmd
Rename kustomization arg from validate to validation
stefanprodan aaad618e20 Rename kustomization arg from validate to validation
Fix `tk create kustomization` command args inconsistency with the Kustomize API
Stefan Prodan 10bb50bd82
Merge pull request from fluxcd/crd-v1
Drop support for Kubernetes <1.16
stefanprodan 6d2ff6e019 Update controllers and APIs
stefanprodan 670070a879 Drop support for Kubernetes <1.16
Stefan Prodan dcec8007d4
Merge pull request from luxas/go_git_provider
Add go-git-providers proposal
Michael Bridgen 3abf4a49cd
Merge pull request from fluxcd/link-to-image-update-discussion
Link to image update discussion
Michael Bridgen 38825bf96a
Cosmetic: indent sublist
Michael Bridgen faa69da28d
Link to image update discussion
.. and rearrange the line items a little. I removed the mention of source-controller because it doesn't feature in the design as drafted.
Hidde Beydals 5cf524e2fd
Merge pull request from fluxcd/docs/update-helm-roadmap
Make nested list work correctly in roadmap
Hidde Beydals 88802a44e7 Make nested list work correctly in roadmap
Stefan Prodan 94498d862d
Merge pull request from fluxcd/static-manifests
Use semver manifests as kustomize base
Hidde Beydals 9418b24e8f
Merge pull request from fluxcd/docs/update-helm-roadmap
Update "Helm Operator v2" roadmap
stefanprodan b92cbcd7e7 Use semver manifests as kustomize base
Instead of cloning the components repositories to download the base manifests, we build them in CI at release time and download them in tk install/bootstrap based on the provided semver. This speeds up the manifests generation from minutes to milliseconds.
Hidde Beydals 9ef2ff92df Update "Helm Operator v2" roadmap
stefanprodan 422724bd2d Publish manifests as release assets
Stefan Prodan 6cb7897f25
Merge pull request from fluxcd/export-install-manifests
Add export option to tk install
stefanprodan 499ba15004 Add export option to tk install
Stefan Prodan b04abe989e
Merge pull request from fluxcd/helm-webhooks
Add webhook receivers section to Helm guide
stefanprodan ea576179f9 Add webhook receivers section to Helm guide
Stefan Prodan 116d53a978
Merge pull request from fluxcd/docs/helm-controller-notifications
Document helm-controller notifications in guide
Stefan Prodan 32adbf2ec8
Merge pull request from fluxcd/prep-release-v0.0.5
Update controllers and go modules
stefanprodan c664484fda Update controllers and go modules
- update source-controller to v0.0.5
- update kustomize-controller to v0.0.4
- update notification-controller to v0.0.4
- update helm-controller to v0.0.1-alpha.2
Hidde Beydals 06906eba4c Document helm-controller notifications in guide
Hidde Beydals d387ebf32d
Merge pull request from fluxcd/docs/helmrelease-guide
Add "Manging Helm releases" guide to menu
Hidde Beydals f75556f33c Add "Manging Helm releases" guide to menu
Hidde Beydals 2cf09e4de6
Merge pull request from fluxcd/docs/helmrelease-guide
Hidde Beydals a5a3a9c586 Make existence of HelmChart visible
Hidde Beydals 746dfbd955 Managing Helm releases guide
Lucas Käldström b1993d2fb7
Add Reconcile methods and TeamAccess struct. Mention ErrNotFound and ErrAlreadyExists. Add List() to TeamAccess. Rename GetTitle() to GetName()
Lucas Käldström e8096dec88
Rename the Repository Teams and Credential clients
Lucas Käldström 39eee51ec8
Add extra goals of best practices
Lucas Käldström 7bb3a10795
Remove the URLParser, and Provider from the *Ref types
Stefan Prodan a8cbe4b05f
Merge pull request from fluxcd/notification-v0.0.3
Update notification-controller to v0.0.3
stefanprodan fe86da0cde Update notification-controller to v0.0.3
Stefan Prodan 4c86a2c191
Merge pull request from fluxcd/helm-suspend
Add helm suspend/resume commands
stefanprodan 8dc5db17ac Add helm suspend/resume commands
Stefan Prodan 549c3a190e
Merge pull request from fluxcd/helm-reconcile
Add reconcile helm commands
stefanprodan 7a68c4ccf3 Add reconcile helm commands
Lucas Käldström 4c684df653
Add go-git-providers proposal
Stefan Prodan bf8831b833
Merge pull request from fluxcd/reconcile-cmd
Rename sync cmd to reconcile
stefanprodan 394227571f Rename sync cmd to reconcile
Stefan Prodan bf67577073
Merge pull request from fluxcd/default-components
Refactor install defaults
stefanprodan e180611024 Refactor defaults
- add dedicated components flag for bootstrap/install/check
- extract defaults to vars
- update CLI docs