Commit Graph

32 Commits (75364dd5b4641c1ac2537e9f5b30ab51c2e52aa1)

Author SHA1 Message Date
hiddeco 1ee9a6a39d Update toolkit components
Stefan Prodan 35d6172d06
Merge pull request from fluxcd/ssh-host
Add SSH hostname arg to GitLab bootstrap
stefanprodan b5ed8f0183 Add SSH hostname arg to GitLab bootstrap
Hidde Beydals 248961d58c Update helm-controller to v0.0.4
Hidde Beydals 0c33df883c Switch to dedicated fluxcd/pkg and api modules
stefanprodan 8d1dddf205 Update controllers for Helm v3.3.0
Hidde Beydals 54b11e7b25 Update components
- source-controller to v0.0.7
- kustomize-controller to v0.0.7
- helm-controller to v0.0.1
- notification-controller to v0.0.6
stefanprodan 83c236c829 Update helm-controller to v0.0.1-beta.4
stefanprodan 2463d72f3b Update helm-controller to v0.0.1-beta.3
stefanprodan 5f0b95dc59 Implement create/delete for Helm releases
stefanprodan 6d2ff6e019 Update controllers and APIs
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
stefanprodan 7a68c4ccf3 Add reconcile helm commands
stefanprodan 394227571f Rename sync cmd to reconcile
stefanprodan 789fd34c4a Update fluxcd/pkg to v0.0.2
stefanprodan 4621afcb31 Migrate to fluxcd/pkg
stefanprodan 0e437c1105 Update controllers to v0.0.1
stefanprodan f3d50e158a Implement GitLab bootstrap
stefanprodan 94f320336c Update controllers to v0.0.1-beta.2
stefanprodan e612a8a496 Implement SSH deploy key bootstrap
Hidde Beydals a332e12338 Replace SSH shell-outs with Go implementation
stefanprodan 5807286355 Update controllers to v0.0.1-beta.1
stefanprodan 445dcf0b6d Update kustomize/api to v0.4.1
stefanprodan 1e7d2e7dce Use kustomize API instead of binary
stefanprodan 5c2c4ccdba Add service account args
- update kustomize-controller to v0.0.1-alpha.7
- change args to match the v0.0.1-alpha.7 API
- add service account args
stefanprodan 8c0c2be05a build: update cobra to v1.0
stefanprodan f127adc8ea Implement export to YAML
- add export commands for git sources and kustomizations
- add export e2e tests
stefanprodan 0f5204a8c1 Refactor create source
- use source API package instead of a text template
- use controller-runtime client instead of kubectl
stefanprodan 98c32dce3d Refactor exec helpers
stefanprodan 1371b4d4d3 Implement create source for ssh git repos
- generate host keys and SSH keys
- prompt for deploy key setup
- generate gitrepo source
- wait for source to sync
stefanprodan 403a0f2882 Add check command
- verify minimum supported version of kubectl, kustomize and
Kubernetes API
stefanprodan c8fdf76084 Init toolkit CLI