38e46a13dd 
								
							 
						 
						
							
							
								
								Fix Helm package URL in Makefile & Index entry for 0.5.3 ( #631 )  
							
							... 
							
							
							
							* Fix url pointing to 0.5.3 Helm chart package in index
* Fix url used for indexing latest chart version in Makefile target releasing chart 
							
						 
						
							2021-08-16 15:01:24 +02:00  
				
					
						
							
							
								 
						
							
								39ec91da29 
								
							 
						 
						
							
							
								
								Auto-updated docs ( #630 )  
							
							... 
							
							
							
							Co-authored-by: prryb <prryb@users.noreply.github.com> 
							
						 
						
							2021-08-16 10:56:48 +02:00  
				
					
						
							
							
								 
						
							
								4e046280a3 
								
							 
						 
						
							
							
								
								Workflow: Release Helm chart ( #626 )  
							
							... 
							
							
							
							* Add Makefile target to release latest version of Helm chart
* Add workflow that packages Helm chart release and creates PR with it
* Remove old Helm targets 
							
						 
						
							2021-08-16 10:54:12 +02:00  
				
					
						
							
							
								 
						
							
								16b4723b79 
								
							 
						 
						
							
							
								
								Fix links on Installation page ( #629 )  
							
							
							
						 
						
							2021-08-16 10:51:11 +02:00  
				
					
						
							
							
								 
						
							
								ff6e03539c 
								
							 
						 
						
							
							
								
								Add step to update 'last modified' date in docs autogen workflow ( #627 )  
							
							
							
						 
						
							2021-08-13 16:55:58 +02:00  
				
					
						
							
							
								 
						
							
								058ea61d70 
								
							 
						 
						
							
							
								
								Update project and repo documents ( #621 )  
							
							... 
							
							
							
							* Removed Contributor Covenant version from Code of Conduct doc
* Added a note on PRs with changes to Helm Chart to CONTRIBUTING doc
* Mentioned Discourse as current main channel of communication in README
* Updated ROADMAP 
							
						 
						
							2021-08-12 10:58:54 +02:00  
				
					
						
							
							
								 
						
							
								851fb0d3e9 
								
							 
						 
						
							
							
								
								Release 0.5.3 Helm Chart  
							
							
							
						 
						
							2021-08-11 16:57:24 +02:00  
				
					
						
							
							
								 
						
							
								65bc574cb8 
								
							 
						 
						
							
							
								
								Helm chart: Fix role and rb templates for case with jenkins ns being empty string ( #624 )  
							
							
							
						 
						
							2021-08-11 14:49:53 +02:00  
				
					
						
							
							
								 
						
							
								ba78896ea6 
								
							 
						 
						
							
							
								
								Stale bot: configure time to close to 30 days after stale ( #622 )  
							
							
							
						 
						
							2021-08-10 12:15:46 +02:00  
				
					
						
							
							
								 
						
							
								aedc2aff59 
								
							 
						 
						
							
							
								
								Add handling of empty WATCH_NAMESPACE value of jenkins.namespace  ( #609 )  
							
							... 
							
							
							
							* Add note that jenkins.namespace also affects jenkins-operator resources
* Add handling of empty WATCH_NAMESPACE value of jenkins.namespace
If jenkins.namespace is set to "", it leads to WATCH_NAMESPACE
environment value of Jenkins Operator itself to be set to "", which
leads that operator watches all namespaces (see
https://github.com/jenkinsci/kubernetes-operator/issues/77#issuecomment-523727092 ).
This case requires custom handling: instead of creating role and
role_binding we need to create clusterrole and clusterrolebinding with
the required permissions.
* Bump chart version
* Fix grammar as suggested by @Sig00rd
Co-authored-by: Sig00rd <sz.fugas@gmail.com> 
							
						 
						
							2021-08-10 11:36:53 +02:00  
				
					
						
							
							
								 
						
							
								2d1a67afb9 
								
							 
						 
						
							
							
								
								Fix bad identation in chart/index.yaml ( #619 )  
							
							
							
						 
						
							2021-08-09 18:40:59 +02:00  
				
					
						
							
							
								 
						
							
								853f485746 
								
							 
						 
						
							
							
								
								Helm Chart: Remove empty priorityClassName from Jenkins template ( #618 )  
							
							... 
							
							
							
							Also bump Helm Chart version to v0.5.2 
							
						 
						
							2021-08-09 14:57:00 +02:00  
				
					
						
							
							
								 
						
							
								b400a420e5 
								
							 
						 
						
							
							
								
								Auto-updated docs ( #617 )  
							
							... 
							
							
							
							Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com> 
							
						 
						
							2021-08-06 13:06:12 +02:00  
				
					
						
							
							
								 
						
							
								b82fc7c764 
								
							 
						 
						
							
							
								
								Auto-updated docs ( #616 )  
							
							... 
							
							
							
							Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com> 
							
						 
						
							2021-08-06 10:03:57 +02:00  
				
					
						
							
							
								 
						
							
								858f0f4c72 
								
							 
						 
						
							
							
								
								Docs: add info on restricted volumeMounts other than jenkins-home( #612 )  
							
							... 
							
							
							
							* Update note in installation docs
* Update Helm chart default values.yaml
* Update schema 
							
						 
						
							2021-08-05 17:28:01 +02:00  
				
					
						
							
							
								 
						
							
								8453b3e9fe 
								
							 
						 
						
							
							
								
								Add an issue template for documentation ( #613 )  
							
							
							
						 
						
							2021-08-05 17:27:19 +02:00  
				
					
						
							
							
								 
						
							
								17dba087b8 
								
							 
						 
						
							
							
								
								Auto-updated docs ( #610 )  
							
							... 
							
							
							
							Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com> 
							
						 
						
							2021-08-02 16:22:29 +02:00  
				
					
						
							
							
								 
						
							
								dfd25e822c 
								
							 
						 
						
							
							
								
								Docs: minor fixes ( #608 )  
							
							... 
							
							
							
							* Link to project's DockerHub in README's section on nightly builds, add paragraph about nightly builds in installation docs
* Fix repositoryURL in sample seedJob configuration with SSH auth
* Slightly expand on #348 
* Fix formatting in docs on Jenkins' customization, update plugin versions
* Add notes on Jenkins home Volume in Helm chart values.yaml and docs (#589 ) 
							
						 
						
							2021-08-02 15:52:10 +02:00  
				
					
						
							
							
								 
						
							
								935b60b6d8 
								
							 
						 
						
							
							
								
								Add GitLFS pull after checkout behaviour to SeedJob GroovyScript Template ( #483 )  
							
							... 
							
							
							
							Add GitLFS pull after checkout behaviour to support also repositories which are relying on Git LFS
Close  #482  
							
						 
						
							2021-07-29 11:44:51 +02:00  
				
					
						
							
							
								 
						
							
								9d5c525ace 
								
							 
						 
						
							
							
								
								Bump seedjobs agent image version to 4.9-1 ( #604 )  
							
							
							
						 
						
							2021-07-23 10:29:04 +02:00  
				
					
						
							
							
								 
						
							
								bd32624fe1 
								
							 
						 
						
							
							
								
								Auto-updated docs ( #602 )  
							
							... 
							
							
							
							Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com> 
							
						 
						
							2021-07-21 09:54:59 +02:00  
				
					
						
							
							
								 
						
							
								463cad3b07 
								
							 
						 
						
							
							
								
								Docs: clarification of description of get latest command in backup ( #601 )  
							
							
							
						 
						
							2021-07-20 14:58:04 +02:00  
				
					
						
							
							
								 
						
							
								7ce9d1f077 
								
							 
						 
						
							
							
								
								Auto-updated docs ( #600 )  
							
							... 
							
							
							
							Co-authored-by: prryb <prryb@users.noreply.github.com> 
							
						 
						
							2021-07-20 14:56:36 +02:00  
				
					
						
							
							
								 
						
							
								35dfd47ec7 
								
							 
						 
						
							
							
								
								Docs: explanation what is backed up and why ( #599 )  
							
							... 
							
							
							
							* Explanation what's backed up and why 
							
						 
						
							2021-07-20 12:06:25 +02:00  
				
					
						
							
							
								 
						
							
								800c1a7d5d 
								
							 
						 
						
							
							
								
								Configure bot for managing stale issues ( #598 )  
							
							
							
						 
						
							2021-07-19 16:04:45 +02:00  
				
					
						
							
							
								 
						
							
								db0978c4d4 
								
							 
						 
						
							
							
								
								Configure bot for labelling new issues as needing triage ( #597 )  
							
							
							
						 
						
							2021-07-16 11:45:43 +02:00  
				
					
						
							
							
								 
						
							
								b407e51bba 
								
							 
						 
						
							
							
								
								Fix workflow for autogenerating docs ( #592 )  
							
							... 
							
							
							
							* Use grep -c flag in check for changes step to fix case when more than 1 website file was modified 
							
						 
						
							2021-07-07 13:18:18 +02:00  
				
					
						
							
							
								 
						
							
								63370a55cc 
								
							 
						 
						
							
							
								
								Auto-updated docs ( #583 )  
							
							
							
						 
						
							2021-06-16 14:20:45 +02:00  
				
					
						
							
							
								 
						
							
								eb256fec76 
								
							 
						 
						
							
							
								
								Update Minikube and Kubernetes versions in Minikube env config ( #582 )  
							
							... 
							
							
							
							* Update minikube and kubernetes version in minikube env config
* Update minikube version in docs' developer's guide 
							
						 
						
							2021-06-16 14:01:25 +02:00  
				
					
						
							
							
								 
						
							
								222af51cb9 
								
							 
						 
						
							
							
								
								Update Kubernetes to 1.30.0 ( #579 )  
							
							
							
						 
						
							2021-06-16 11:23:04 +02:00  
				
					
						
							
							
								 
						
							
								6cc53704e8 
								
							 
						 
						
							
							
								
								Makefile goal to run docs locally ( #578 )  
							
							... 
							
							
							
							* Add makefile goal to run docs locally 
							
						 
						
							2021-06-15 16:32:43 +02:00  
				
					
						
							
							
								 
						
							
								ec6e288673 
								
							 
						 
						
							
							
								
								Regerate docs ( #577 )  
							
							... 
							
							
							
							Co-authored-by: Sig00rd <sfugas@virtuslab.com> 
							
						 
						
							2021-06-11 15:44:14 +02:00  
				
					
						
							
							
								 
						
							
								040fbbfea5 
								
							 
						 
						
							
							
								
								Separate instructions on YAML vs Helm installation in docs ( #576 )  
							
							... 
							
							
							
							* Fix link to Installation on Getting started index
* Separate instructions on installing via YAML and Helm more clearly
* Link deploy jenkins section in instructions on installing via YAML
Co-authored-by: Sig00rd <sfugas@virtuslab.com> 
							
						 
						
							2021-06-11 15:34:02 +02:00  
				
					
						
							
							
								 
						
							
								b9059bc26b 
								
							 
						 
						
							
							
								
								Release 0.5.1 Helm Chart  
							
							
							
						 
						
							2021-06-11 13:53:13 +02:00  
				
					
						
							
							
								 
						
							
								27213fdc48 
								
							 
						 
						
							
							
								
								Regenerate docs  
							
							
							
						 
						
							2021-06-10 16:26:11 +02:00  
				
					
						
							
							
								 
						
							
								985517b04f 
								
							 
						 
						
							
							
								
								Copy sample cr to docs with new required values && fix urls ( #575 )  
							
							
							
						 
						
							2021-06-10 16:21:49 +02:00  
				
					
						
							
							
								 
						
							
								485abaad8d 
								
							 
						 
						
							
							
								
								Release 0.5.0 Helm Chart  
							
							
							
						 
						
							2021-06-10 11:29:09 +02:00  
				
					
						
							
							
								 
						
							
								46ee392a7c 
								
							 
						 
						
							
							
								
								Generate website - 0.5.0 history  
							
							
							
						 
						
							2021-06-10 10:53:40 +02:00  
				
					
						
							
							
								 
						
							
								20b1bb7169 
								
							 
						 
						
							
							
								
								Generate website - 0.6.0 release  
							
							
							
						 
						
							2021-06-10 10:49:11 +02:00  
				
					
						
							
							
								 
						
							
								cd3dbeb0a5 
								
							 
						 
						
							
							
								
								Update website - 0.6.0 release  
							
							
							
						 
						
							2021-06-10 10:39:12 +02:00  
				
					
						
							
							
								 
						
							
								fbea1ed790 
								
							 
						 
						
							
							
								
								Bump version to v0.6.0  
							
							
							
						 
						
							2021-06-10 08:10:50 +02:00  
				
					
						
							
							
								 
						
							
								e762957cc1 
								
							 
						 
						
							
							
								
								Add security-validator branch to tests triggers  
							
							
							
						 
						
							2021-06-08 09:38:47 +02:00  
				
					
						
							
							
								 
						
							
								38fcdf5d37 
								
							 
						 
						
							
							
								
								#555  Add nightly release of a snapshot ( #566 )  
							
							... 
							
							
							
							* #555  Add nightly release of a snapshot
* Update README
* Bump image and plugins
* Bump image and plugins in Helm Chart 
							
						 
						
							2021-05-24 12:13:27 +02:00  
				
					
						
							
							
								 
						
							
								59d522c5d2 
								
							 
						 
						
							
							
								
								#554  Remove Deprecated JVM opts ( #569 )  
							
							... 
							
							
							
							* Upgrade base plugins
* Upgrade Jenkins image
* Remove deprecated JVM opts 
							
						 
						
							2021-05-20 17:22:00 +02:00  
				
					
						
							
							
								 
						
							
								30723cf6f8 
								
							 
						 
						
							
							
								
								Remove preview of installation from generated docs  
							
							
							
						 
						
							2021-05-17 13:21:22 +02:00  
				
					
						
							
							
								 
						
							
								8a42cdc1ee 
								
							 
						 
						
							
							
								
								#560  Fixed envFrom not propagating to master pod ( #564 )  
							
							... 
							
							
							
							* Fixed envFrom not propagate to master pod 
							
						 
						
							2021-05-11 15:58:56 +02:00  
				
					
						
							
							
								 
						
							
								81374d0857 
								
							 
						 
						
							
							
								
								Bump backup PVC version to v0.1.1  
							
							
							
						 
						
							2021-05-06 11:17:51 +02:00  
				
					
						
							
							
								 
						
							
								a7fb199f98 
								
							 
						 
						
							
							
								
								Regenerate docs ( #558 )  
							
							
							
						 
						
							2021-05-05 12:08:01 +02:00  
				
					
						
							
							
								 
						
							
								41dac85ea1 
								
							 
						 
						
							
							
								
								#552  Seed Jobs: Don't Validate "external" Credential Type ( #556 )  
							
							... 
							
							
							
							* Don't validate external credential type
The operator shouldn't try to fetch credentials that have their types
defined as `external` - that means that credentials are supplied
externally, without using k8s secrets.
* Docs: Add example of `external` credential type 
							
						 
						
							2021-05-05 09:27:43 +02:00  
				
					
						
							
							
								 
						
							
								332c08ccf2 
								
							 
						 
						
							
							
								
								Update README.md  
							
							
							
						 
						
							2021-05-01 17:44:09 +02:00