46c75c1af2 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2062  from drazul/main  
							
							... 
							
							
							
							Edit grafana dashboard to be able to filter by namespace 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								80cf5fa729 
								
							
								 
							
						 
						
							
							
								
								Add new variable to filter by exported namespace.  
							
							... 
							
							
							
							Edit definition of namespace variable to use grafana custom promql function `label_values`.
Rename variable namespace to operator_namespace.
Rename variable exported_namespace to namespace
Signed-off-by: Daniel AguadoAraujo <daniel.aguadoaraujo@gfk.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								789aa322f1 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2071  from fluxcd/flux-tree-exclude-remote-clusters  
							
							... 
							
							
							
							Skip remote clusters in flux tree cmd 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								f03c24565f 
								
									
								
							
								 
							
						 
						
							
							
								
								Skip remote clusters in flux tree cmd  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								b6a95be5d0 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2068  from fluxcd/update-components  
							
							... 
							
							
							
							Update toolkit components 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								0f9e8ed3f7 
								
							
								 
							
						 
						
							
							
								
								Update toolkit components  
							
							... 
							
							
							
							- kustomize-controller to v0.17.0
  https://github.com/fluxcd/kustomize-controller/blob/v0.17.0/CHANGELOG.md 
- image-automation-controller to v0.17.0
  https://github.com/fluxcd/image-automation-controller/blob/v0.17.0/CHANGELOG.md 
Signed-off-by: GitHub <noreply@github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								50af0ba93c 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2066  from jack-evans/consistent-comments  
							
							... 
							
							
							
							Make flux bootstrap and install comments consistent 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								923a5882de 
								
									
								
							
								 
							
						 
						
							
							
								
								make flux bootstrap and install generation more consistent  
							
							... 
							
							
							
							Signed-off-by: Jack Evans <jack.evans1@ibm.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								83dc3e6093 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2064  from fluxcd/updates-deps  
							
							... 
							
							
							
							Update dependencies 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								43edb62f87 
								
									
								
							
								 
							
						 
						
							
							
								
								Update dependencies  
							
							... 
							
							
							
							- github.com/fluxcd/go-git-providers v0.3.1
- github.com/fluxcd/pkg/ssa v0.3.1
- github.com/manifoldco/promptui v0.9.0
- sigs.k8s.io/controller-runtime v0.10.2
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								21e5acc0e0 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2038  from fluxcd/makkes/prompt-for-tokens  
							
							... 
							
							
							
							Prompt for access tokens in 'bootstrap' command 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								be1ce74dc5 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: trim CRLF from password read from stdin  
							
							... 
							
							
							
							bufio's reader.ReadString includes any CRLF characters and we don't
want these in the resulting token because this leads to errors in the
authentication like this:
```
✗ failed to get Git repository
"https://github.com/kingdon-ci/jenkins-infra ": Get
"https://api.github.com/repos/kingdon-ci/jenkins-infra ": net/http:
invalid header field value "Bearer gho_NNNNNsecrettokenMMMMM\n" for
key Authorization
```
Signed-off-by: Max Jonas Werner <mail@makk.es> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								31771f3575 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: improve wording  
							
							... 
							
							
							
							Signed-off-by: Max Jonas Werner <mail@makk.es> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								ffcd7d8059 
								
									
								
							
								 
							
						 
						
							
							
								
								feat: prompt for access tokens in 'bootstrap' command  
							
							... 
							
							
							
							This change adds functionality to both, `bootstrap github` and
`bootstrap gitlab` to prompt the user for the personal access tokens
if those can't be derived from the shell environment. Echoing is
turned off for better privacy.
Instead of having to interactively type the token or manually paste it
from the clipboard, users can also pipe it to Flux which comes in
handy e.g. when executing Flux remotely over an SSH connection:
```
$ echo 'asdf' | flux bootstrap github
```
Otherwise, Flux will prompt the user:
```
$ flux bootstrap github
Please type your GitHub personal access token:
```
closes  #2011 
Signed-off-by: Max Jonas Werner <mail@makk.es> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								4bc4aa1397 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2050  from fluxcd/do-not-edit-warn  
							
							... 
							
							
							
							Add `DO NOT EDIT` warn to bootstrap sync manifests 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								04faba95cd 
								
									
								
							
								 
							
						 
						
							
							
								
								Add DO NOT EDIT warn to bootstrap sync manifests  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								f712dadab5 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2051  from fluxcd/update-components  
							
							... 
							
							
							
							Update toolkit components 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								58b3150ce3 
								
							
								 
							
						 
						
							
							
								
								Update toolkit components  
							
							... 
							
							
							
							- source-controller to v0.17.2
  https://github.com/fluxcd/source-controller/blob/v0.17.2/CHANGELOG.md 
- image-automation-controller to v0.16.1
  https://github.com/fluxcd/image-automation-controller/blob/v0.16.1/CHANGELOG.md 
