-
Notifications
You must be signed in to change notification settings - Fork 99
🌱 Update github-actions group (major) #1645
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
Open
syself-bot
wants to merge
38
commits into
main
Choose a base branch
from
renovate/major-5-github-actions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
5c78016 to
f1cda3e
Compare
🌱 Remove unused function.
> I0829 08:31:00.251753 17515 request.go:697] > Waited for 1.993332996s due to client-side > throttling, not priority and fairness, request: > GET:https://127.0.0.1:39499/apis/cluster.x-k8s.io/v1beta1/machines This warnings is repeated again and again in the output of e2e tests. We use current api-servers, no need for client-side throttling.
🌱 Use errors.Join(reterr, err) to handle both errors.
f1cda3e to
aa05792
Compare
Update metadata.yaml Add kind property Co-authored-by: Thomas Güttler <thomas.guettler@syself.com>
Update output-for-watch.sh and tail-controller-logs.sh: support caph running in a different namespace (not fix to capi-system). update-operator-dev-deployment.sh: Be sure to not update the cluster, if connected via oidc (avoid accidentally changing a non-test system)
* 🌱 avoid unhealthy conditions when cluster starts. Closes #1674
Co-authored-by: Dhairya Arora <dhairya.arora@syself.com>
aa05792 to
bea997b
Compare
> [It] should take over an existing load balancer with correct name
* 🌱 HCloudMachineType: allow all values. The list of valid machine types gets changed by Hetzner from time to time. CAPH no longer validates this string. It is up to you to use a valid type. Not all types are available in all locations. Additionally Remediation was fixed if providerID was nil.
bea997b to
636673d
Compare
> It("checks that no remediation is tried if HCloud server does not exist anymore
…1700) Bump clusterctl version Co-authored-by: don <don@pop-os.wyvern-bull.ts.net> Co-authored-by: Thomas Güttler <thomas.guettler@syself.com>
636673d to
7c2fbf9
Compare
Otherwise error messages from a second process running in the background are not visible.
7c2fbf9 to
b839c4e
Compare
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | actions/checkout | v4.2.2 | v5.0.1 | | github-tags | actions/checkout | v4 | v5 | | github-tags | actions/download-artifact | v4 | v5 | | github-tags | actions/setup-node | v4 | v5 | | github-tags | actions/upload-artifact | v4.6.2 | v5.0.0 | | github-tags | actions/upload-artifact | v4 | v5 |
b839c4e to
de4efbb
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/github
Changes made in the github directory
size/M
Denotes a PR that changes 50-200 lines, ignoring generated files.
type/major
update/github-action
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.
This PR contains the following updates:
v4.2.2->v5.0.1v4->v5v4->v5v4->v5v4.6.2->v5.0.0v4->v5Release Notes
actions/checkout (actions/checkout)
v5.0.1Compare Source
v5.0.0Compare Source
v4.3.1Compare Source
v4.3.0Compare Source
actions/download-artifact (actions/download-artifact)
v5Compare Source
actions/setup-node (actions/setup-node)
v5Compare Source
actions/upload-artifact (actions/upload-artifact)
v5.0.0Compare Source
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.@actions/artifacttov4.0.0v5.0.0by @danwkennedy in https://github.com/actions/upload-artifact/pull/734New Contributors
Full Changelog: actions/upload-artifact@v4...v5.0.0
Configuration
📅 Schedule: Branch creation - "on monday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.