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 k8s versions in nightly #4539

Merged
merged 2 commits into from
Oct 25, 2023
Merged

Update k8s versions in nightly #4539

merged 2 commits into from
Oct 25, 2023

Conversation

lucacome
Copy link
Member

Proposed changes

Update the list of k8s versions with 1.27

@lucacome lucacome self-assigned this Oct 18, 2023
@lucacome lucacome requested a review from a team as a code owner October 18, 2023 17:11
@github-actions github-actions bot added the chore Pull requests for routine tasks label Oct 18, 2023
@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

Merging #4539 (c7e6ca3) into main (f168625) will decrease coverage by 0.03%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #4539      +/-   ##
==========================================
- Coverage   51.98%   51.95%   -0.03%     
==========================================
  Files          59       59              
  Lines       16967    16967              
==========================================
- Hits         8820     8816       -4     
- Misses       7852     7854       +2     
- Partials      295      297       +2     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@@ -268,7 +268,7 @@ jobs:
{\"image\": \"debian-plus-nap\", \"marker\": \"dos\"}], \
\"k8s\": [\"${{ needs.checks.outputs.k8s_latest }}\"]}" >> $GITHUB_OUTPUT
else
echo "matrix={\"k8s\": [\"1.22.17\", \"1.23.17\", \"1.24.15\", \"1.25.11\", \"1.26.6\", \"${{ needs.checks.outputs.k8s_latest }}\"], \
echo "matrix={\"k8s\": [\"1.22.17\", \"1.23.17\", \"1.24.15\", \"1.25.11\", \"1.26.6\", \"1.27.3\", \"${{ needs.checks.outputs.k8s_latest }}\"], \
Copy link
Contributor

Choose a reason for hiding this comment

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

we remove a few right I guess now, 5 should be sufficient

Copy link
Member Author

Choose a reason for hiding this comment

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

we usually had all the supported versions I think

Copy link
Contributor

Choose a reason for hiding this comment

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

we usually had last 5 but I think we just kept on adding new versions without removing.

Signed-off-by: Luca Comellini <luca.com@gmail.com>
@lucacome lucacome merged commit f41eddb into main Oct 25, 2023
62 checks passed
@lucacome lucacome deleted the chore/update-k8s-nightly branch October 25, 2023 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants