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

[v0.10] merge main for v0.10.1-rc.1 #2666

Merged
merged 24 commits into from
Jul 23, 2024
Merged

[v0.10] merge main for v0.10.1-rc.1 #2666

merged 24 commits into from
Jul 23, 2024

Conversation

manno
Copy link
Member

@manno manno commented Jul 23, 2024

No description provided.

manno and others added 24 commits July 12, 2024 12:23
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]>
@manno manno requested a review from a team as a code owner July 23, 2024 15:12
@thardeck thardeck changed the title [v0.10] merge main for rc.1 [v0.10] merge main for v0.10.1-rc.1 Jul 23, 2024
@manno manno merged commit 5d8ffad into release/v0.10 Jul 23, 2024
4 of 12 checks passed
@manno manno deleted the v0.10-merge-main-rc1 branch July 23, 2024 15:28
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.

6 participants