Signed-off-by: GitHub <noreply@github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								e7225db397 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2046  from vespian/prozlach/support_http_proxy_envs  
							
							... 
							
							
							
							Use full domain name for notification-controller 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								8ec5492d87 
								
									
								
							
								 
							
						 
						
							
							
								
								fix: use full domain name for notification-controller  
							
							... 
							
							
							
							Signed-off-by: Pawel Rozlach <vespian@users.noreply.github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								c2c64a70c4 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2042  from fluxcd/ecdsa-default  
							
							... 
							
							
							
							Set ECDSA as the default algorithm for `flux create source git` 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								4621576f40 
								
									
								
							
								 
							
						 
						
							
							
								
								Set ECDSA as the default algorithm for `flux create source git`  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								3b609e9b03 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2041  from fluxcd/bootstrap-ecdsa-default  
							
							... 
							
							
							
							bootstrap: Set ECDSA as the default SSH key algorithm 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								4f2ebd78be 
								
									
								
							
								 
							
						 
						
							
							
								
								Set ECDSA as the default algorithm for `flux create secret git`  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								88dacebc94 
								
									
								
							
								 
							
						 
						
							
							
								
								bootstrap: Set ECDSA as the default SSH key algorithm  
							
							... 
							
							
							
							Motivation: RSA SHA-1 SSH keys are no longer accepted by GitHub https://github.blog/2021-09-01-improving-git-protocol-security-github/ .
Given this we are switching the default from RSA to ECDSA for `git`, `github` and `gitlab` variants of `flux bootstrap`.
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								92e7d1ad1e 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2036  from fluxcd/part-of-selector  
							
							... 
							
							
							
							Switch to `app.kubernetes.io/part-of` label selector 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								d5d8c340c8 
								
									
								
							
								 
							
						 
						
							
							
								
								Switch to app.kubernetes.io/part-of label selector  
							
							... 
							
							
							
							Use `app.kubernetes.io/part-of: flux` label instead of `app.kubernetes.io/instance` to select the in-cluster objects used in flux version, check, logs and uninstall commands.
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								b8a85b809a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2035  from fluxcd/source-fetch-timeout  
							
							... 
							
							
							
							Add fetch timeout arg to create source commands 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								61be0775af 
								
									
								
							
								 
							
						 
						
							
							
								
								Add fetch timeout arg to create source commands  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								404ffa5a91 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2034  from fluxcd/default-namespace-from-env  
							
							... 
							
							
							
							Set default ns with `FLUX_SYSTEM_NAMESPACE` env var 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								f2de7e04b8 
								
									
								
							
								 
							
						 
						
							
							
								
								Set default ns with FLUX_SYSTEM_NAMESPACE env var  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								8b3e3b1dd7 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2033  from fluxcd/update-issue-template  
							
							... 
							
							
							
							Add flux version to issue template 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								81e91ac3f5 
								
									
								
							
								 
							
						 
						
							
							
								
								Add flux version to issue template  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								b9bde94d08 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2032  from fluxcd/tree-completion  
							
							... 
							
							
							
							Enable completion for flux tree cmd 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								37746023c1 
								
									
								
							
								 
							
						 
						
							
							
								
								Enable completion for flux tree cmd  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								d3e529b8a4 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2015  from SomtochiAma/test-export-cmd  
							
							... 
							
							
							
							Add unit tests for export 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								eb69083ef5 
								
							
								 
							
						 
						
							
							
								
								Add unit tests for export  
							
							... 
							
							
							
							Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								96aac387c9 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2028  from fluxcd/update-components  
							
							
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								870f18c621 
								
							
								 
							
						 
						
							
							
								
								Update toolkit components  
							
							... 
							
							
							
							- source-controller to v0.17.1
  https://github.com/fluxcd/source-controller/blob/v0.17.1/CHANGELOG.md 
Signed-off-by: GitHub <noreply@github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								57b33e29f7 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2024  from kingdonb/fix-error-message-quoting  
							
							
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								94b7917679 
								
							
								 
							
						 
						
							
							
								
								Fix quoting around reconciliation error message  
							
							... 
							
							
							
							While fixing an unrelated issue, I noticed:
    ✗ GitRepository reconciliation failed: ''PGP public keys secret error: expected pointer, but got nil
the single quote should surround the readyCond.Message
Signed-off-by: Kingdon Barrett <yebyen@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								98fa0c4271 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2023  from fluxcd/update-components-test  
							
							
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								8282907bce 
								
							
								 
							
						 
						
							
							
								
								Update toolkit components tests  
							
							... 
							
							
							
							Signed-off-by: Hidde Beydals <hello@hidde.co> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								323f4f5e5f 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2022  from fluxcd/update-components  
							
							
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								744b3ebd0a 
								
							
								 
							
						 
						
							
							
								
								Update toolkit components  
							
							... 
							
							
							
							- source-controller to v0.17.0
  https://github.com/fluxcd/source-controller/blob/v0.17.0/CHANGELOG.md 
- image-automation-controller to v0.16.0
  https://github.com/fluxcd/image-automation-controller/blob/v0.16.0/CHANGELOG.md 
Signed-off-by: GitHub <noreply@github.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								3fdba35993 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2021  from fluxcd/e2e-retry-gh-get  
							
							... 
							
							
							
							e2e: Retry the GitHub API calls 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								ebdf9ed379 
								
									
								
							
								 
							
						 
						
							
							
								
								e2e: Retry the GitHub API calls  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								a572274c5c 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1932  from SomtochiAma/test-bootstrap  
							
							... 
							
							
							
							Add test for customizing bootstrap 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								6a6bba8669 
								
							
								 
							
						 
						
							
							
								
								Add test for customizing bootstrap  
							
							... 
							
							
							
							Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								1d1d4bbf4b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2008  from fluxcd/expand-hr-in-tree-ks  
							
							... 
							
							
							
							Expand Helm releases in flux tree cmd 
							
						 
						
							4 years ago