Skip to content

Commit

Permalink
fix(deps): update module github.com/metal-toolbox/ironlib to v0.4.0 (#93
Browse files Browse the repository at this point in the history
)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/metal-toolbox/ironlib](https://togithub.com/metal-toolbox/ironlib)
| `v0.3.0` -> `v0.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmetal-toolbox%2fironlib/v0.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmetal-toolbox%2fironlib/v0.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmetal-toolbox%2fironlib/v0.3.0/v0.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmetal-toolbox%2fironlib/v0.3.0/v0.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>metal-toolbox/ironlib
(github.com/metal-toolbox/ironlib)</summary>

###
[`v0.4.0`](https://togithub.com/metal-toolbox/ironlib/releases/tag/v0.4.0)

[Compare
Source](https://togithub.com/metal-toolbox/ironlib/compare/v0.3.0...v0.4.0)

#### What's Changed

- Update module golang.org/x/net to v0.26.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/metal-toolbox/ironlib/pull/162](https://togithub.com/metal-toolbox/ironlib/pull/162)
- Update module github.com/beevik/etree to v1.4.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/metal-toolbox/ironlib/pull/155](https://togithub.com/metal-toolbox/ironlib/pull/155)
- Update anchore/sbom-action action to v0.16.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/metal-toolbox/ironlib/pull/156](https://togithub.com/metal-toolbox/ironlib/pull/156)
- Update docker/build-push-action action to v6 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/metal-toolbox/ironlib/pull/164](https://togithub.com/metal-toolbox/ironlib/pull/164)
- Add support for hdparm based drive wipe by
[@&#8203;mmlb](https://togithub.com/mmlb) in
[https://github.com/metal-toolbox/ironlib/pull/167](https://togithub.com/metal-toolbox/ironlib/pull/167)
- Change Info log messages by [@&#8203;mmlb](https://togithub.com/mmlb)
in
[https://github.com/metal-toolbox/ironlib/pull/169](https://togithub.com/metal-toolbox/ironlib/pull/169)

**Full Changelog**:
metal-toolbox/ironlib@v0.3.0...v0.4.0

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/metal-toolbox/vogelkop).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
mmlb authored Jul 9, 2024
2 parents c89f68b + 8bc912f commit 2708b5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/Sytten/logrus-zap-hook v0.1.0
github.com/bmc-toolbox/common v0.0.0-20240510143200-3db7cecbb5a6
github.com/freddierice/go-losetup/v2 v2.0.1
github.com/metal-toolbox/ironlib v0.3.0
github.com/metal-toolbox/ironlib v0.4.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1
go.uber.org/zap v1.27.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ github.com/metal-toolbox/ironlib v0.2.18 h1:IlKf1lRnJFSQw2X59iSflnX+phM0IJrxhNVK
github.com/metal-toolbox/ironlib v0.2.18/go.mod h1:WxsD+T5Vu223c34k55YfBCm/dZ8IjKj3Lt/C/6XVt1M=
github.com/metal-toolbox/ironlib v0.3.0 h1:qv41PG6g7P7jahbwGV4x+8IyaJ6Ew5tojlnpJTyG4Vs=
github.com/metal-toolbox/ironlib v0.3.0/go.mod h1:WxsD+T5Vu223c34k55YfBCm/dZ8IjKj3Lt/C/6XVt1M=
github.com/metal-toolbox/ironlib v0.4.0 h1:6Mwv3+NczbbSe7KZTJjfu/hiZKq1Mg+4EnvwR+j9MJE=
github.com/metal-toolbox/ironlib v0.4.0/go.mod h1:YNS/N5Q61awwVEXJ20V04AzLrgSsT/Xrh8bHD6Iwi7M=
github.com/pierrec/lz4/v4 v4.1.17 h1:kV4Ip+/hUBC+8T6+2EgburRtkE9ef4nbY3f4dFhGjMc=
github.com/pierrec/lz4/v4 v4.1.17/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down

0 comments on commit 2708b5d

Please sign in to comment.