-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented validation logic for the webhook #593
Implemented validation logic for the webhook #593
Commits on Jul 7, 2021
-
Fix workflow for autogenerating docs (jenkinsci#592)
* Use grep -c flag in check for changes step to fix case when more than 1 website file was modified
Configuration menu - View commit details
-
Copy full SHA for b407e51 - Browse repository at this point
Copy the full SHA b407e51View commit details
Commits on Jul 14, 2021
-
Implemented validation logic for the webhook
- Created a single Validate() function to validate both updating and creating Jenkins CR. - Implemented the Validate function to fetch warnings from the API and do security check if being enabled. - Updated the helm charts and helm-e2e target to run the helm tests.
Configuration menu - View commit details
-
Copy full SHA for 52fe5fe - Browse repository at this point
Copy the full SHA 52fe5feView commit details
Commits on Jul 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for db0978c - Browse repository at this point
Copy the full SHA db0978cView commit details
Commits on Jul 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 800c1a7 - Browse repository at this point
Copy the full SHA 800c1a7View commit details
Commits on Jul 20, 2021
-
Docs: explanation what is backed up and why (jenkinsci#599)
* Explanation what's backed up and why
Configuration menu - View commit details
-
Copy full SHA for 35dfd47 - Browse repository at this point
Copy the full SHA 35dfd47View commit details -
Auto-updated docs (jenkinsci#600)
Co-authored-by: prryb <prryb@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7ce9d1f - Browse repository at this point
Copy the full SHA 7ce9d1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 463cad3 - Browse repository at this point
Copy the full SHA 463cad3View commit details
Commits on Jul 21, 2021
-
Auto-updated docs (jenkinsci#602)
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bd32624 - Browse repository at this point
Copy the full SHA bd32624View commit details
Commits on Jul 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9d5c525 - Browse repository at this point
Copy the full SHA 9d5c525View commit details
Commits on Jul 29, 2021
-
Add GitLFS pull after checkout behaviour to SeedJob GroovyScript Temp…
…late (jenkinsci#483) Add GitLFS pull after checkout behaviour to support also repositories which are relying on Git LFS Close jenkinsci#482
Configuration menu - View commit details
-
Copy full SHA for 935b60b - Browse repository at this point
Copy the full SHA 935b60bView commit details
Commits on Aug 2, 2021
-
Docs: minor fixes (jenkinsci#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 jenkinsci#348 * Fix formatting in docs on Jenkins' customization, update plugin versions * Add notes on Jenkins home Volume in Helm chart values.yaml and docs (jenkinsci#589)
Configuration menu - View commit details
-
Copy full SHA for dfd25e8 - Browse repository at this point
Copy the full SHA dfd25e8View commit details -
Auto-updated docs (jenkinsci#610)
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 17dba08 - Browse repository at this point
Copy the full SHA 17dba08View commit details
Commits on Aug 4, 2021
-
Reimplemented the validation logic with caching the security warnings
- Reimplemented the validator interface - Updated manifests to allocate more resources
Configuration menu - View commit details
-
Copy full SHA for 37d0eac - Browse repository at this point
Copy the full SHA 37d0eacView commit details
Commits on Aug 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8453b3e - Browse repository at this point
Copy the full SHA 8453b3eView commit details -
Docs: add info on restricted volumeMounts other than jenkins-home(jen…
…kinsci#612) * Update note in installation docs * Update Helm chart default values.yaml * Update schema
Configuration menu - View commit details
-
Copy full SHA for 858f0f4 - Browse repository at this point
Copy the full SHA 858f0f4View commit details
Commits on Aug 6, 2021
-
Auto-updated docs (jenkinsci#616)
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b82fc7c - Browse repository at this point
Copy the full SHA b82fc7cView commit details -
Auto-updated docs (jenkinsci#617)
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b400a42 - Browse repository at this point
Copy the full SHA b400a42View commit details -
- Defined a security manager struct to cache all the plugin data - Added flag to make validating security warnings optional while deploying the operator
Configuration menu - View commit details
-
Copy full SHA for 1d2651d - Browse repository at this point
Copy the full SHA 1d2651dView commit details
Commits on Aug 9, 2021
-
Helm Chart: Remove empty priorityClassName from Jenkins template (jen…
…kinsci#618) Also bump Helm Chart version to v0.5.2
2Configuration menu - View commit details
-
Copy full SHA for 853f485 - Browse repository at this point
Copy the full SHA 853f485View commit details
Commits on Aug 10, 2021
-
Merge branch 'master' of github.com:jenkinsci/kubernetes-operator int…
…o security-validator - Refactored code in webhook and main - Merged changes from master
Configuration menu - View commit details
-
Copy full SHA for 9106582 - Browse repository at this point
Copy the full SHA 9106582View commit details
Commits on Aug 12, 2021
-
Merge branch 'security-validator' of github.com:jenkinsci/kubernetes-…
…operator into security-validator
Configuration menu - View commit details
-
Copy full SHA for 90b685d - Browse repository at this point
Copy the full SHA 90b685dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b11ca32 - Browse repository at this point
Copy the full SHA b11ca32View commit details
Commits on Aug 15, 2021
-
- Optimized the charts - Made the webhook optional - Added cert manager as dependency to be installed while running webhook
Configuration menu - View commit details
-
Copy full SHA for 5ca4e0a - Browse repository at this point
Copy the full SHA 5ca4e0aView commit details
Commits on Aug 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e2ec2ea - Browse repository at this point
Copy the full SHA e2ec2eaView commit details
Commits on Aug 20, 2021
-
Completed helm e2e tests and updated helm charts
- Completed helm tests for various scenarios - Disabled startupapi check for cert manager webhook, defined a secret and updated templates - Made the webhook completely optional
Configuration menu - View commit details
-
Copy full SHA for f527a8c - Browse repository at this point
Copy the full SHA f527a8cView commit details
Commits on Aug 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9594c8e - Browse repository at this point
Copy the full SHA 9594c8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95c29d4 - Browse repository at this point
Copy the full SHA 95c29d4View commit details
Commits on Aug 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ba66ba4 - Browse repository at this point
Copy the full SHA ba66ba4View commit details