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

chore: automate kubernetes upgrades #1428

Merged
merged 163 commits into from
Oct 18, 2023
Merged

Conversation

sumupitchayan
Copy link
Contributor

@sumupitchayan sumupitchayan commented Aug 15, 2023

Closes #2455

When a new version of Kubernetes is released every quarter, we need to upgrade the CDK8s codebase by importing the new spec, creating a new branch in the cdk8s-plus repo and updating the website/documentation. This is currently done via a manual process (outlined here) that takes up a decent chunk of engineering time and is prone to human errors. This project creates an automation workflow to prevent the manual work of this process for future releases of Kubernetes.

There are two pre-requisite PR’s that have to be merged in other repos before this PR:

Signed-off-by: Sumu <[email protected]>
Signed-off-by: Sumu <[email protected]>
sumupitchayan and others added 22 commits September 26, 2023 20:37
Signed-off-by: github-actions <[email protected]>
Signed-off-by: Sumu <[email protected]>
Signed-off-by: Sumu <[email protected]>
Signed-off-by: Sumu <[email protected]>
Signed-off-by: epolon <[email protected]>
Signed-off-by: epolon <[email protected]>
Signed-off-by: epolon <[email protected]>
@iliapolo iliapolo merged commit 410c49c into master Oct 18, 2023
7 checks passed
@iliapolo iliapolo deleted the sumughan/automate-k8s-release-step1 branch October 18, 2023 13:32
mergify bot pushed a commit that referenced this pull request Oct 18, 2023
mergify bot pushed a commit that referenced this pull request Oct 18, 2023
Part of #1428 

The npm status code check should verify that the latest version is not published (`status code != 200` - if was originally set to `status code == 200` while testing the workflow)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automate support for new Kubernetes versions
2 participants