Commit Graph

608 Commits (9916a5376123b4bcdc0f11999a8f8781ce5ee78c)
 

Author SHA1 Message Date
Hidde Beydals 9916a53761 Rename `gotk-system` namespace to `flux-system`
Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
Stefan Prodan 4581c99a81
Merge pull request #389 from fluxcd/docs/helmreleases
Update HelmRelease documentation
4 years ago
Hidde Beydals c3fdc41a91
Update HelmRelease documentation
* Remove mention of dependency download limitation
* Include bucket sources in HelmRelease guide

Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
Stefan Prodan edf2f51aa1
Merge pull request #385 from fluxcd/readme-flux2
Minimal rewrite of README to explain Flux v2
4 years ago
Michael Bridgen de944d0095
Minimal rewrite of README to explain Flux v2
- Adjust the description so it talks about the whole system (Flux) as
   one thing

 - Describe what GitOps Toolkit is, and how it relates to Flux v2.

Signed-off-by: Michael Bridgen <michael@weave.works>
4 years ago
Stefan Prodan 49ffc972f8
Merge pull request #392 from fluxcd/update-components
Update toolkit components
4 years ago
fluxcdbot 2d8e5b2420 Update toolkit components 4 years ago
Stefan Prodan 7c48975198
Merge pull request #387 from fluxcd/bootstrap-refac
Refactor manifests generation
4 years ago
Stefan Prodan 9bc250d027
Refactor manifests generation
- introduce manifestgen pkg, to be consumed by the CLI and Terraform provider
- consolidate defaults in manifestgen/install pkg
- introduce Manifest as the returning type of manifest generation
- add helper function to Manifest for writing multi-doc YAMLs on disk

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan 41d4e7e15b
Merge pull request #376 from phillebaba/refactor-manifest-generation
Refactor manifest generation into a separate package
4 years ago
Philip Laine b0d2a38ff6 Refactor manifest generation
Signed-off-by: Philip Laine <philip.laine@xenit.se>
4 years ago
Stefan Prodan bd4d4d927e
Merge pull request #384 from fluxcd/update-stable-repo
Update the stable Helm repository in docs
4 years ago
Stefan Prodan db17cacbf4
Update the stable Helm repository in docs
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan 0c5961df98
Merge pull request #381 from fluxcd/copyright
Change copyright to Flux authors
4 years ago
Stefan Prodan 0e67b76b57
Change copyright to Flux authors
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan f72b323ab5
Merge pull request #378 from chanwit/windows-zip
change the windows binary release format to .zip
4 years ago
Chanwit Kaewkasi 927c21a60f change the windows binary release format to .zip
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
4 years ago
Hidde Beydals 624a9ba8eb
Merge pull request #364 from staceypotter/patch-4
Update featured talks and add upcoming meeting
4 years ago
Stacey Potter 8509283ac2 Update featured talks and add upcoming meeting 4 years ago
Stefan Prodan aa9ba27f40
Merge pull request #369 from fluxcd/mon-guide
Add monitoring guide
4 years ago
Stefan Prodan 06434464bb
Add monitoring guide
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan 3e7bfc72a2
Merge pull request #361 from fluxcd/uninstall-ignore-missing-crds
Ignore missing kinds when uninstalling
4 years ago
Stefan Prodan 8dfbc35e60
Ignore missing kinds when uninstalling
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan 503e5ec950
Merge pull request #358 from fluxcd/update-components
Update toolkit components
4 years ago
fluxcdbot 414aeb0ac3 Update toolkit components 4 years ago
Stefan Prodan 55b8544d32
Merge pull request #350 from allymparker/source-git-secret-ref
Add secret-ref flag to create source git
4 years ago
Ally Parker 2d67ea5f7f Add secret-ref flag to git source
Add secret-ref flag to Helm source

Add secret-ref to bucket source
4 years ago
Stefan Prodan 4eaf72fa3e
Merge pull request #356 from StupidScience/custom-flags
Implement custom flags for options with validation rules
4 years ago
“Anton 95ef3c1782 Update docs 4 years ago
“Anton b3ef410fb7 Add source bucket provider flag 4 years ago
“Anton 0c55bca218 Add helm chart source flag 4 years ago
“Anton 5fd28439dc Add kustomization source and decryption provider flags 4 years ago
“Anton a58c18e992 Refresh bootstrap and install docs 4 years ago
“Anton 058dfdfcd6 Move flags and utils to internal packages 4 years ago
Stefan Prodan 637fdac28a
Merge pull request #354 from fluxcd/windows-exe
Add Windows OS to CLI install docs
4 years ago
Stefan Prodan a8b667780a
Add Windows OS to CLI install docs
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan b4f13e10d3
Merge pull request #351 from fluxcd/gitlab-https-auth
Add GitLab HTTPS auth to bootstrap options
4 years ago
Stefan Prodan d0eb55fb86
Merge branch 'gitlab-https-auth' of https://github.com/fluxcd/toolkit into gitlab-https-auth 4 years ago
Stefan Prodan b041dbd14f Add GitLab HTTPS auth to bootstrap options
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan 0ab814fbc4
Merge pull request #348 from fluxcd/update-components
Update toolkit components
4 years ago
fluxcdbot a2144b1759 Update toolkit components 4 years ago
Stefan Prodan 82eb3b5ccf
Merge pull request #353 from fluxcd/build/remove-docs-hotfix
Remove documentation version hotfix
4 years ago
Hidde Beydals 7515080c63 Remove documentation version hotfix
And re-use the same logic to properly compare current and next release
versions in update workflow.
4 years ago
Hidde Beydals 07015c5172
Merge pull request #352 from fluxcd/refactor-create-reconcile-resume
Refactor create, reconcile and resume commands
4 years ago
Hidde Beydals 19918cd342 Refactor create, reconcile and resume cmds
* Take ObservedGeneration into account in readiness checks where
  applicable
* Reduce amount of code (and duplicate GETs) by working with pointers
  where possible
* Improve logged messages to properly take resource names into account
  and better describe processes
4 years ago
Stefan Prodan 16f0ed548e
Add GitLab HTTPS auth to bootstrap options
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan 0d1600275d
Merge pull request #349 from fluxcd/windows-os-cli
Publish CLI binary for Windows
4 years ago
Stefan Prodan 768f32bd2d
Publish CLI binary for Windows
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan d86798a7c6
Merge pull request #345 from staceypotter/patch-2
updated featured talks + upcoming meetups
4 years ago
Stefan Prodan 7718c6a2a5
Merge pull request #340 from fluxcd/bootstrap-validate-manifests
Enable client side validation on bootstrap
4 years ago