Commit Graph

1068 Commits (61e1fb770e9caaa0486863e24494ab860ea80eed)
 

Author SHA1 Message Date
Stefan Prodan 984f1c8669
Add the image automation controllers to release doc
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Hidde Beydals c7378edabc
Merge pull request #765 from fluxcd/update-controllers 4 years ago
Hidde Beydals ac6c6e3a30 Incorporate required API changes
* Use `LocalObjectReference` and `NamespacedObjectKindReference`
  from `meta` package, as required by controller API changes.
* Remove `Update` field from created `ImageUpdateAutomation`,
  as the API changed and the default is now defined in the Custom
  Resource Definition.

Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
fluxcdbot 1bca31f32c Update toolkit components 4 years ago
Hidde Beydals 28d099a6b2
Merge pull request #741 from fluxcd/include-image-spec-docs 4 years ago
Michael Bridgen 6a2b53fbf5 Put image specs and refs in place
This adds the image controller specs and refs to the workflow that
prepares the docs, and links to them in the index.

Signed-off-by: Michael Bridgen <michael@weave.works>
4 years ago
Michael Bridgen 7568f301b8 Make home for image-* component docs
This has a description of the controllers, and is where the API specs
and refs will get copied to.

Signed-off-by: Michael Bridgen <michael@weave.works>
4 years ago
Stefan Prodan 6add511447
Merge pull request #755 from SomtochiAma/cli-refactoring
Refactor cmd global variables into structs
4 years ago
Somtochi Onyekwere a7586e69fd Refactor cmd global variables into structs
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Stefan Prodan 77db369213
Merge pull request #757 from fluxcd/gitlab-fix
Update fluxcd/pkg/git to v0.2.3
4 years ago
Stefan Prodan 2eb6a0513e
Update fluxcd/pkg/git to v0.2.3
Fixes Gitlab bootstrap when used with a project token

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan 38468c72db
Merge pull request #750 from SomtochiAma/kms-docs
Update guide for mozilla sops
4 years ago
Somtochi Onyekwere 5f759200c6 update guide for mozilla sops
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Daniel Holbach 81f68157fa
Merge pull request #753 from dholbach/f-community-24
move talk info, part of fluxcd/community#24
4 years ago
Daniel Holbach 0f3e8abf06 move talk info, part of fluxcd/community#24
Signed-off-by: Daniel Holbach <daniel@weave.works>
4 years ago
Stefan Prodan fcadd5312d
Merge pull request #747 from mewzherder/patch-8
Clarify options on our GH Discussions page
4 years ago
mewzherder 6e32820910
Clarify options on our GH Discussions page
Signed-off-by: mewzherder <tamao@weave.works>
4 years ago
Hidde Beydals 8499269bab
Merge pull request #744 from fluxcd/update-components
Update kustomize-controller to v0.6.3
4 years ago
fluxcdbot 72122120cb Update toolkit components 4 years ago
Hidde Beydals 2bbcb95f4f
Merge pull request #728 from fluxcd/update-components
Update toolkit components
4 years ago
fluxcdbot 19982fa4a6 Update toolkit components 4 years ago
Hidde Beydals 41cf38c6a7
Merge pull request #740 from fluxcd/fluxcd/pkg/git-v0.2.2
Update fluxcd/pkg/git to v0.2.2
4 years ago
Stefan Prodan 16e74647eb
Update fluxcd/pkg/git to v0.2.2
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Hidde Beydals 53cdcbc4ee
Merge pull request #722 from fluxcd/workflow-tweaks
Fire 'Update Components' workflow on push to main
4 years ago
Hidde Beydals eb2535e066 Fire 'Update Components' workflow on push to main
This results in the automatic rebase of an outstanding PR on merges to
this branch, removing the need of manually firing it.

Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
Hidde Beydals f5c29a7a72
Merge pull request #720 from fluxcd/update-components
Update kustomize-controller to v0.6.2
4 years ago
fluxcdbot e243df93f1 Update toolkit components 4 years ago
Hidde Beydals 388642d9dd
Merge pull request #721 from fluxcd/git-impl-fixes 4 years ago
Hidde Beydals 9e1db06936 Move Git implementation validation to custom flag
Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
Hidde Beydals a260403334 Remove GitImplementation default
As the field in the CRD is optional.

Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
Stefan Prodan 6396b25886
Merge pull request #641 from jonaskello/patch-1
Link docs how to get zsh/fish/ps completion to work in getting-started
4 years ago
Jonas Kello ca480164b7
Merge branch 'main' into patch-1 4 years ago
Jonas Kello 714f9df3cf Link docs how to get zsh completion to work in getting-started
I tried to make completions work in zsh by just adding the same code as for the bash example but of course switching bash for zsh but it did not work. When I googled and dug deeper I finally found the answer in the deeper docs here:

