Skip to content

Commit 107bafa

Browse files
deps: update dependency jdx/mise to v2026.5.10 (#1409)
This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [jdx/mise](https://redirect.github.com/jdx/mise) | patch | `2026.5.9` → `2026.5.10` | `v2026.5.13` (+2) | --- ### Release Notes <details> <summary>jdx/mise (jdx/mise)</summary> ### [`v2026.5.10`](https://redirect.github.com/jdx/mise/releases/tag/v2026.5.10): : AWS SSO for s3 backends [Compare Source](https://redirect.github.com/jdx/mise/compare/vfox-v2026.5.9...vfox-v2026.5.10) A small release that unblocks s3 backends for users on AWS SSO profiles, plus two minor option-handling fixes that fell out of an internal refactor of the GitHub/GitLab/Forgejo backend. ##### Fixed - **(s3)** s3 backends now work with SSO-based AWS profiles. The `sso` feature of `aws-config` is enabled, so configurations that authenticate via [AWS IAM Identity Center](https://aws.amazon.com/iam/identity-center/) no longer fail with: ``` S3 error: DispatchFailure { ... ProfileFile provider could not be built: This behavior requires following cargo feature(s) enabled: sso. ``` ([#&#8203;9875](https://redirect.github.com/jdx/mise/pull/9875) by [@&#8203;Amir-Ahmad](https://redirect.github.com/Amir-Ahmad)). - **(backend)** Two small behavior fixes landed while centralizing Git backend option reads ([#&#8203;9838](https://redirect.github.com/jdx/mise/pull/9838) by [@&#8203;risu729](https://redirect.github.com/risu729)): - Forgejo now applies the same install-time option filtering as GitHub/GitLab. - `no_app` is now read through target-aware platform option lookup, so `platforms.<target>.no_app = true` is honored when resolving assets for cross-platform lockfiles. ##### Changed - **(backend)** Internal refactor introducing a shared `BackendOptions` reader and a typed option wrapper for the unified GitHub/GitLab/Forgejo backend. No user-visible behavior change beyond the fixes above ([#&#8203;9838](https://redirect.github.com/jdx/mise/pull/9838) by [@&#8203;risu729](https://redirect.github.com/risu729)). ##### New Contributors - [@&#8203;Amir-Ahmad](https://redirect.github.com/Amir-Ahmad) made their first contribution in [#&#8203;9875](https://redirect.github.com/jdx/mise/pull/9875) **Full Changelog**: <jdx/mise@v2026.5.9...v2026.5.10> ##### 💚 Sponsor mise mise is built by [@&#8203;jdx](https://redirect.github.com/jdx) under [**en.dev**](https://en.dev) — an independent studio making developer tooling (mise, [aube](https://aube.en.dev/), and more). Development is funded by sponsors. If mise saves you or your team time, please consider sponsoring at [en.dev](https://en.dev). Individual and company sponsorships keep mise fast, free, and independent. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "on sunday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hetznercloud/cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzkuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE4NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5c623c commit 107bafa

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up tools
1919
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
2020
with:
21-
version: 2026.5.9 # renovate: datasource=github-releases depName=jdx/mise
21+
version: 2026.5.10 # renovate: datasource=github-releases depName=jdx/mise
2222

2323
- name: Run GoReleaser
2424
run: goreleaser release --clean --snapshot --skip=sign

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up tools
1919
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
2020
with:
21-
version: 2026.5.9 # renovate: datasource=github-releases depName=jdx/mise
21+
version: 2026.5.10 # renovate: datasource=github-releases depName=jdx/mise
2222

2323
- name: Run gofmt
2424
run: diff -u <(echo -n) <(gofmt -d -s .)
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up tools
3939
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
4040
with:
41-
version: 2026.5.9 # renovate: datasource=github-releases depName=jdx/mise
41+
version: 2026.5.10 # renovate: datasource=github-releases depName=jdx/mise
4242

4343
- name: Run tests
4444
run: go test -coverpkg=./internal/... -coverprofile=coverage.txt -v -race ./...
@@ -63,7 +63,7 @@ jobs:
6363
- name: Set up tools
6464
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
6565
with:
66-
version: 2026.5.9 # renovate: datasource=github-releases depName=jdx/mise
66+
version: 2026.5.10 # renovate: datasource=github-releases depName=jdx/mise
6767

6868
- uses: hetznercloud/tps-action@dc6d67c5768ca43b840429b6c7409cda61cf4092 # main
6969

@@ -92,7 +92,7 @@ jobs:
9292
- name: Set up tools
9393
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
9494
with:
95-
version: 2026.5.9 # renovate: datasource=github-releases depName=jdx/mise
95+
version: 2026.5.10 # renovate: datasource=github-releases depName=jdx/mise
9696

9797
- name: Delete old generated files
9898
run: find . -name 'zz_*.go' -delete
@@ -115,7 +115,7 @@ jobs:
115115
- name: Set up tools
116116
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
117117
with:
118-
version: 2026.5.9 # renovate: datasource=github-releases depName=jdx/mise
118+
version: 2026.5.10 # renovate: datasource=github-releases depName=jdx/mise
119119

120120
- name: Run go mod tidy
121121
run: go mod tidy -diff
@@ -132,7 +132,7 @@ jobs:
132132
- name: Set up tools
133133
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
134134
with:
135-
version: 2026.5.9 # renovate: datasource=github-releases depName=jdx/mise
135+
version: 2026.5.10 # renovate: datasource=github-releases depName=jdx/mise
136136

137137
- name: Run go mod tidy
138138
run: go fix -diff ./...

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up tools
2525
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
2626
with:
27-
version: 2026.5.9 # renovate: datasource=github-releases depName=jdx/mise
27+
version: 2026.5.10 # renovate: datasource=github-releases depName=jdx/mise
2828

2929
- name: Import GPG key
3030
id: import_gpg

0 commit comments

Comments
 (0)