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

Upgrade to knative/pkg 1.9 #6062

Merged
merged 1 commit into from
Feb 20, 2023
Merged

Conversation

vdemeester
Copy link
Member

@vdemeester vdemeester commented Jan 27, 2023

Changes

Bump to the latest release of knative/pkg.

Signed-off-by: Vincent Demeester [email protected]

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

  • Has Docs included if any changes are user facing
  • Has Tests included if any functionality added or changed
  • Follows the commit message standard
  • Meets the Tekton contributor standards (including
    functionality, content, code)
  • Has a kind label. You can add one by adding a comment on this PR that contains /kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tep
  • Release notes block below has been updated with any user facing changes (API changes, bug fixes, changes requiring upgrade notices or deprecation warnings)
  • Release notes contains the string "action required" if the change requires additional action from users switching to the new release

Release Notes

Bump knative/pkg to 1.9 and update the Kubernetes minimun version to be v1.24.x

@tekton-robot tekton-robot added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label Jan 27, 2023
@tekton-robot tekton-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jan 27, 2023
@vdemeester
Copy link
Member Author

/kind misc

@tekton-robot tekton-robot added the kind/misc Categorizes issue or PR as a miscellaneuous one. label Jan 27, 2023
@vdemeester
Copy link
Member Author

@tektoncd/core-maintainers this bumps kubernetes_min_version to 0.44, meaning we need to update the version of k8s we provision.
cc @abayer

@vdemeester
Copy link
Member Author

Needs tektoncd/plumbing#1332 to be green 😅

@vdemeester vdemeester closed this Jan 31, 2023
@vdemeester vdemeester reopened this Jan 31, 2023
@vdemeester
Copy link
Member Author

(wrong button again...)

@tekton-robot tekton-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 31, 2023
@tekton-robot tekton-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 8, 2023
@vdemeester
Copy link
Member Author

/test all

@vdemeester
Copy link
Member Author

/test pull-tekton-pipeline-beta-integration-tests

@tekton-robot tekton-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 11, 2023
@tekton-robot tekton-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 14, 2023
@vdemeester
Copy link
Member Author

@tektoncd/core-maintainers it is green 🎉

Copy link
Member

@lbernick lbernick left a comment

Choose a reason for hiding this comment

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

https://github.com/tektoncd/pipeline#required-kubernetes-version also needs an update, and can you clarify min k8s version in the release notes?

hack/update-deps.sh Show resolved Hide resolved
@tekton-robot tekton-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Feb 15, 2023
Bump to the latest release of knative/pkg.

Signed-off-by: Vincent Demeester <[email protected]>
@tekton-robot tekton-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 15, 2023
@vdemeester
Copy link
Member Author

@lbernick updated (code, doc and release-note)

@tekton-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lbernick

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 Feb 15, 2023
@abayer
Copy link
Contributor

abayer commented Feb 20, 2023

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Feb 20, 2023
@vdemeester
Copy link
Member Author

/retest

@tekton-robot tekton-robot merged commit 85709c8 into tektoncd:main Feb 20, 2023
@vdemeester vdemeester deleted the knative-1.9 branch February 20, 2023 15:48
pritidesai added a commit to pritidesai/pipeline that referenced this pull request Feb 22, 2023
knative.dev/pkg was recently updated to include a performance fix which helped
reduced the CPU usage by 61% and memory usage by 44% for huge pipelines.
This commit is updating the tekton controllers to include that fix such that
Pipelines 0.42.x can take advantage of this performance improvement.

The same fix was cherry picked in knative.dev/pkg 1.9. Tekton pipeline was
updated to use knative 1.9 post 0.45 in PR tektoncd#6062.
We have another PR tektoncd#6194 open to update pipeline controllers in the main branch.

Signed-off-by: pritidesai <[email protected]>
pritidesai added a commit to pritidesai/pipeline that referenced this pull request Feb 22, 2023
knative.dev/pkg was recently updated to include a performance fix which helped
reduced the CPU usage by 61% and memory usage by 44% for huge pipelines. This
PR is updating the tekton controllers to include that fix such that Pipelines
0.43.x can take advantage of this performance improvement.