https://github.com/fluxcd/flux2/blob/main/docs/cmd/flux_completion_zsh.md

The command in there works if I add it to my .zshrc file. I think linking to these specific docs may prevent others from just assuming it will work the same in zsh.

Signed-off-by: Jonas Kello <jonas.kello@gmail.com>
4 years ago
Hidde Beydals 6a7f1e7d48
Merge pull request #714 from fluxcd/tag-filter 4 years ago
Stefan Prodan bcdce02b78
Add image tags regex filter arg to policy command
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Stefan Prodan 2f0835b655
Make branch arg required for image updates
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Hidde Beydals 36bafa23df
Merge pull request #709 from SomtochiAma/gcp-kms-docs
Add GCP docs for Mozilla SOPS
4 years ago
Somtochi Onyekwere db611549f2 Add GCP docs for Mozilla SOPS
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
4 years ago
Hidde Beydals 5d4cdcc207
Merge pull request #713 from fluxcd/doc-fixes
docs: styling of hint blocks
4 years ago
Hidde Beydals a3b9c094b6 docs: styling of hint blocks
Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
Hidde Beydals f82174adae
Merge pull request #680 from fluxcd/goreleaser-project-name
Configure `project_name` for GoReleaser
4 years ago
Hidde Beydals c7080d2834 Configure `project_name` for GoReleaser
This causes the format of the checksum file generated during the release
to change from `flux2_*_checksums.txt` to `flux_*_checksums.txt`.

The configuration change is made through `project_name` and not via the
`checksum.name_template` setting, because a single checksum file is
generated during the release process.

The download and/or installation script in `install/flux.sh` has been
adapted to assume the new filename starting with MINOR version `0.6.0`.

Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
Stefan Prodan 381127d413
Merge pull request #712 from fluxcd/reconcile-request-annotation
Use reconcile request annotation
4 years ago
Stefan Prodan f6fa468acb
Use reconcile request annotation
Replace deprecated `ReconcileAtAnnotation` annotation with `ReconcileRequestAnnotation`

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Hidde Beydals 9228130f92
Merge pull request #684 from fluxcd/multi-arch-image
Deprecate arch flags in favor of multi-arch images
4 years ago
Hidde Beydals 207c50ceac Deprecate arch flags in favor of multi-arch images
This commit deprecates the architecture flag (`--arch`) for the install
and bootstrap commands, in favor of the bundled multi-arch images that
will be available for the next MINOR range of GOTK controller releases.

Summary of changes:

* `*Arch` variables have been marked as deprecated for both commands.
* `-arm64` suffix is no longer selectively added to the image definition
  of a component's `Deployment`.
* `kubernetes.io/arch` node selector with the defined value has been
  removed from the components' `Deployment`s.
* `Arch` has been removed from the available `Options` in
  `manifestgen/install`.
* Documentation references have been changed to highlight existence
  of multi-arch images and supported architectures.

Signed-off-by: Hidde Beydals <hello@hidde.co>
4 years ago
Hidde Beydals c3255a6e1e
Merge pull request #711 from fluxcd/image-policy-e2e 4 years ago
Stefan Prodan 5e1c93a167
Add e2e tests for image repository and policy
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
4 years ago
Hidde Beydals 43c33a0cc3
Merge pull request #686 from fluxcd/update-components
Update toolkit components
4 years ago
fluxcdbot f5117329e4 Update toolkit components 4 years ago