Skip to content

Commit

Permalink
fix(deps): update module github.com/kairos-io/kairos-agent/v2 to v2.1…
Browse files Browse the repository at this point in the history
…5.3 (#651)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/kairos-io/kairos-agent/v2](https://redirect.github.com/kairos-io/kairos-agent)
| `v2.15.2` -> `v2.15.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.15.2/v2.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.15.2/v2.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kairos-io/kairos-agent
(github.com/kairos-io/kairos-agent/v2)</summary>

###
[`v2.15.3`](https://redirect.github.com/kairos-io/kairos-agent/releases/tag/v2.15.3)

[Compare
Source](https://redirect.github.com/kairos-io/kairos-agent/compare/v2.15.2...v2.15.3)

#### What's Changed

- fix(deps): update dependency alpinejs to v3.14.3 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/577](https://redirect.github.com/kairos-io/kairos-agent/pull/577)
- Read actual system configs during k8s upgrade by
[@&#8203;Itxaka](https://redirect.github.com/Itxaka) in
[https://github.com/kairos-io/kairos-agent/pull/579](https://redirect.github.com/kairos-io/kairos-agent/pull/579)

**Full Changelog**:
kairos-io/kairos-agent@v2.15.2...v2.15.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am
every weekday,every weekend" in timezone Europe/Brussels, 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/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 604b9a7 commit 61fc2eb
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 @@ -9,7 +9,7 @@ require (
github.com/gliderlabs/ssh v0.3.7
github.com/ipfs/go-log/v2 v2.5.1
github.com/kairos-io/go-nodepair v0.2.0
github.com/kairos-io/kairos-agent/v2 v2.15.2
github.com/kairos-io/kairos-agent/v2 v2.15.3
github.com/kairos-io/kairos-sdk v0.6.0
github.com/mudler/edgevpn v0.28.3
github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,8 @@ github.com/kairos-io/kairos-agent/v2 v2.15.1 h1:bVgfAk15HOqjT4wlxC3EVlhcO3IAc8UO
github.com/kairos-io/kairos-agent/v2 v2.15.1/go.mod h1:a8Faigm7sqJZ4yRwdmhUnsImkSsrIvPjJEMhCBOcshc=
github.com/kairos-io/kairos-agent/v2 v2.15.2 h1:QOWk5GfWOMcTm5oLUnSNtEr72BKAfd7YFO0af4WtyMU=
github.com/kairos-io/kairos-agent/v2 v2.15.2/go.mod h1:a8Faigm7sqJZ4yRwdmhUnsImkSsrIvPjJEMhCBOcshc=
github.com/kairos-io/kairos-agent/v2 v2.15.3 h1:ikmUC7w5K4kZXdWQH3SFqaOVQgjVZi88U386B3IjDkM=
github.com/kairos-io/kairos-agent/v2 v2.15.3/go.mod h1:a8Faigm7sqJZ4yRwdmhUnsImkSsrIvPjJEMhCBOcshc=
github.com/kairos-io/kairos-sdk v0.3.1 h1:rlVPKFDsM4Lsk9z8BVnamMit5eMDb9q6Tj5JCpOj1tM=
github.com/kairos-io/kairos-sdk v0.3.1/go.mod h1:40EjaHJ1R8ru6zg9iOx7QwuOtAm4tXhfBVxILDegoSQ=
github.com/kairos-io/kairos-sdk v0.3.2 h1:xPs6RKjVdMpv6N//iwkjeJHdieliWRCIJ5bNAJsHEMU=
Expand Down

0 comments on commit 61fc2eb

Please sign in to comment.