chore(deps): update helm release csi-s3 to v0.41.1 #24

Open
prskr wants to merge 1 commit from renovate/csi-s3-0.x into main
Owner

This PR contains the following updates:

Package Type Update Change
csi-s3 HelmChart minor 0.38.3 -> 0.41.1

Release Notes

yandex-cloud/k8s-csi-s3 (csi-s3)

v0.41.1

Compare Source

Commits

  • 4fb7b55: Allow unsafe options when running inside container (without systemd) (Vitaliy Filippov)
  • 80dcfa4: Bump version to 0.41.1 (Vitaliy Filippov)

v0.41.0

Compare Source

Commits

  • d04af5f: Add Upgrading into README (Vitaliy Filippov)
  • 07ae03d: Bump version to 0.41.0, following GeeseFS (Vitaliy Filippov)

v0.40.8

Compare Source

Commits

  • 29e63f2: Fix #​104 - Add csi-s3 to all resource names (Vitaliy Filippov)
  • b6e93a8: Fix #​107 - Wait for mount if the process is already started by systemd (Vitaliy Filippov)
  • 8b5a012: Filter everything including values (not exactly correct, but safer) (Vitaliy Filippov)
  • af5a2ee: Bump version to 0.40.8 (Vitaliy Filippov)

v0.40.6

Compare Source

Commits

  • 7f74985: Bump version to 0.40.6, following GeeseFS (Vitaliy Filippov)

v0.40.3

Compare Source

