18924d29a7 
								
									
								
							
								 
							
						 
						
							
							
								
								Bump anchore/sbom-action from 0.13.1 to 0.13.3  
							
							... 
							
							
							
							Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action ) from 0.13.1 to 0.13.3.
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](06e109483e...07978da4bd 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								84a3cdde93 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3525  from fluxcd/dependabot/github_actions/github/codeql-action-2.2.1  
							
							... 
							
							
							
							Bump github/codeql-action from 2.1.38 to 2.2.1 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								e5eb4d4a67 
								
									
								
							
								 
							
						 
						
							
							
								
								Bump github/codeql-action from 2.1.38 to 2.2.1  
							
							... 
							
							
							
							Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.1.38 to 2.2.1.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](515828d974...3ebbd71c74 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								60c44c16f5 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3524  from fluxcd/dependabot/github_actions/goreleaser/goreleaser-action-4.1.1  
							
							... 
							
							
							
							Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								f22222f71d 
								
									
								
							
								 
							
						 
						
							
							
								
								Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1  
							
							... 
							
							
							
							Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](8f67e590f2...9754a253a8 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								287ac6b003 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3517  from jooooel/joel/fix-bug-in-action  
							
							... 
							
							
							
							Fix broken GitHub Action and handle case where VERSION is provided as an input 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								5b422bef17 
								
							
								 
							
						 
						
							
							
								
								Handle case where VERSION is provided as an input  
							
							... 
							
							
							
							If VERSION is provided, VERSION_SLUG will never be set and VERSION will
be overwritten with a bad value.
Signed-off-by: Joel Guedj <joel.guedj@gmail.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								1dc3ff6c59 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3513  from kingdonb/fix-action-3  
							
							... 
							
							
							
							Fix fluxcd/flux2/action 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								ed13067ff2 
								
									
								
							
								 
							
						 
						
							
							
								
								test conditionals in a nested structure  
							
							... 
							
							
							
							add an "else" branch
(https://github.com/fluxcd/flux2/pull/3511  failed to fix  #3509 )
* factor out sed and cut
so we at least do not repeat the most complex part of the expression
* eliminate intermediary array TOKEN
* delete reassignment of token
* wording
Signed-off-by: Kingdon Barrett <kingdon@weave.works> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								a3151aa10c 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3511  from kingdonb/fix-action-again  
							
							... 
							
							
							
							Fix fluxcd/flux2/action (finally) 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								536f4c31ce 
								
							
								 
							
						 
						
							
							
								
								do not quote token here  
							
							... 
							
							
							
							Adding quotes here, when the variable is empty you get:
curl https://api.github.com/repos/fluxcd/flux2/releases/latest  -sL ''
(ref:
https://github.com/kingdonb/bootstrap-repo/actions/runs/3991169408/jobs/6845685491#step:3:31 
)
That does curl twice, once for the URL provided and again for the empty
string, which results in curl returning error code 3 "malformed URL"
Signed-off-by: Kingdon Barrett <kingdon@weave.works> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								3a8765859d 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3508  from kingdonb/fix-action  
							
							... 
							
							
							
							Quote tested values in fluxcd/flux GitHub Action 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								369ae5aa71 
								
									
								
							
								 
							
						 
						
							
							
								
								Quote tested values in fluxcd/flux GitHub Action  
							
							... 
							
							
							
							Fix an issue with improperly quoted variables created by #3474 
Also, curl should fail with an error code if the download results in
404 not found
* + (x3) Update action/action.yml
* for consistent format
Co-authored-by: Steven E. Harris <seh@panix.com>
Signed-off-by: Kingdon Barrett <kingdon@weave.works> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								ca2b93ba39 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3501  from kingdonb/flux-action-updates  
							
							... 
							
							
							
							Add GITHUB_TOKEN  to Flux GitHub Action 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								8ff8295d0c 
								
							
								 
							
						 
						
							
							
								
								fix: update example to use correct output method  
							
							... 
							
							
							
							feat: add ability to auth to github api
docs: add authentication snippet example
docs: update checkout@v3, create-pull-request@v4
docs: add documentation about the github token secret
Review: Add suggested change from last week
(per
https://github.com/fluxcd/flux2/pull/3474#discussion_r1067178730 )
Signed-off-by: Erik Kristensen <erik@erikkristensen.com>
Signed-off-by: Kingdon Barrett <kingdon@weave.works> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								0439154564 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3488  from fluxcd/dependabot/github_actions/snyk/actions-e25b2e6f5658d1bb7a6671b113260f13134cc3af  
							
							... 
							
							
							
							Bump snyk/actions from 1cc9026f51d822442cb4b872d8d7ead8cc69a018 to e25b2e6f5658d1bb7a6671b113260f13134cc3af 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								e7e05f870b 
								
									
								
							
								 
							
						 
						
							
							
								
								Bump snyk/actions  
							
							... 
							
							
							
							Bumps [snyk/actions](https://github.com/snyk/actions ) from 1cc9026f51d822442cb4b872d8d7ead8cc69a018 to e25b2e6f5658d1bb7a6671b113260f13134cc3af.
- [Release notes](https://github.com/snyk/actions/releases )
- [Commits](1cc9026f51...e25b2e6f56 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								d54f08e7a9 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3487  from fluxcd/dependabot/github_actions/actions/cache-3.2.3  
							
							... 
							
							
							
							Bump actions/cache from 3.2.2 to 3.2.3 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								ece3a07567 
								
									
								
							
								 
							
						 
						
							
							
								
								Bump actions/cache from 3.2.2 to 3.2.3  
							
							... 
							
							
							
							Bumps [actions/cache](https://github.com/actions/cache ) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](4723a57e26...58c146cc91 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								9c37506130 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3486  from fluxcd/dependabot/github_actions/github/codeql-action-2.1.38  
							
							... 
							
							
							
							Bump github/codeql-action from 2.1.37 to 2.1.38 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								58b4ed586a 
								
									
								
							
								 
							
						 
						
							
							
								
								Bump github/codeql-action from 2.1.37 to 2.1.38  
							
							... 
							
							
							
							Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.1.37 to 2.1.38.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](959cbb7472...515828d974 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								c479eb80c6 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3477  from raffis/gh-auth-token  
							
							... 
							
							
							
							fix(install-script): support $GITHUB_TOKEN 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								da7af5ab5f 
								
									
								
							
								 
							
						 
						
							
							
								
								Update install/README.md  
							
							... 
							
							
							
							Co-authored-by: Aurel Canciu <aurelcanciu@gmail.com>
Signed-off-by: raffis <raffael.sahli@doodle.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								d1b4851fbe 
								
									
								
							
								 
							
						 
						
							
							
								
								fix(install-script): support github api auth  
							
							... 
							
							
							
							Signed-off-by: Raffael Sahli <raffael.sahli@doodle.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								a9f53b4f1a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3476  from aryan9600/revert-auto-stage  
							
							... 
							
							
							
							Update git/gogit to v0.4.1 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								7327b14a62 
								
							
								 
							
						 
						
							
							
								
								update git/gogit to v0.4.1  
							
							... 
							
							
							
							Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								3d5fc3dc18 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3469  from fluxcd/dependabot/github_actions/actions/checkout-3.3.0  
							
							... 
							
							
							
							Bump actions/checkout from 3.2.0 to 3.3.0 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								1d80ff2b09 
								
									
								
							
								 
							
						 
						
							
							
								
								Bump actions/checkout from 3.2.0 to 3.3.0  
							
							... 
							
							
							
							Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](755da8c3cf...ac59398561 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								28111d27fb 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3465  from kingdonb/powershell-completion-doc  
							
							... 
							
							
							
							Fix  fluxcd/website#1347  
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								ddd377b997 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix   fluxcd/website#1347  
							
							... 
							
							
							
							Signed-off-by: Kingdon Barrett <kingdon@weave.works> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								e01810037b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3457  from fluxcd/dependabot/github_actions/actions/cache-3.2.2  
							
							... 
							
							
							
							Bump actions/cache from 3.0.11 to 3.2.2 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								f5563de144 
								
									
								
							
								 
							
						 
						
							
							
								
								Bump actions/cache from 3.0.11 to 3.2.2  
							
							... 
							
							
							
							Bumps [actions/cache](https://github.com/actions/cache ) from 3.0.11 to 3.2.2.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](9b0c1fce7a...4723a57e26 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								8ecaa56461 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3441  from fluxcd/check-crds-version  
							
							... 
							
							
							
							check: Show the latest stored version of CRDs 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								9d38ea6ffc 
								
									
								
							
								 
							
						 
						
							
							
								
								check: Show the latest stored version of CRDs  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								f58b82fb4e 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3437  from fluxcd/update-components  
							
							... 
							
							
							
							Update toolkit components 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								be361a44d5 
								
									
								
							
								 
							
						 
						
							
							
								
								Update toolkit components  
							
							... 
							
							
							
							- helm-controller to v0.28.1
  https://github.com/fluxcd/helm-controller/blob/v0.28.1/CHANGELOG.md 
- notification-controller to v0.30.2
  https://github.com/fluxcd/notification-controller/blob/v0.30.2/CHANGELOG.md 
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								12e065cc43 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3429  from fluxcd/cli-notification-v1beta2  
							
							... 
							
							
							
							Update CLI commands to Notification API v1beta2 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								f9e69089ea 
								
									
								
							
								 
							
						 
						
							
							
								
								Update CLI commands to Notification API v1beta2  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								2eced064dd 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3428  from fluxcd/update-components  
							
							... 
							
							
							
							Update notification-controller to v0.30.1 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								7be91884b7 
								
							
								 
							
						 
						
							
							
								
								Update toolkit components  
							
							... 
							
							
							
							- notification-controller to v0.30.1
  https://github.com/fluxcd/notification-controller/blob/v0.30.1/CHANGELOG.md 
Signed-off-by: GitHub <noreply@github.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								b2b610b55e 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3427  from fluxcd/update-deps  
							
							... 
							
							
							
							Update dependencies 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								21a943e6f9 
								
									
								
							
								 
							
						 
						
							
							
								
								e2e: Update Kubernetes to v1.23.13 on AMD64  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								cb1b117d17 
								
							
								 
							
						 
						
							
							
								
								tests/azure: update dependencies  
							
							... 
							
							
							
							- github.com/fluxcd/go-git/v5 to v5.0.0-20221219190809-2e5c9d01cfc4
Signed-off-by: Hidde Beydals <hello@hidde.co> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								96f177b101 
								
							
								 
							
						 
						
							
							
								
								Update dependencies  
							
							... 
							
							
							
							- github.com/distribution/distribution/v3 to v3.0.0-20221208165359-362910506bc2
- github.com/fluxcd/go-git/v5 to v5.0.0-20221219190809-2e5c9d01cfc4
- github.com/fluxcd/go-git-providers to v0.12.0
Signed-off-by: Hidde Beydals <hello@hidde.co> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								7621418b72 
								
							
								 
							
						 
						
							
							
								
								tests/azure: update toolkit components  
							
							... 
							
							
							
							- github.com/fluxcd/helm-controller/api to v0.28.0
- github.com/fluxcd/image-automation-controller/api to v0.28.0
- github.com/fluxcd/image-reflector-controller/api to v0.23.1
- github.com/fluxcd/kustomize-controller/api to v0.32.0
- github.com/fluxcd/notification-controller/api to v0.30.0
- github.com/fluxcd/source-controller/api to v0.33.0
Signed-off-by: Hidde Beydals <hello@hidde.co> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								7a94a3ac71 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3360  from fluxcd/update-components  
							
							... 
							
							
							
							Update toolkit components 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								58b799fa83 
								
							
								 
							
						 
						
							
							
								
								Update toolkit components  
							
							... 
							
							
							
							- helm-controller to v0.28.0
  https://github.com/fluxcd/helm-controller/blob/v0.28.0/CHANGELOG.md 
- kustomize-controller to v0.32.0
  https://github.com/fluxcd/kustomize-controller/blob/v0.32.0/CHANGELOG.md 
- source-controller to v0.33.0
  https://github.com/fluxcd/source-controller/blob/v0.33.0/CHANGELOG.md 
- notification-controller to v0.30.0
  https://github.com/fluxcd/notification-controller/blob/v0.30.0/CHANGELOG.md 
- image-reflector-controller to v0.23.1
  https://github.com/fluxcd/image-reflector-controller/blob/v0.23.1/CHANGELOG.md 
- image-automation-controller to v0.28.0
  https://github.com/fluxcd/image-automation-controller/blob/v0.28.0/CHANGELOG.md 
Signed-off-by: GitHub <noreply@github.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								38635e0ec5 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3418  from somtochiama/fix-path-push  
							
							... 
							
							
							
							Fix path on `flux push` 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								d79e49f80b 
								
							
								 
							
						 
						
							
							
								
								fix path on flux push  
							
							... 
							
							
							
							Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								5e44b7b1b3 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3424  from pjbgf/cosign-revert  
							
							... 
							
							
							
							build: Revert sigstore/cosign-installer to v2.8.1 
							
						 
						
							3 years ago