The same fix was cherry picked in knative.dev/pkg 1.9. Tekton pipeline was
updated to use knative 1.9 post 0.45 in PR tektoncd#6062. We have another PR tektoncd#6194
open to update pipeline controllers in the main branch.

Signed-off-by: pritidesai <[email protected]>
pritidesai added a commit to pritidesai/pipeline that referenced this pull request Feb 22, 2023
knative.dev/pkg was recently updated to include a performance fix which helped
reduced the CPU usage by 61% and memory usage by 44% for huge pipelines.
This PR is updating the tekton controllers to include that fix such that
Pipelines 0.42.x can take advantage of this performance improvement.

The same fix was cherry picked in knative.dev/pkg 1.9. Tekton pipeline was
updated to use knative 1.9 post 0.45 in PR tektoncd#6062.
We have another PR tektoncd#6194 open to update pipeline controllers in the main branch.

Signed-off-by: pritidesai <[email protected]>
pritidesai added a commit to pritidesai/pipeline that referenced this pull request Feb 23, 2023
knative.dev/pkg was recently updated to include a performance fix which helped
reduced the CPU usage by 61% and memory usage by 44% for huge pipelines.
This PR is updating the tekton controllers to include that fix such that
Pipelines 0.42.x can take advantage of this performance improvement.

The same fix was cherry picked in knative.dev/pkg 1.9. Tekton pipeline was
updated to use knative 1.9 post 0.45 in PR tektoncd#6062.
We have another PR tektoncd#6194 open to update pipeline controllers in the main branch.

Signed-off-by: pritidesai <[email protected]>
Yongxuanzhang added a commit to Yongxuanzhang/pipeline that referenced this pull request Feb 23, 2023
knative.dev/pkg was recently updated to include a performance fix which helped
reduced the CPU usage by 61% and memory usage by 44% for huge pipelines.
This PR is updating the tekton controllers to include that fix such that
Pipelines 0.44.x can take advantage of this performance improvement.

The same fix was cherry picked in knative.dev/pkg 1.9. Tekton pipeline was
updated to use knative 1.9 post 0.45 in PR tektoncd#6062.
We have another PR tektoncd#6194 open to update pipeline controllers in the main branch.

Signed-off-by: Yongxuan Zhang [email protected]
Yongxuanzhang added a commit to Yongxuanzhang/pipeline that referenced this pull request Feb 28, 2023
knative.dev/pkg was recently updated to include a performance fix which helped
reduced the CPU usage by 61% and memory usage by 44% for huge pipelines.
This PR is updating the tekton controllers to include that fix such that
Pipelines 0.44.x can take advantage of this performance improvement.

The same fix was cherry picked in knative.dev/pkg 1.9. Tekton pipeline was
updated to use knative 1.9 post 0.45 in PR tektoncd#6062.
We have another PR tektoncd#6194 open to update pipeline controllers in the main branch.

Signed-off-by: Yongxuan Zhang [email protected]
@pritidesai pritidesai mentioned this pull request Feb 28, 2023
7 tasks
Yongxuanzhang added a commit to Yongxuanzhang/pipeline that referenced this pull request Mar 2, 2023
knative.dev/pkg was recently updated to include a performance fix which helped
reduced the CPU usage by 61% and memory usage by 44% for huge pipelines.
This PR is updating the tekton controllers to include that fix such that
Pipelines 0.44.x can take advantage of this performance improvement.

The same fix was cherry picked in knative.dev/pkg 1.9. Tekton pipeline was
updated to use knative 1.9 post 0.45 in PR tektoncd#6062.
We have another PR tektoncd#6194 open to update pipeline controllers in the main branch.

Signed-off-by: Yongxuan Zhang [email protected]
Yongxuanzhang added a commit to Yongxuanzhang/pipeline that referenced this pull request Mar 2, 2023
knative.dev/pkg was recently updated to include a performance fix which helped
reduced the CPU usage by 61% and memory usage by 44% for huge pipelines.
This PR is updating the tekton controllers to include that fix such that
Pipelines 0.44.x can take advantage of this performance improvement.

