Skip to content

Commit

Permalink
chore(deps): update hhd-dev/rechunk action to v1.1.1 (#243)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [hhd-dev/rechunk](https://redirect.github.com/hhd-dev/rechunk) |
action | minor | `v1.0.1` -> `v1.1.1` |

---

### Release Notes

<details>
<summary>hhd-dev/rechunk (hhd-dev/rechunk)</summary>

###
[`v1.1.1`](https://redirect.github.com/hhd-dev/rechunk/releases/tag/v1.1.1):
: Add missing dir

[Compare
Source](https://redirect.github.com/hhd-dev/rechunk/compare/v1.1.0...v1.1.1)

Self-hosted runners do not precreate the directory `github.workspace` so
make it.

**Full Changelog**:
hhd-dev/rechunk@v1.1.0...v1.1.1

###
[`v1.1.0`](https://redirect.github.com/hhd-dev/rechunk/releases/tag/v1.1.0):
: ARM Support

[Compare
Source](https://redirect.github.com/hhd-dev/rechunk/compare/v1.0.2...v1.1.0)

Adds an arm image for rechunk

#### What's Changed

- feat: build both AMD64 and ARM64 by
[@&#8203;p5](https://redirect.github.com/p5) in
[https://github.com/hhd-dev/rechunk/pull/11](https://redirect.github.com/hhd-dev/rechunk/pull/11)

#### New Contributors

- [@&#8203;p5](https://redirect.github.com/p5) made their first
contribution in
[https://github.com/hhd-dev/rechunk/pull/11](https://redirect.github.com/hhd-dev/rechunk/pull/11)

**Full Changelog**:
hhd-dev/rechunk@v1.0.2...v1.1.0

###
[`v1.0.2`](https://redirect.github.com/hhd-dev/rechunk/releases/tag/v1.0.2):
: Fix SSSD capabilities

[Compare
Source](https://redirect.github.com/hhd-dev/rechunk/compare/v1.0.1...v1.0.2)

#### What's Changed

- fix: add case statement for setting sssd capabilities based on Fedora
version by [@&#8203;ABotelho23](https://redirect.github.com/ABotelho23)
in
[https://github.com/hhd-dev/rechunk/pull/9](https://redirect.github.com/hhd-dev/rechunk/pull/9)

#### New Contributors

- [@&#8203;ABotelho23](https://redirect.github.com/ABotelho23) made
their first contribution in
[https://github.com/hhd-dev/rechunk/pull/9](https://redirect.github.com/hhd-dev/rechunk/pull/9)

**Full Changelog**:
hhd-dev/rechunk@v1.0.1...v1.0.2

</details>

---

### Configuration

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent 8ca935d commit 11b9b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/rechunk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
- name: Rechunk Image
id: rechunk
uses: hhd-dev/rechunk@602e6d62558ab23e15e8764ce06e26c0f328da71 # v1.0.1
uses: hhd-dev/rechunk@f153348d8100c1f504dec435460a0d7baf11a9d2 # v1.1.1
with:
ref: ${{ inputs.ref }}
skip_compression: true
Expand Down

0 comments on commit 11b9b51

Please sign in to comment.