Commit Graph

1735 Commits (2ecd99d31779484c74d5af8252076e2b3db861b2)
 

Author SHA1 Message Date
Stefan Prodan 1256bbfbaf
Fix bootstrap status check timeout
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Daniel Holbach 24fe74f2f6
Merge pull request from dholbach/link-to-community-page
Link to community page from docs home page
Daniel Holbach 908f501e03 link to community page from toolkit.f.i
Signed-off-by: Daniel Holbach <daniel@weave.works>
Stefan Prodan 35507c7854
Merge pull request from jonathan-innis/joinnis/image-policy
Adding --select-alpha and --extract to create image policy
Jonathan Innis eb7102ecac
Adding extract pattern validation
Signed-off-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
Jonathan Innis ade6bfcbca
Update e2e testing with new cli args
Signed-off-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
Jonathan Innis fa98403aa8
Add newly generated create image doc
Signed-off-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
jonathan-innis 3f0cb1637c
Add select-alpha and extract to create policy
Signed-off-by: jonathan-innis <jonathan.innis.ji@gmail.com>
Stefan Prodan 42011d028e
Merge pull request from fluxcd/azure-devops-pat
Add Azure DevOps PAT auth to install docs
Stefan Prodan 307bb0dea1
Add Azure DevOps PAT auth to install docs
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan ec2a8347d4
Merge pull request from stealthybox/integrations-registry-credentials-sync
Add ACR auth to Image Updates examples
leigh capili e99b1c3ed8
Document ACR / AKS Image Update Considerations
Signed-off-by: leigh capili <leigh@null.net>
leigh capili 99825f2663
Add registry cred Deployments/CronJobs for aws/gcp/azure via kustomize
Signed-off-by: leigh capili <leigh@null.net>
Stefan Prodan afffdfbc5c
Merge pull request from chanwit/add_kustomize_fag
Add FAQ to explain the current Kustomize behavior
Chanwit Kaewkasi cd874acfd5 add FAQ to explain the current Kustomize behavior
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
Stefan Prodan 34edbf469e
Merge pull request from fluxcd/incident-mgmt
Add incident management section to image automation docs
Stefan Prodan d9ed30e436
Add incident management section to image automation docs
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan 30008de400
Merge pull request from fluxcd/get-resource-by-name
Add support for getting resources by name
Stefan Prodan a5fa731545
Add support for getting resources by name
- add singular alias to get commands
- allow filtering the get commands result by resource name
- add the image commands to mkdocs index

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan 493ee3c956
Merge pull request from fluxcd/hr-values
Add support for multiple values files to create hr
Stefan Prodan 3dd574ee51
Add support for multiple values files to create hr
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Hidde Beydals 5416c19b2e
Merge pull request from fluxcd/update-git-pkg
Hidde Beydals 2f31d80c7a Update `git` from `fluxcd/pkg`
This incorporates the changes made to the GitLab provider.

This means that we no longer rely on UI names, but rather use the unique
path identifier (the elements you see in your address bar when looking
at e.g. a group in your GitLab environment).

Signed-off-by: Hidde Beydals <hello@hidde.co>
Stefan Prodan 27d1833854
Merge pull request from ViBiOh/patch-1
Exclude deleted resources on prometheus alerting query
Vincent Boutour 84ed716908
Exclude deleted resources on prometheus alerting query
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
Michael Bridgen 6c9c9c7578
Merge pull request from fluxcd/certs-for-imagerepo
Give image repository a cert-secret-ref flag
Michael Bridgen cc7b7b0689 Give examples of create image repository
Signed-off-by: Michael Bridgen <michael@weave.works>
Michael Bridgen 5df8e05d1a Give image repository a cert-secret-ref flag
ImageRepository objects can now refer to a secret containing
certificates to use for TLS. This adds the flag

    flux create image repository --cert-secret-ref

for naming a secret to use. You can create such a secret with

    flux create secret tls

Signed-off-by: Michael Bridgen <michael@weave.works>
Michael Bridgen b3b224b0ca
Merge pull request from fluxcd/correct-image-delete
Rename flux delete auto to flux delete image
Michael Bridgen 75ab28ee5d Rename flux delete auto to flux delete image
This slipped through the auto->image change made in the course of
preparing .

Signed-off-by: Michael Bridgen <michael@weave.works>
Michael Bridgen aa9ea2b4ab
Merge pull request from fluxcd/create-image-update-typo
Correct spelling of repository in error
Michael Bridgen 1e6be99c36 Correct spelling of repository in error
Signed-off-by: Michael Bridgen <michael@weave.works>
Stefan Prodan 49fb396bf8
Merge pull request from fluxcd/refactor-checks
Refactor components status check
Stefan Prodan e055c9ddc1
Refactor components status check
- run install/bootstrap checks in parallel (1m timeout)
- list not found components

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan c708e390a7
Merge pull request from jonathan-innis/jonathan-innis/kstatus
Replace kubectl rollout with kstatus checks
jonathan-innis d5ad26c934
Change failed message for bootstrap
Signed-off-by: jonathan-innis <jonathan.innis.ji@gmail.com>
jonathan-innis 144b7cd922
Update errors returned to user
Signed-off-by: jonathan-innis <jonathan.innis.ji@gmail.com>
jonathan-innis 9e86fbb311
Tidy up the mod imports
Signed-off-by: jonathan-innis <jonathan.innis.ji@gmail.com>
jonathan-innis b528428d02
Add kstatus to install and check commands
Signed-off-by: jonathan-innis <jonathan.innis.ji@gmail.com>
jonathan-innis b3d7730e79
Use status polling in bootstrap command
Signed-off-by: jonathan-innis <jonathan.innis.ji@gmail.com>
Hidde Beydals f2ba567ca4
Merge pull request from fluxcd/update-components
Update toolkit components
fluxcdbot 8342f77087 Update toolkit components
- source-controller to v0.7.4
  https://github.com/fluxcd/source-controller/blob/v0.7.4/CHANGELOG.md

Signed-off-by: GitHub <noreply@github.com>
Hidde Beydals 7cade1b98f
Merge pull request from fluxcd/component-update-cfg
Put CHANGELOG URL on new line in commit / PR body
Hidde Beydals ee4c1fb36c Put CHANGELOG URL on new line in commit / PR body
Signed-off-by: Hidde Beydals <hello@hidde.co>
Hidde Beydals dbc4e537fe
Merge pull request from fluxcd/move-migration-menu
Hidde Beydals e28990b96c Move migration sub-menu to top-menu
Signed-off-by: Hidde Beydals <hello@hidde.co>
Hidde Beydals 408cf92c04
Merge pull request from fluxcd/component-update-cfg
Tune component update configuration
Hidde Beydals 425af2e0dc Tune component update configuration
- Include link to changelog of component in commit and PR message
- Label pull request automatically with `area/build`
- Enable sign-off of commits to free us from manual labour

Signed-off-by: Hidde Beydals <hello@hidde.co>
Stefan Prodan 22df860eca
Merge pull request from fluxcd/update-components
Update toolkit components
fluxcdbot f395044d65 Update toolkit components