cdcf332491 
								
									
								
							
								 
							
						 
						
							
							
								
								Correct "sync" to "component" in log lines  
							
							... 
							
							
							
							Signed-off-by: Joel Bennett <Jaykul@HuddledMasses.org> 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								2289c6cc60 
								
							
								 
							
						 
						
							
							
								
								bootstrap: provide better error message on timeout  
							
							... 
							
							
							
							Check GitRepository and return Ready condition message as part of error
on timeout.
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com> 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								80efd29ec0 
								
									
								
							
								 
							
						 
						
							
							
								
								Update dependencies  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								3fdb292381 
								
									
								
							
								 
							
						 
						
							
							
								
								misc: address `wait.PollImmediate` deprecation  
							
							... 
							
							
							
							Signed-off-by: Hidde Beydals <hidde@hhh.computer> 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								ce3e264c7d 
								
									
								
							
								 
							
						 
						
							
							
								
								misc: unconditional `strings.TrimPrefix`  
							
							... 
							
							
							
							Signed-off-by: Hidde Beydals <hidde@hhh.computer> 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								3c495861a1 
								
									
								
							
								 
							
						 
						
							
							
								
								misc: address unnecessary use of `fmt.Sprintf`  
							
							... 
							
							
							
							Signed-off-by: Hidde Beydals <hidde@hhh.computer> 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								41cdd3dcf7 
								
									
								
							
								 
							
						 
						
							
							
								
								Update Git packages  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								13ff4afaa4 
								
									
								
							
								 
							
						 
						
							
							
								
								Update Kubernetes to v1.27 and Kustomize to v5.0  
							
							... 
							
							
							
							Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								08370cb3a6 
								
									
								
							
								 
							
						 
						
							
							
								
								clean dir before cloning git repo  
							
							... 
							
							
							
							Remove all files/subdirs from the directory we are cloning into. This is
needed because go-git returns a `repository already exists` error if
the directory is non-empty, which is possible since we retry cloning
(into the same dir) if the first attempt fails.
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								52acac1a37 
								
									
								
							
								 
							
						 
						
							
							
								
								Add /v2 suffix to module name in preparation  of 2.0.0 release  
							
							... 
							
							
							
							Signed-off-by: Max Jonas Werner <mail@makk.es> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								24452ecd37 
								
									
								
							
								 
							
						 
						
							
							
								
								Update GitRepository Receiver, and Kustomization to v1  
							
							... 
							
							
							
							Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								71d59e36cc 
								
							
								 
							
						 
						
							
							
								
								bootstrap: support legacy revision while polling  
							
							... 
							
							
							
							Signed-off-by: Hidde Beydals <hello@hidde.co> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								f8da3a1b44 
								
							
								 
							
						 
						
							
							
								
								make gpg signing more robust for bootstrap  
							
							... 
							
							
							
							Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								4ea253220a 
								
							
								 
							
						 
						
							
							
								
								use fluxcd/go-git instead of go-git/go-git directly  
							
							... 
							
							
							
							Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								0a5048a56b 
								
							
								 
							
						 
						
							
							
								
								refactor bootstrap process to use fluxcd/pkg/git  
							
							... 
							
							
							
							Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								a4734d7e30 
								
							
								 
							
						 
						
							
							
								
								Remove file reading from bootstrap package  
							
							... 
							
							
							
							Signed-off-by: Philip Laine <philip.laine@gmail.com> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								0343575146 
								
							
								 
							
						 
						
							
							
								
								Move bootstrap package from internal to pkg  
							
							... 
							
							
							
							Signed-off-by: Philip Laine <philip.laine@gmail.com> 
							
						 
						
							3 years ago