Commits

  • 11d8b4b: Use os.MkdirAll (Vitaliy Filippov)
  • 80c1171: Improve error handling, do not remove CollectMode (fix #​101) (Vitaliy Filippov)
  • 8ebd0f0: Add region (fix #​87) (Vitaliy Filippov)
  • b2489cd: Allow insecure S3 connections (fix #​100) (Thomas Johansen)
  • 911571a: Bump version to 0.40.3, following GeeseFS (Vitaliy Filippov)

v0.40.1

Compare Source

Chores

  • the argument is already a string, there's no need to use fmt.Sprintf #​72 (guoguangwu)

Commits

  • 075acce: s3 region now configurable by helm values (Tamas Mohos) #​76
  • da3638e: Fix the goroutine variable capturing in removeObjectsOneByOne (Alexander Narsudinov) #​78
  • d3e89f1: Use atomics to make writing of results safe in removeObjectsOneByOne (Alexander Narsudinov) #​78
  • 6a7b88e: Increase the buffer size of objects channel in removeObjectsOneByOne (Alexander Narsudinov) #​78
  • 5786485: Try StopPost instead of ExecStopPost for systemd < 237 (for #​69) (Vitaliy Filippov)
  • bcb8029: Fix #​92 - StopPost also does not work on old systemd versions, but /run/systemd/system/UNIT.d/ does! (Vitaliy Filippov)
  • 2f4814a: Bump version to 0.40.1 (Vitaliy Filippov)

v0.40.0

Compare Source

Commits

  • a04f1c3: Bump version to 0.40.0, following GeeseFS (Vitaliy Filippov)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [csi-s3](https://github.com/yandex-cloud/k8s-csi-s3) | HelmChart | minor | `0.38.3` -> `0.41.1` | --- ### Release Notes <details> <summary>yandex-cloud/k8s-csi-s3 (csi-s3)</summary> ### [`v0.41.1`](https://github.com/yandex-cloud/k8s-csi-s3/releases/tag/v0.41.1) [Compare Source](https://github.com/yandex-cloud/k8s-csi-s3/compare/v0.41.0...v0.41.1) #### Commits - [`4fb7b55`](https://github.com/yandex-cloud/k8s-csi-s3/commit/4fb7b55): Allow unsafe options when running inside container (without systemd) (Vitaliy Filippov) - [`80dcfa4`](https://github.com/yandex-cloud/k8s-csi-s3/commit/80dcfa4): Bump version to 0.41.1 (Vitaliy Filippov) ### [`v0.41.0`](https://github.com/yandex-cloud/k8s-csi-s3/releases/tag/v0.41.0) [Compare Source](https://github.com/yandex-cloud/k8s-csi-s3/compare/v0.40.8...v0.41.0) #### Commits - [`d04af5f`](https://github.com/yandex-cloud/k8s-csi-s3/commit/d04af5f): Add Upgrading into README (Vitaliy Filippov) - [`07ae03d`](https://github.com/yandex-cloud/k8s-csi-s3/commit/07ae03d): Bump version to 0.41.0, following GeeseFS (Vitaliy Filippov) ### [`v0.40.8`](https://github.com/yandex-cloud/k8s-csi-s3/releases/tag/v0.40.8) [Compare Source](https://github.com/yandex-cloud/k8s-csi-s3/compare/v0.40.6...v0.40.8) #### Commits - [`29e63f2`](https://github.com/yandex-cloud/k8s-csi-s3/commit/29e63f2): Fix [#&#8203;104](https://github.com/yandex-cloud/k8s-csi-s3/issues/104) - Add csi-s3 to all resource names (Vitaliy Filippov) - [`b6e93a8`](https://github.com/yandex-cloud/k8s-csi-s3/commit/b6e93a8): Fix [#&#8203;107](https://github.com/yandex-cloud/k8s-csi-s3/issues/107) - Wait for mount if the process is already started by systemd (Vitaliy Filippov) - [`8b5a012`](https://github.com/yandex-cloud/k8s-csi-s3/commit/8b5a012): Filter everything including values (not exactly correct, but safer) (Vitaliy Filippov) - [`af5a2ee`](https://github.com/yandex-cloud/k8s-csi-s3/commit/af5a2ee): Bump version to 0.40.8 (Vitaliy Filippov) ### [`v0.40.6`](https://github.com/yandex-cloud/k8s-csi-s3/releases/tag/v0.40.6) [Compare Source](https://github.com/yandex-cloud/k8s-csi-s3/compare/v0.40.3...v0.40.6) #### Commits - [`7f74985`](https://github.com/yandex-cloud/k8s-csi-s3/commit/7f74985): Bump version to 0.40.6, following GeeseFS (Vitaliy Filippov) ### [`v0.40.3`](https://github.com/yandex-cloud/k8s-csi-s3/releases/tag/v0.40.3) [Compare Source](https://github.com/yandex-cloud/k8s-csi-s3/compare/v0.40.1...v0.40.3) #### Commits - [`11d8b4b`](https://github.com/yandex-cloud/k8s-csi-s3/commit/11d8b4b): Use os.MkdirAll (Vitaliy Filippov) - [`80c1171`](https://github.com/yandex-cloud/k8s-csi-s3/commit/80c1171): Improve error handling, do not remove CollectMode (fix [#&#8203;101](https://github.com/yandex-cloud/k8s-csi-s3/issues/101)) (Vitaliy Filippov) - [`8ebd0f0`](https://github.com/yandex-cloud/k8s-csi-s3/commit/8ebd0f0): Add region (fix [#&#8203;87](https://github.com/yandex-cloud/k8s-csi-s3/issues/87)) (Vitaliy Filippov) - [`b2489cd`](https://github.com/yandex-cloud/k8s-csi-s3/commit/b2489cd): Allow insecure S3 connections (fix [#&#8203;100](https://github.com/yandex-cloud/k8s-csi-s3/issues/100)) (Thomas Johansen) - [`911571a`](https://github.com/yandex-cloud/k8s-csi-s3/commit/911571a): Bump version to 0.40.3, following GeeseFS (Vitaliy Filippov) ### [`v0.40.1`](https://github.com/yandex-cloud/k8s-csi-s3/releases/tag/v0.40.1) [Compare Source](https://github.com/yandex-cloud/k8s-csi-s3/compare/v0.40.0...v0.40.1) #### Chores - the argument is already a string, there's no need to use fmt.Sprintf [#&#8203;72](https://github.com/yandex-cloud/k8s-csi-s3/pull/72) ([guoguangwu](https://github.com/yandex-cloud/k8s-csi-s3/commit/24f4b61fd986fa00c82d65f458cac23766e308d1)) #### Commits - [`075acce`](https://github.com/yandex-cloud/k8s-csi-s3/commit/075acce): s3 region now configurable by helm values (Tamas Mohos) [#&#8203;76](https://github.com/yandex-cloud/k8s-csi-s3/pull/76) - [`da3638e`](https://github.com/yandex-cloud/k8s-csi-s3/commit/da3638e): Fix the goroutine variable capturing in `removeObjectsOneByOne` (Alexander Narsudinov) [#&#8203;78](https://github.com/yandex-cloud/k8s-csi-s3/pull/78) - [`d3e89f1`](https://github.com/yandex-cloud/k8s-csi-s3/commit/d3e89f1): Use atomics to make writing of results safe in `removeObjectsOneByOne` (Alexander Narsudinov) [#&#8203;78](https://github.com/yandex-cloud/k8s-csi-s3/pull/78) - [`6a7b88e`](https://github.com/yandex-cloud/k8s-csi-s3/commit/6a7b88e): Increase the buffer size of objects channel in `removeObjectsOneByOne` (Alexander Narsudinov) [#&#8203;78](https://github.com/yandex-cloud/k8s-csi-s3/pull/78) - [`5786485`](https://github.com/yandex-cloud/k8s-csi-s3/commit/5786485): Try StopPost instead of ExecStopPost for systemd < 237 (for [#&#8203;69](https://github.com/yandex-cloud/k8s-csi-s3/issues/69)) (Vitaliy Filippov) - [`bcb8029`](https://github.com/yandex-cloud/k8s-csi-s3/commit/bcb8029): Fix [#&#8203;92](https://github.com/yandex-cloud/k8s-csi-s3/issues/92) - StopPost also does not work on old systemd versions, but /run/systemd/system/UNIT.d/ does! (Vitaliy Filippov) - [`2f4814a`](https://github.com/yandex-cloud/k8s-csi-s3/commit/2f4814a): Bump version to 0.40.1 (Vitaliy Filippov) ### [`v0.40.0`](https://github.com/yandex-cloud/k8s-csi-s3/releases/tag/v0.40.0) [Compare Source](https://github.com/yandex-cloud/k8s-csi-s3/compare/v0.38.3...v0.40.0) #### Commits - [`a04f1c3`](https://github.com/yandex-cloud/k8s-csi-s3/commit/a04f1c3): Bump version to 0.40.0, following GeeseFS (Vitaliy Filippov) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjU2LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
prskr added 1 commit 2023-12-27 11:32:27 +00:00
prskr force-pushed renovate/csi-s3-0.x from 9bf95eefa9 to 4fb2962067 2024-02-13 03:34:19 +00:00 Compare
prskr changed title from chore(deps): update helm release csi-s3 to v0.40.0 to chore(deps): update helm release csi-s3 to v0.40.1 2024-02-13 03:34:19 +00:00
prskr changed title from chore(deps): update helm release csi-s3 to v0.40.1 to chore(deps): update helm release csi-s3 to v0.40.3 2024-03-13 16:52:21 +00:00
prskr force-pushed renovate/csi-s3-0.x from 4fb2962067 to b4352cfd65 2024-03-13 16:52:23 +00:00 Compare
prskr changed title from chore(deps): update helm release csi-s3 to v0.40.3 to chore(deps): update helm release csi-s3 to v0.40.6 2024-03-30 03:33:52 +00:00
prskr force-pushed renovate/csi-s3-0.x from b4352cfd65 to b547e6f74f 2024-03-30 03:33:54 +00:00 Compare
prskr changed title from chore(deps): update helm release csi-s3 to v0.40.6 to chore(deps): update helm release csi-s3 to v0.40.8 2024-04-23 03:34:14 +00:00
prskr force-pushed renovate/csi-s3-0.x from b547e6f74f to d1f80e554e 2024-04-23 03:34:15 +00:00 Compare
prskr force-pushed renovate/csi-s3-0.x from d1f80e554e to bcdb8a5c7a 2024-04-27 16:10:31 +00:00 Compare
prskr force-pushed renovate/csi-s3-0.x from bcdb8a5c7a to a18e782615 2024-05-20 03:34:42 +00:00 Compare
prskr changed title from chore(deps): update helm release csi-s3 to v0.40.8 to chore(deps): update helm release csi-s3 to v0.41.0 2024-05-25 03:35:20 +00:00
prskr force-pushed renovate/csi-s3-0.x from a18e782615 to d09ac7ec0b 2024-05-25 03:35:22 +00:00 Compare
prskr force-pushed renovate/csi-s3-0.x from d09ac7ec0b to 324bb24e86 2024-06-01 03:34:32 +00:00 Compare
prskr changed title from chore(deps): update helm release csi-s3 to v0.41.0 to chore(deps): update helm release csi-s3 to v0.41.1 2024-07-02 03:34:23 +00:00
prskr force-pushed renovate/csi-s3-0.x from 324bb24e86 to 476c7e78e4 2024-07-02 03:34:23 +00:00 Compare
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/csi-s3-0.x:renovate/csi-s3-0.x
git checkout renovate/csi-s3-0.x

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff renovate/csi-s3-0.x
git checkout main
git merge --ff-only renovate/csi-s3-0.x
git checkout renovate/csi-s3-0.x
git rebase main
git checkout main
git merge --no-ff renovate/csi-s3-0.x
git checkout main
git merge --squash renovate/csi-s3-0.x
git checkout main
git merge --ff-only renovate/csi-s3-0.x
git checkout main
git merge renovate/csi-s3-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/apps#24
No description provided.