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 Release Workflow #2251

Merged
merged 1 commit into from
Feb 7, 2023
Merged

Update Release Workflow #2251

merged 1 commit into from
Feb 7, 2023

Conversation

jdn5126
Copy link
Contributor

@jdn5126 jdn5126 commented Feb 2, 2023

What type of PR is this?
enhancement

Which issue does this PR fix:
N/A

What does this PR do / Why do we need it:
This PR updates the release workflow to run only for published releases. The workflow will check out the release tag and run make commands from that workspace.

Changes to the release scripts are as follows:

  1. GitHub CLI and helm version is updated
  2. make upload-resources-to-github is removed. We do not need to upload release artifacts since chart is available on eks-charts and manifest is available and updated in release branch.
  3. make generate-cni-yaml is updated to no longer generate release artifacts.
  4. make config-folder-sync is updated to only generate PR for master branch (not release branch).

If an issue # is not available please add repro steps and logs from IPAMD/CNI showing the issue:
N/A

Testing done on this change:
N/A

Automation added to e2e:
N/A

Will this PR introduce any new dependencies?:
No

Will this break upgrades or downgrades. Has updating a running cluster been tested?:
N/A

Does this change require updates to the CNI daemonset config files to work?:
No

Does this PR introduce any user-facing change?:
No


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jdn5126 jdn5126 requested a review from a team as a code owner February 2, 2023 22:16
jdn5126 added a commit to jdn5126/amazon-vpc-cni-k8s that referenced this pull request Feb 2, 2023
jdn5126 added a commit to jdn5126/amazon-vpc-cni-k8s that referenced this pull request Feb 2, 2023
jdn5126 added a commit to jdn5126/amazon-vpc-cni-k8s that referenced this pull request Feb 3, 2023
@jdn5126 jdn5126 force-pushed the master branch 2 times, most recently from b4f9de5 to 445b22a Compare February 3, 2023 19:25
jdn5126 added a commit to jdn5126/amazon-vpc-cni-k8s that referenced this pull request Feb 3, 2023
jdn5126 added a commit to jdn5126/amazon-vpc-cni-k8s that referenced this pull request Feb 7, 2023
jdn5126 added a commit to jdn5126/amazon-vpc-cni-k8s that referenced this pull request Feb 7, 2023
@@ -28,7 +28,7 @@ rules:
- apiGroups: [""]
resources:
- nodes
verbs: ["list", "watch", "get"]
verbs: ["list", "watch", "get", "update"]
Copy link
Contributor

Choose a reason for hiding this comment

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

I assume this will be removed for 1.13.0?

Copy link
Contributor

@jayanthvn jayanthvn left a comment

Choose a reason for hiding this comment

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

lgtm

@jdn5126 jdn5126 merged commit 4dac30b into aws:master Feb 7, 2023
jdn5126 added a commit to jdn5126/amazon-vpc-cni-k8s that referenced this pull request Feb 7, 2023
jdn5126 added a commit that referenced this pull request Feb 7, 2023
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.

3 participants