-
Notifications
You must be signed in to change notification settings - Fork 592
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
[v23.2.x] gha: update to use aws sm #19472
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
to resolve warning: > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. (cherry picked from commit d79b2f0) Conflicts: .github/workflows/lint-cpp.yml .github/workflows/lint-includes.yml .github/workflows/lint-python.yml .github/workflows/lint-sh.yml resolved conflict by deleting these files because they do not exist in v23.2.x branch
(cherry picked from commit 0be664d)
Looks like this worklfow is not needed because it has been disabled for over 1 year: https://github.com/redpanda-data/redpanda/actions/workflows/old-backports.yml (cherry picked from commit 4573b58)
It does not look like this worklfow is used because no history of it running: https://github.com/redpanda-data/redpanda/actions/workflows/packages-created.yml (cherry picked from commit d548a72)
No history of workflow runs since disabled: https://github.com/redpanda-data/redpanda/actions/workflows/render-draft-release-notes.yml (cherry picked from commit 316d46e)
Disabled worklfow has no history of workflow run: https://github.com/redpanda-data/redpanda/actions/workflows/slack-messages.yml (cherry picked from commit 1755dda)
(cherry picked from commit 71facd4)
(cherry picked from commit f588554)
(cherry picked from commit f420b5f)
(cherry picked from commit 7fdafd8)
(cherry picked from commit 6a3a892)
To address warning message: > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/labeler@v4. (cherry picked from commit d7f2c13)
(cherry picked from commit f0533f8)
ivotron
approved these changes
Jun 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport of PR #18857
manual cherry-pick because #18857 (comment) had error
all git commits from the PR cherry-picked clean except for:
these files don't exist in v23.2.x branch so i did not backport the patches that update them:
comment_added.yml
jira_issue_manage.yml
transform-sdk-release.yml
i also cherry-picked from PR #15594 because
.github/workflows/kics-iac.yml
uses a github secrets that no longer exists.related issue: https://redpandadata.atlassian.net/browse/PESDLC-1345
Backports Required
Release Notes