-
Notifications
You must be signed in to change notification settings - Fork 229
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
[v0.10] merge main for v0.10.1-rc.1 #2666
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
Also removing workflow_dispatch, as it doesn't make sense to run the workflows manually without being able to attach to them.
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
…0cc0d44d33ea73bf4ac5aa5424513f0a2184859a974d337d [updatecli] Bump Fleet version used within installation documentation to 0.10.0
to work around the issue where it can not determine the correct tag in case of double tags (un-rcing). Refers to https://goreleaser.com/cookbooks/set-a-custom-git-tag/
Provide release tag as custom tag to GoReleaser
As of now, the `folder/*` was not supported by Fleet. This PR adds support for it, giving the option to ignore folders (not files with a given name). For example: This folder structure: ``` root dir1 test file1 file2 file3 test file4 ``` with the following `.fleetignore` file: ``` test/* ``` would produce the following recource list: ``` root/file3 root/test root/file4 ``` `test` folder would be ignored but `test` file would not. Signed-off-by: Xavi Garcia <[email protected]>
Setting debug to false would put the additional env vars outside the env block.
This adds some example values, especially the helm values affecting blocks, like `debug` often create problems.
…ulnerability chore(deps): update module k8s.io/kubernetes to v1.30.3 [security]
…ontainerregistry-0.x chore(deps): update module github.com/google/go-containerregistry to v0.20.1
…et-pkg-apis-0.x chore(deps): update module github.com/rancher/fleet/pkg/apis to v0.10.0
Maybe rely on logger from context?
Uses the Manager's timers instead of creating a different go routine to deal with the polling job. This is an approach to deal with multiple calls updating the status of a `gitrepo` in the same reconcile loop. There were issues setting the status and getting it in the same reconcile as the cache was not properly set yet. This tries to fix those issues by only updating the status once per reconcile. Refers to: #2631 Signed-off-by: Xavi Garcia <[email protected]>
thardeck
changed the title
[v0.10] merge main for rc.1
[v0.10] merge main for v0.10.1-rc.1
Jul 23, 2024
thardeck
approved these changes
Jul 23, 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.
No description provided.