Skip to content
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

Bump kubernetes to 1.16.5 and knative/pkg to release-0.12 #1894

Merged
merged 2 commits into from
Feb 3, 2020

Commits on Jan 29, 2020

  1. Bump k8s.io to 1.16.5 and knative/pkg to latest

    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    9dc4d93 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Refactor the webhook/main.go to use latest knative/pkg 🔁

    This is way simpler to follow. This change the following:
    - Add validating and mutating webhook definition *in* yaml (so it gets
      registered before the webhook starts)
    - Rename the controller service/deployment from `tekton-pipelines-controller` to `controller`
    - Rename the webhook service/deployment from `tekton-pipelines-webhook` to `webhook`
    - Use `pipeline.tekton.dev/release` instead of `tekton.dev/release` ;
      mainly to let other project use their own (`trigger.tekton.dev/release`).
    
    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    22d314d View commit details
    Browse the repository at this point in the history