The same fix was cherry picked in knative.dev/pkg 1.9. Tekton pipeline was
updated to use knative 1.9 post 0.45 in PR tektoncd#6062.
We have another PR tektoncd#6194 open to update pipeline controllers in the main branch.

Signed-off-by: Yongxuan Zhang [email protected]
tekton-robot pushed a commit that referenced this pull request Mar 2, 2023
knative.dev/pkg was recently updated to include a performance fix which helped
reduced the CPU usage by 61% and memory usage by 44% for huge pipelines.
This PR is updating the tekton controllers to include that fix such that
Pipelines 0.44.x can take advantage of this performance improvement.

The same fix was cherry picked in knative.dev/pkg 1.9. Tekton pipeline was
updated to use knative 1.9 post 0.45 in PR #6062.
We have another PR #6194 open to update pipeline controllers in the main branch.

Signed-off-by: Yongxuan Zhang [email protected]
tekton-robot pushed a commit that referenced this pull request Mar 3, 2023
knative.dev/pkg was recently updated to include a performance fix which helped
reduced the CPU usage by 61% and memory usage by 44% for huge pipelines.
This commit is updating the tekton controllers to include that fix such that
Pipelines 0.42.x can take advantage of this performance improvement.

The same fix was cherry picked in knative.dev/pkg 1.9. Tekton pipeline was
updated to use knative 1.9 post 0.45 in PR #6062.
We have another PR #6194 open to update pipeline controllers in the main branch.

Signed-off-by: pritidesai <[email protected]>
pritidesai added a commit to pritidesai/pipeline that referenced this pull request Mar 20, 2023
knative.dev/pkg was recently updated to include a performance fix which helped
reduced the CPU usage by 61% and memory usage by 44% for huge pipelines.
This PR is updating the tekton controllers to include that fix such that
Pipelines 0.42.x can take advantage of this performance improvement.

The same fix was cherry picked in knative.dev/pkg 1.9. Tekton pipeline was
updated to use knative 1.9 post 0.45 in PR tektoncd#6062.
We have another PR tektoncd#6194 open to update pipeline controllers in the main branch.

Signed-off-by: pritidesai <[email protected]>
pritidesai added a commit to pritidesai/pipeline that referenced this pull request Mar 20, 2023
knative.dev/pkg was recently updated to include a performance fix which helped
reduced the CPU usage by 61% and memory usage by 44% for huge pipelines. This
PR is updating the tekton controllers to include that fix such that Pipelines
0.43.x can take advantage of this performance improvement.

The same fix was cherry picked in knative.dev/pkg 1.9. Tekton pipeline was
updated to use knative 1.9 post 0.45 in PR tektoncd#6062. We have another PR tektoncd#6194
open to update pipeline controllers in the main branch.

Signed-off-by: pritidesai <[email protected]>
tekton-robot pushed a commit that referenced this pull request Mar 21, 2023
knative.dev/pkg was recently updated to include a performance fix which helped
reduced the CPU usage by 61% and memory usage by 44% for huge pipelines.
This PR is updating the tekton controllers to include that fix such that
Pipelines 0.42.x can take advantage of this performance improvement.

The same fix was cherry picked in knative.dev/pkg 1.9. Tekton pipeline was
updated to use knative 1.9 post 0.45 in PR #6062.
We have another PR #6194 open to update pipeline controllers in the main branch.

Signed-off-by: pritidesai <[email protected]>
tekton-robot pushed a commit that referenced this pull request Mar 21, 2023
knative.dev/pkg was recently updated to include a performance fix which helped
reduced the CPU usage by 61% and memory usage by 44% for huge pipelines. This
PR is updating the tekton controllers to include that fix such that Pipelines
0.43.x can take advantage of this performance improvement.

The same fix was cherry picked in knative.dev/pkg 1.9. Tekton pipeline was
updated to use knative 1.9 post 0.45 in PR #6062. We have another PR #6194
open to update pipeline controllers in the main branch.

Signed-off-by: pritidesai <[email protected]>
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. kind/misc Categorizes issue or PR as a miscellaneuous one. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants