8edc4bd24b 
								
							
								 
							
						 
						
							
							
								
								Add missing link to SemVer spec  
							
							... 
							
							
							
							Signed-off-by: Hidde Beydals <hello@hidde.co> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								6e1672f73c 
								
							
								 
							
						 
						
							
							
								
								Change policy example to numerical in asc order  
							
							... 
							
							
							
							Signed-off-by: Hidde Beydals <hello@hidde.co> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								5e1f6f7317 
								
							
								 
							
						 
						
							
							
								
								Fix up internal links  
							
							... 
							
							
							
							Signed-off-by: Michael Bridgen <michael@weave.works> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								386780ba12 
								
							
								 
							
						 
						
							
							
								
								Make hrefs absolute and spelt correctly  
							
							... 
							
							
							
							Stray characters here and there threw off the markdown engine.
Signed-off-by: Michael Bridgen <michael@weave.works> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								e785971ba8 
								
							
								 
							
						 
						
							
							
								
								Rewrite to account for numerical sorting  
							
							... 
							
							
							
							Signed-off-by: Michael Bridgen <michael@weave.works> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								daaae07649 
								
							
								 
							
						 
						
							
							
								
								Persuade markdown relative paths are links  
							
							... 
							
							
							
							Signed-off-by: Michael Bridgen <michael@weave.works> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								6cd567dc66 
								
							
								 
							
						 
						
							
							
								
								Remove draft TODO comments  
							
							... 
							
							
							
							I have moved TODO comments (that still apply) to the PR description.
Signed-off-by: Michael Bridgen <michael@weave.works> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								a541a7ee85 
								
							
								 
							
						 
						
							
							
								
								Remove suggestions of using commit number  
							
							... 
							
							
							
							Using a commit number is trickier than it sounds. It would need to be
padded to sort correctly, for one thing. It is better to leave it out
than to give an incomplete account.
Signed-off-by: Michael Bridgen <michael@weave.works> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								43572bba04 
								
							
								 
							
						 
						
							
							
								
								Rearrange so that observing an auto commit is last  
							
							... 
							
							
							
							Previously, creating an automation object was the last instruction. It
is easier to describe what to expect at each step when the last step
is to add an update marker in the file to be updated, since the next
thing that should happen is that the automation makes an update as a
consequence.
This commit shifts the sections around so that setting up the
GitRepository and ImageUpdateAutomation are done earlier, and
migrating each file are done after that, and completes the steps
described including checking the expected status at each stage.
Signed-off-by: Michael Bridgen <michael@weave.works> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								2a3a4456c1 
								
							
								 
							
						 
						
							
							
								
								Separate image tags howto from migration howto  
							
							... 
							
							
							
							The Flux v1 migration how-to flows better if the section on how to set
builds up to tag images in the right way is its own document. It's a
lot to skim past when you don't need it, and (since it's a different
layer of yak hair) something you might want to figure out first if you
do need it.
Signed-off-by: Michael Bridgen <michael@weave.works> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								15f8e6369b 
								
							
								 
							
						 
						
							
							
								
								Add image automation migration how-to  
							
							... 
							
							
							
							This doc describes how to move from using Flux v1 to update image refs
in git, to using Flux v2. There is some overlap with the tutorial on
how to use Flux v2 automation. This how-to spends more time on how to
convert existing configuration to be used with Flux v2.
Signed-off-by: Michael Bridgen <michael@weave.works> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								cfad9a19eb 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #911  from fluxcd/select-numeric-validation  
							
							... 
							
							
							
							Validate if only one image policy selector is given 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								e4c3136433 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #910  from fluxcd/git-ca-file  
							
							... 
							
							
							
							Add caFile to create source/secret git commands 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								73b8a26850 
								
							
								 
							
						 
						
							
							
								
								Validate if only 1 image policy selector is given  
							
							... 
							
							
							
							Signed-off-by: Hidde Beydals <hello@hidde.co> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								aa533b28fb 
								
									
								
							
								 
							
						 
						
							
							
								
								Add caFile to create source/secret git commands  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								9d70e09a57 
								
							
								 
							
						 
						
							
							
								
								Add numeric selector to create image policy cmd  
							
							... 
							
							
							
							Signed-off-by: Hidde Beydals <hello@hidde.co> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								17e18985e6 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #908  from fluxcd/update-kustomize-api  
							
							... 
							
							
							
							Update sigs.k8s.io/kustomize/api to v0.7.4 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								7c39aaf463 
								
							
								 
							
						 
						
							
							
								
								Update sigs.k8s.io/kustomize/api to v0.7.4  
							
							... 
							
							
							
							Signed-off-by: Hidde Beydals <hello@hidde.co> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								bae5c125e8 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #907  from fluxcd/update-components  
							
							... 
							
							
							
							Update toolkit components 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								1c84fa0d97 
								
							
								 
							
						 
						
							
							
								
								Update toolkit components  
							
							... 
							
							
							
							- helm-controller to v0.7.0
  https://github.com/fluxcd/helm-controller/blob/v0.7.0/CHANGELOG.md 
- kustomize-controller to v0.8.0
  https://github.com/fluxcd/kustomize-controller/blob/v0.8.0/CHANGELOG.md 
- source-controller to v0.8.0
  https://github.com/fluxcd/source-controller/blob/v0.8.0/CHANGELOG.md 
- notification-controller to v0.8.0
  https://github.com/fluxcd/notification-controller/blob/v0.8.0/CHANGELOG.md 
- image-reflector-controller to v0.6.0
  https://github.com/fluxcd/image-reflector-controller/blob/v0.6.0/CHANGELOG.md 
- image-automation-controller to v0.5.0
  https://github.com/fluxcd/image-automation-controller/blob/v0.5.0/CHANGELOG.md 
Signed-off-by: GitHub <noreply@github.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								6f583f9f0e 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #878  from fluxcd/pprof-guide  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								217574b75c 
								
							
								 
							
						 
						
							
							
								
								Add debugging to dev guides menu  
							
							... 
							
							
							
							Signed-off-by: Hidde Beydals <hello@hidde.co> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								1378530aeb 
								
							
								 
							
						 
						
							
							
								
								Add section about resource usage  
							
							... 
							
							
							
							Signed-off-by: Hidde Beydals <hello@hidde.co> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								0b10ed4d88 
								
							
								 
							
						 
						
							
							
								
								Add guide for pprof endpoints  
							
							... 
							
							
							
							Signed-off-by: Hidde Beydals <hello@hidde.co> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								a2887f5776 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #891  from fluxcd/refac-uninstall  
							
							... 
							
							
							
							Refactor flux uninstall command 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								0f1d27f1e6 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove network policies on uninstall  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								850ab0942b 
								
									
								
							
								 
							
						 
						
							
							
								
								Implement uninstall dry run  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								f5ae8f44b4 
								
									
								
							
								 
							
						 
						
							
							
								
								Refactor flux uninstall command  
							
							... 
							
							
							
							- deletes Flux components (deployments and services)
- deletes Flux RBAC (service accounts, cluster roles and cluster role bindings)
- removes the Kubernetes finalizers from Flux custom resources
- deletes Flux custom resource definitions and custom resources
- deletes the namespace where Flux was installed
- preserves the Kubernetes objects and Helm releases that were reconciled on the cluster by Flux
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								7f98cfd506 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #906  from fluxcd/personal-flag  
							
							... 
							
							
							
							Give more explanation for --personal flag 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								bc45a79b92 
								
							
								 
							
						 
						
							
							
								
								Give more explanation for --personal flag  
							
							... 
							
							
							
							Signed-off-by: Michael Bridgen <michael@weave.works> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								5003cf674d 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #904  from fluxcd/add-version-to-commits  
							
							... 
							
							
							
							Add flux version to bootstrap commit messages 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								bc9cbc387c 
								
									
								
							
								 
							
						 
						
							
							
								
								Add flux version to bootstrap commit messages  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								60a1e78869 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #899  from fluxcd/toleration-keys  
							
							... 
							
							
							
							Allow Flux to be deployed on tainted Kubernetes nodes 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								37f5587085 
								
									
								
							
								 
							
						 
						
							
							
								
								Allow Flux to be deployed on tainted Kubernetes nodes  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								fa6e3d3706 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #898  from fluxcd/docs-fix-list  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								bb8bc875b4 
								
							
								 
							
						 
						
							
							
								
								docs: improve Kustomize behavior FAQ  
							
							... 
							
							
							
							- Fix the formatting of the list.
- Add a hint block for validating changes locally and/or in CI.
Signed-off-by: Hidde Beydals <hello@hidde.co> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								b3dca737be 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #897  from fluxcd/fix-timeout  
							
							... 
							
							
							
							Map timeout arg to bootstrap status check 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								9094f85487 
								
									
								
							
								 
							
						 
						
							
							
								
								Add image automation to readme  
							
							... 
							
							
							
							Sync community section readme/docs index
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								1256bbfbaf 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix bootstrap status check timeout  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								24fe74f2f6 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #893  from dholbach/link-to-community-page  
							
							... 
							
							
							
							Link to community page from docs home page 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								908f501e03 
								
							
								 
							
						 
						
							
							
								
								link to community page from toolkit.f.i  
							
							... 
							
							
							
							Signed-off-by: Daniel Holbach <daniel@weave.works> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								35507c7854 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #860  from jonathan-innis/joinnis/image-policy  
							
							... 
							
							
							
							Adding --select-alpha and --extract to create image policy 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								eb7102ecac 
								
									
								
							
								 
							
						 
						
							
							
								
								Adding extract pattern validation  
							
							... 
							
							
							
							Signed-off-by: Jonathan Innis <jonathan.innis.ji@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ade6bfcbca 
								
									
								
							
								 
							
						 
						
							
							
								
								Update e2e testing with new cli args  
							
							... 
							
							
							
							Signed-off-by: Jonathan Innis <jonathan.innis.ji@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								fa98403aa8 
								
									
								
							
								 
							
						 
						
							
							
								
								Add newly generated create image doc  
							
							... 
							
							
							
							Signed-off-by: Jonathan Innis <jonathan.innis.ji@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								3f0cb1637c 
								
									
								
							
								 
							
						 
						
							
							
								
								Add select-alpha and extract to create policy  
							
							... 
							
							
							
							Signed-off-by: jonathan-innis <jonathan.innis.ji@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								42011d028e 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #879  from fluxcd/azure-devops-pat  
							
							... 
							
							
							
							Add Azure DevOps PAT auth to install docs 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								307bb0dea1 
								
									
								
							
								 
							
						 
						
							
							
								
								Add Azure DevOps PAT auth to install docs  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ec2a8347d4 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #877  from stealthybox/integrations-registry-credentials-sync  
							
							... 
							
							
							
							Add ACR auth to Image Updates examples 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								e99b1c3ed8 
								
									
								
							
								 
							
						 
						
							
							
								
								Document ACR / AKS Image Update Considerations  
							
							... 
							
							
							
							Signed-off-by: leigh capili <leigh@null.net> 
							
						 
						
							5 years ago