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

Update pipeline version to 0.11-rc1 #469

Merged
merged 1 commit into from
Mar 9, 2020

Conversation

dibyom
Copy link
Member

@dibyom dibyom commented Mar 4, 2020

Changes

  • After this change, the minimum k8s version is 1.15
  • Also stop ignoring .mod files, since some dependencies
    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

Triggers now requires kubernetes version 1.15 or higher

@tekton-robot tekton-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 4, 2020
@googlebot
Copy link

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 @googlebot I consent. in this pull request.

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 cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@tekton-robot tekton-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Mar 4, 2020
@dibyom dibyom requested review from vdemeester and removed request for dlorenc March 4, 2020 19:28
config/500-webhooks.yaml Outdated Show resolved Hide resolved
configMap:
name: config-logging-triggers
- name: CONFIG_LOGGING_NAME
value: config-logging-triggers
Copy link
Member Author

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)

cmd/webhook/main.go Outdated Show resolved Hide resolved
Copy link
Member

@vdemeester vdemeester left a 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 😉

config/500-webhooks.yaml Outdated Show resolved Hide resolved
cmd/webhook/main.go Outdated Show resolved Hide resolved
config/500-webhooks.yaml Outdated Show resolved Hide resolved
@dibyom dibyom force-pushed the v1beta1-bump branch 2 times, most recently from c3fd843 to 1b1b6e3 Compare March 5, 2020 16:52
@@ -14,7 +14,7 @@
*.dll

# Fortran module files
*.mod
# *.mod
Copy link
Member Author

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...

pipeline.tekton.dev/release: devel
webhooks:
- admissionReviewVersions:
- v1alpha1
Copy link
Member Author

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 🤔

Copy link
Member Author

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>
@dibyom dibyom changed the title Bump pipeline to v1beta1 + knative/pkg dependency Update pipeline version to 0.11-rc1 Mar 5, 2020
@dibyom dibyom marked this pull request as ready for review March 5, 2020 21:08
@tekton-robot tekton-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 5, 2020
@dibyom
Copy link
Member Author

dibyom commented Mar 5, 2020

Tried this out locally and it worked!
@vdemeester I think you need to comment @googlebot I consent. 👼
also, cc @ncskier

@vdemeester
Copy link
Member

@googlebot I consent.

@dibyom dibyom added cla: yes and removed cla: no labels Mar 6, 2020
@googlebot
Copy link

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.

@dibyom
Copy link
Member Author

dibyom commented Mar 6, 2020

Manually changed the CLA since googlebot seems to have ignored Vincent's comment above!

Copy link
Member

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 6, 2020
@dibyom dibyom requested a review from wlynch March 9, 2020 15:00
@wlynch
Copy link
Member

wlynch commented Mar 9, 2020

/approve

@tekton-robot
Copy link

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 9, 2020
@tekton-robot tekton-robot merged commit 700e5df into tektoncd:master Mar 9, 2020
@dibyom dibyom deleted the v1beta1-bump branch March 9, 2020 20:01
@dibyom dibyom added this to the Triggers v0.4.0 milestone Mar 9, 2020
dibyom added a commit to dibyom/cli that referenced this pull request Mar 10, 2020
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>
tekton-robot pushed a commit to tektoncd/cli that referenced this pull request Mar 11, 2020
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>
@bobcatfish
Copy link
Collaborator

hey hey just tried to use a v1beta1 type with triggers and - not sure if you meant to do this in the scope of this PR or not - but it looks like we need to update the validation to support v1beta1 as well in https://github.com/tektoncd/triggers/blob/master/pkg/apis/triggers/v1alpha1/trigger_template_validation.go#L25 @dibyom

@dibyom
Copy link
Member Author

dibyom commented Mar 13, 2020

Yup thanks! Opened #481

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cla: yes lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants