-
Notifications
You must be signed in to change notification settings - Fork 426
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
Update pipeline version to 0.11-rc1 #469
Conversation
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
configMap: | ||
name: config-logging-triggers | ||
- name: CONFIG_LOGGING_NAME | ||
value: config-logging-triggers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pipelines uses config-logging. Using config-logging-triggers as the default.
(The EL sink uses config-logging
...we should change that too)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment, otherwise seems ok to me 😉
c3fd843
to
1b1b6e3
Compare
@@ -14,7 +14,7 @@ | |||
*.dll | |||
|
|||
# Fortran module files | |||
*.mod | |||
# *.mod |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While Triggers doesn't use go modules (yet!), some of its dependencies do...
config/500-webhooks.yaml
Outdated
pipeline.tekton.dev/release: devel | ||
webhooks: | ||
- admissionReviewVersions: | ||
- v1alpha1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had to change this to v1beta1 for it to deploy to my cluster 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As it turns out its the version of the AdmissionReview
object, not the CRD type 🤦♂️
- After this change, the minimum k8s version is 1.15 - Also stop ignoring .mod files, since some dependencies use go modules. Co-Authored-by: Vincent Demeester <vdemeest@redhat.com> Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
Tried this out locally and it worked! |
@googlebot I consent. |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
Manually changed the CLA since googlebot seems to have ignored Vincent's comment above! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester, wlynch The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Now that tektoncd/triggers#469 is merged, we can get rid of the temporary replace that used a fork of Triggers Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
Now that tektoncd/triggers#469 is merged, we can get rid of the temporary replace that used a fork of Triggers Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
hey hey just tried to use a |
Yup thanks! Opened #481 |
Changes
use go modules.
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide for more details.
Release Notes