renovate[bot]
4a94b6c162
Update module github.com/onsi/ginkgo/v2 to v2.8.0 ( #209 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/onsi/ginkgo/v2](https://togithub.com/onsi/ginkgo ) |
require | minor | `v2.7.1` -> `v2.8.0` |
---
### Release Notes
<details>
<summary>onsi/ginkgo</summary>
### [`v2.8.0`](https://togithub.com/onsi/ginkgo/releases/tag/v2.8.0 )
[Compare
Source](https://togithub.com/onsi/ginkgo/compare/v2.7.1...v2.8.0 )
#### 2.8.0
##### Features
- Introduce GinkgoHelper() to track and exclude helper functions from
potential CodeLocations
\[[`e19f556`](https://togithub.com/onsi/ginkgo/commit/e19f556 )]
Modeled after `testing.T.Helper()`. Now, rather than write code like:
```go
func helper(model Model) {
Expect(model).WithOffset(1).To(BeValid())
Expect(model.SerialNumber).WithOffset(1).To(MatchRegexp(/[a-f0-9]*/))
}
```
you can stop tracking offsets (which makes nesting composing helpers
nearly impossible) and simply write:
```go
func helper(model Model) {
GinkgoHelper()
Expect(model).To(BeValid())
Expect(model.SerialNumber).To(MatchRegexp(/[a-f0-9]*/))
}
```
- Introduce GinkgoLabelFilter() and Label().MatchesLabelFilter() to make
it possible to programmatically match filters (fixes
[#​1119](https://togithub.com/onsi/ginkgo/issues/1119 ))
\[[`2f6597c`](https://togithub.com/onsi/ginkgo/commit/2f6597c )]
You can now write code like this:
```go
BeforeSuite(func() {
if Label("slow").MatchesLabelFilter(GinkgoLabelFilter()) {
// do slow setup
}
if Label("fast").MatchesLabelFilter(GinkgoLabelFilter()) {
// do fast setup
}
})
```
to programmatically check whether a given set of labels will match the
configured `--label-filter`.
##### Maintenance
- Bump webrick from 1.7.0 to 1.8.1 in /docs
([#​1125](https://togithub.com/onsi/ginkgo/issues/1125 ))
\[[`ea4966e`](https://togithub.com/onsi/ginkgo/commit/ea4966e )]
- cdeql: add ruby language
([#​1124](https://togithub.com/onsi/ginkgo/issues/1124 ))
\[[`9dd275b`](https://togithub.com/onsi/ginkgo/commit/9dd275b )]
- dependabot: add bundler package-ecosystem for docs
([#​1123](https://togithub.com/onsi/ginkgo/issues/1123 ))
\[[`14e7bdd`](https://togithub.com/onsi/ginkgo/commit/14e7bdd )]
</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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTYuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExNi4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 22:39:55 +01:00
renovate[bot]
88a66fd7b4
Update module github.com/urfave/cli/v2 to v2.24.3 ( #213 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/urfave/cli/v2](https://togithub.com/urfave/cli ) | require
| patch | `v2.24.2` -> `v2.24.3` |
---
### Release Notes
<details>
<summary>urfave/cli</summary>
### [`v2.24.3`](https://togithub.com/urfave/cli/releases/tag/v2.24.3 )
[Compare
Source](https://togithub.com/urfave/cli/compare/v2.24.2...v2.24.3 )
#### What's Changed
- Make trim space optional by
[@​palsivertsen](https://togithub.com/palsivertsen ) in
[https://github.com/urfave/cli/pull/1675 ](https://togithub.com/urfave/cli/pull/1675 )
**Full Changelog**:
https://github.com/urfave/cli/compare/v2.24.2...v2.24.3
</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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTkuNSIsInVwZGF0ZWRJblZlciI6IjM0LjExOS41In0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 22:32:49 +01:00
renovate[bot]
eb56a61535
Update module github.com/mudler/yip to v1 ( #218 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/mudler/yip](https://togithub.com/mudler/yip ) | require |
major | `v0.11.4` -> `v1.0.0` |
---
### Release Notes
<details>
<summary>mudler/yip</summary>
### [`v1.0.0`](https://togithub.com/mudler/yip/releases/tag/v1.0.0 )
[Compare
Source](https://togithub.com/mudler/yip/compare/v0.11.4...v1.0.0 )
#### Changelog
- [`18cb23d`](https://togithub.com/mudler/yip/commit/18cb23d ) Bump
entities dependency for license change
([#​48](https://togithub.com/mudler/yip/issues/48 ))
- [`91e88df`](https://togithub.com/mudler/yip/commit/91e88df ) Bump
linuxkit+diskfs
([#​49](https://togithub.com/mudler/yip/issues/49 ))
- [`297dedc`](https://togithub.com/mudler/yip/commit/297dedc ) Execute
stages in a dag
([#​50](https://togithub.com/mudler/yip/issues/50 ))
</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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 22:32:24 +01:00
renovate[bot]
83dc026376
Update module github.com/urfave/cli/v2 to v2.24.2 ( #192 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/urfave/cli/v2](https://togithub.com/urfave/cli ) | require
| patch | `v2.24.1` -> `v2.24.2` |
---
### Release Notes
<details>
<summary>urfave/cli</summary>
### [`v2.24.2`](https://togithub.com/urfave/cli/releases/tag/v2.24.2 )
[Compare
Source](https://togithub.com/urfave/cli/compare/v2.24.1...v2.24.2 )
#### What's Changed
- Update README badges for v2 by
[@​meatballhat](https://togithub.com/meatballhat ) in
[https://github.com/urfave/cli/pull/1664 ](https://togithub.com/urfave/cli/pull/1664 )
- Target two most recent Go versions in v2 by
[@​meatballhat](https://togithub.com/meatballhat ) in
[https://github.com/urfave/cli/pull/1666 ](https://togithub.com/urfave/cli/pull/1666 )
- flag: remove dependencies on shared variables by
[@​zllovesuki](https://togithub.com/zllovesuki ) in
[https://github.com/urfave/cli/pull/1671 ](https://togithub.com/urfave/cli/pull/1671 )
- Show non categorized flags with categorized on help by
[@​skelouse](https://togithub.com/skelouse ) in
[https://github.com/urfave/cli/pull/1673 ](https://togithub.com/urfave/cli/pull/1673 )
#### New Contributors
- [@​zllovesuki](https://togithub.com/zllovesuki ) made their first
contribution in
[https://github.com/urfave/cli/pull/1671 ](https://togithub.com/urfave/cli/pull/1671 )
**Full Changelog**:
https://github.com/urfave/cli/compare/v2.24.1...v2.24.2
</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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDguNCIsInVwZGF0ZWRJblZlciI6IjM0LjExNi4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 14:34:36 +01:00
renovate[bot]
1ff36bd870
Update module github.com/onsi/ginkgo/v2 to v2.7.1 ( #206 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/onsi/ginkgo/v2](https://togithub.com/onsi/ginkgo ) |
require | patch | `v2.7.0` -> `v2.7.1` |
---
### Release Notes
<details>
<summary>onsi/ginkgo</summary>
### [`v2.7.1`](https://togithub.com/onsi/ginkgo/releases/tag/v2.7.1 )
[Compare
Source](https://togithub.com/onsi/ginkgo/compare/v2.7.0...v2.7.1 )
#### 2.7.1
##### Fixes
- Bring back SuiteConfig.EmitSpecProgress to avoid compilation issue for
consumers that set it manually
\[[`d2a1cb0`](https://togithub.com/onsi/ginkgo/commit/d2a1cb0 )]
##### Maintenance
- Bump github.com/onsi/gomega from 1.24.2 to 1.25.0
([#​1118](https://togithub.com/onsi/ginkgo/issues/1118 ))
\[[`cafece6`](https://togithub.com/onsi/ginkgo/commit/cafece6 )]
- Bump golang.org/x/tools from 0.4.0 to 0.5.0
([#​1111](https://togithub.com/onsi/ginkgo/issues/1111 ))
\[[`eda66c2`](https://togithub.com/onsi/ginkgo/commit/eda66c2 )]
- Bump golang.org/x/sys from 0.3.0 to 0.4.0
([#​1112](https://togithub.com/onsi/ginkgo/issues/1112 ))
\[[`ac5ccaa`](https://togithub.com/onsi/ginkgo/commit/ac5ccaa )]
- Bump github.com/onsi/gomega from 1.24.1 to 1.24.2
([#​1097](https://togithub.com/onsi/ginkgo/issues/1097 ))
\[[`eee6480`](https://togithub.com/onsi/ginkgo/commit/eee6480 )]
</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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 14:33:36 +01:00
ci-robbot [bot]
1fe5603a35
Repositories bump ( #205 )
...
Bump of luet repositories
Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: mudler <mudler@users.noreply.github.com >
2023-01-27 21:11:46 +01:00
Ettore Di Giacinto
c7e0c0282e
⬆️ Bump kairos deps ( #202 )
...
Signed-off-by: mudler <mudler@c3os.io >
Signed-off-by: mudler <mudler@c3os.io >
v1.5.1
2023-01-27 09:59:52 +01:00
Itxaka
af8a729dde
Adds newer flavors to the bump_k3s_versions script ( #204 )
...
I forgot this script so on 1.5.0 nothing opensuse related was build and
published due to the name change
Signed-off-by: Itxaka <itxaka@spectrocloud.com >
Signed-off-by: Itxaka <itxaka@spectrocloud.com >
Co-authored-by: Itxaka <itxaka@spectrocloud.com >
2023-01-27 09:40:59 +01:00
Itxaka
fc894dfd5d
⚠️ Add tumbleweed flavor ( #193 )
...
Based on the new tumbleweed flavor for kairos
Blocked until https://github.com/kairos-io/kairos/pull/710 gets in and
pushes the new flavor
- [x] copy all artifacts from quay.io/kairos/kairos-opensuse to
quay.io/kairos/kairos-opensuse-leap
- [x] copy all signatures from quay.io/kairos/kairos-opensuse to
quay.io/kairos/kairos-opensuse-leap
- [x] copy all artifacts from quay.io/kairos/kairos-opensuse-arm-rpi to
quay.io/kairos/kairos-opensuse-leap-arm-rpi
- [x] copy all artifacts from quay.io/kairos/kairos-opensuse-arm-rpi to
quay.io/kairos/kairos-opensuse-leap-arm-rpi
Signed-off-by: Itxaka <itxaka@spectrocloud.com >
Signed-off-by: Itxaka <itxaka@spectrocloud.com >
Co-authored-by: Itxaka <itxaka@spectrocloud.com >
v1.5.0
2023-01-26 21:21:15 +01:00
ci-robbot [bot]
071eec3498
⬆️ Kairos core image bump ( #201 )
...
Update of the Kairos core image tag
Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: mudler <mudler@users.noreply.github.com >
2023-01-26 19:55:57 +01:00
ci-robbot [bot]
d9f6724fc6
K3s versions bump ( #200 )
...
Keep track of stable releases
Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: mudler <mudler@users.noreply.github.com >
2023-01-26 19:22:58 +01:00
Ettore Di Giacinto
8215320e79
🐧 Add nohang ( #196 )
...
Signed-off-by: mudler <mudler@c3os.io >
Signed-off-by: mudler <mudler@c3os.io >
2023-01-26 17:55:45 +01:00
renovate[bot]
2c25239cf9
Update module github.com/luthermonson/go-proxmox to v0.0.0-alpha3 ( #198 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/luthermonson/go-proxmox](https://togithub.com/luthermonson/go-proxmox )
| require | patch | `v0.0.0-alpha2` -> `v0.0.0-alpha3` |
---
### Release Notes
<details>
<summary>luthermonson/go-proxmox</summary>
###
[`v0.0.0-alpha3`](https://togithub.com/luthermonson/go-proxmox/releases/tag/v0.0.0-alpha3 )
[Compare
Source](https://togithub.com/luthermonson/go-proxmox/compare/v0.0.0-alpha2...v0.0.0-alpha3 )
#### What's Changed
- updating mage to use aliases by
[@​luthermonson](https://togithub.com/luthermonson ) in
[https://github.com/luthermonson/go-proxmox/pull/47 ](https://togithub.com/luthermonson/go-proxmox/pull/47 )
- adding more tests and light refactor by
[@​luthermonson](https://togithub.com/luthermonson ) in
[https://github.com/luthermonson/go-proxmox/pull/48 ](https://togithub.com/luthermonson/go-proxmox/pull/48 )
- adding gock tests for proxmox main client funcs by
[@​luthermonson](https://togithub.com/luthermonson ) in
[https://github.com/luthermonson/go-proxmox/pull/49 ](https://togithub.com/luthermonson/go-proxmox/pull/49 )
- adding nocloud cloud-init functionality by
[@​luthermonson](https://togithub.com/luthermonson ) in
[https://github.com/luthermonson/go-proxmox/pull/50 ](https://togithub.com/luthermonson/go-proxmox/pull/50 )
**Full Changelog**:
https://github.com/luthermonson/go-proxmox/compare/v0.0.0-alpha2...v0.0.0-alpha3
</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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-25 22:03:27 +01:00
renovate[bot]
847cfb99e7
Update github.com/spectrocloud/peg digest to cdce224 ( #197 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/spectrocloud/peg](https://togithub.com/spectrocloud/peg ) |
require | digest | `aa88743` -> `cdce224` |
---
### 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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-25 21:53:42 +01:00
renovate[bot]
30eebb1ee0
Update module github.com/onsi/gomega to v1.26.0 ( #183 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/onsi/gomega](https://togithub.com/onsi/gomega ) | require |
minor | `v1.24.2` -> `v1.26.0` |
---
### Release Notes
<details>
<summary>onsi/gomega</summary>
### [`v1.26.0`](https://togithub.com/onsi/gomega/releases/tag/v1.26.0 )
[Compare
Source](https://togithub.com/onsi/gomega/compare/v1.25.0...v1.26.0 )
#### 1.26.0
##### Features
- When a polled function returns an error, keep track of the actual and
report on the matcher state of the last non-errored actual
\[[`21f3090`](https://togithub.com/onsi/gomega/commit/21f3090 )]
- improve eventually failure message output
\[[`c530fb3`](https://togithub.com/onsi/gomega/commit/c530fb3 )]
##### Fixes
- fix several documentation spelling issues
\[[`e2eff1f`](https://togithub.com/onsi/gomega/commit/e2eff1f )]
### [`v1.25.0`](https://togithub.com/onsi/gomega/releases/tag/v1.25.0 )
[Compare
Source](https://togithub.com/onsi/gomega/compare/v1.24.2...v1.25.0 )
#### 1.25.0
##### Features
- add `MustPassRepeatedly(int)` to asyncAssertion
([#​619](https://togithub.com/onsi/gomega/issues/619 ))
\[[`4509f72`](https://togithub.com/onsi/gomega/commit/4509f72 )]
- compare unwrapped errors using DeepEqual
([#​617](https://togithub.com/onsi/gomega/issues/617 ))
\[[`aaeaa5d`](https://togithub.com/onsi/gomega/commit/aaeaa5d )]
##### Maintenance
- Bump golang.org/x/net from 0.4.0 to 0.5.0
([#​614](https://togithub.com/onsi/gomega/issues/614 ))
\[[`c7cfea4`](https://togithub.com/onsi/gomega/commit/c7cfea4 )]
- Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0
([#​615](https://togithub.com/onsi/gomega/issues/615 ))
\[[`71b8adb`](https://togithub.com/onsi/gomega/commit/71b8adb )]
- Docs: Fix typo "MUltiple" -> "Multiple"
([#​616](https://togithub.com/onsi/gomega/issues/616 ))
\[[`9351dda`](https://togithub.com/onsi/gomega/commit/9351dda )]
- clean up go.sum
\[[`cd1dc1d`](https://togithub.com/onsi/gomega/commit/cd1dc1d )]
</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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-25 21:51:06 +01:00
renovate[bot]
1a0b58c45d
Update module github.com/urfave/cli to v1.22.12 ( #191 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/urfave/cli](https://togithub.com/urfave/cli ) | require |
patch | `v1.22.11` -> `v1.22.12` |
---
### Release Notes
<details>
<summary>urfave/cli</summary>
### [`v1.22.12`](https://togithub.com/urfave/cli/releases/tag/v1.22.12 )
[Compare
Source](https://togithub.com/urfave/cli/compare/v1.22.11...v1.22.12 )
#### What's Changed
- Update many v1 things by
[@​meatballhat](https://togithub.com/meatballhat ) in
[https://github.com/urfave/cli/pull/1654 ](https://togithub.com/urfave/cli/pull/1654 )
**Full Changelog**:
https://github.com/urfave/cli/compare/v1.22.11...v1.22.12
</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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDguNCIsInVwZGF0ZWRJblZlciI6IjM0LjEwOC40In0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-25 21:50:43 +01:00
ci-robbot [bot]
512a923863
Repositories bump ( #195 )
...
Bump of luet repositories
Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: mudler <mudler@users.noreply.github.com >
2023-01-25 21:50:11 +01:00
renovate[bot]
da96e280fa
Update module github.com/urfave/cli to v1.22.11 ( #180 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/urfave/cli](https://togithub.com/urfave/cli ) | require |
patch | `v1.22.10` -> `v1.22.11` |
---
### Release Notes
<details>
<summary>urfave/cli</summary>
### [`v1.22.11`](https://togithub.com/urfave/cli/releases/tag/v1.22.11 )
[Compare
Source](https://togithub.com/urfave/cli/compare/v1.22.10...v1.22.11 )
#### What's Changed
- Fix:(issue\_1338) Fix behaviour of skip flag parsing if there are
subc… by [@​dearchap](https://togithub.com/dearchap ) in
[https://github.com/urfave/cli/pull/1640 ](https://togithub.com/urfave/cli/pull/1640 )
- Doc:(issue\_1195) Add integration testing example in docs by
[@​dearchap](https://togithub.com/dearchap ) in
[https://github.com/urfave/cli/pull/1641 ](https://togithub.com/urfave/cli/pull/1641 )
- Fix:(issue\_1142). Allow comma in altsrc flag names by
[@​dearchap](https://togithub.com/dearchap ) in
[https://github.com/urfave/cli/pull/1645 ](https://togithub.com/urfave/cli/pull/1645 )
- Run CI on `v1` series by
[@​meatballhat](https://togithub.com/meatballhat ) in
[https://github.com/urfave/cli/pull/1646 ](https://togithub.com/urfave/cli/pull/1646 )
**Full Changelog**:
https://github.com/urfave/cli/compare/v1.22.10...v1.22.11
</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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjM0LjEwOC4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-22 21:52:29 +01:00
renovate[bot]
d626bb0b66
Update module github.com/luthermonson/go-proxmox to v0.0.0-alpha2 ( #177 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/luthermonson/go-proxmox](https://togithub.com/luthermonson/go-proxmox )
| require | patch | `v0.0.0-20221208205347-b1a06f7f8871` ->
`v0.0.0-alpha2` |
---
### Release Notes
<details>
<summary>luthermonson/go-proxmox</summary>
###
[`v0.0.0-alpha2`](https://togithub.com/luthermonson/go-proxmox/releases/tag/v0.0.0-alpha2 )
[Compare
Source](https://togithub.com/luthermonson/go-proxmox/compare/v0.0.0-alpha1...v0.0.0-alpha2 )
#### What's Changed
- split integration out into their own dir to allow for unit testing by
[@​luthermonson](https://togithub.com/luthermonson ) in
[https://github.com/luthermonson/go-proxmox/pull/44 ](https://togithub.com/luthermonson/go-proxmox/pull/44 )
- adding options tests by
[@​luthermonson](https://togithub.com/luthermonson ) in
[https://github.com/luthermonson/go-proxmox/pull/45 ](https://togithub.com/luthermonson/go-proxmox/pull/45 )
- fixing integration tests by
[@​luthermonson](https://togithub.com/luthermonson ) in
[https://github.com/luthermonson/go-proxmox/pull/46 ](https://togithub.com/luthermonson/go-proxmox/pull/46 )
**Full Changelog**:
https://github.com/luthermonson/go-proxmox/compare/v0.0.0-alpha1...v0.0.0-alpha2
</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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDIuMyIsInVwZGF0ZWRJblZlciI6IjM0LjEwOC4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-22 21:52:07 +01:00
renovate[bot]
fee7d92f33
Update module golang.org/x/crypto to v0.5.0 ( #163 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [golang.org/x/crypto](https://togithub.com/golang/crypto ) | require |
minor | `v0.4.0` -> `v0.5.0` |
---
### Release Notes
<details>
<summary>golang/crypto</summary>
###
[`v0.5.0`](https://togithub.com/golang/crypto/compare/v0.4.0...v0.5.0 )
[Compare
Source](https://togithub.com/golang/crypto/compare/v0.4.0...v0.5.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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTA4LjEifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-22 21:51:49 +01:00
Mauro Morales
fd04b8a47b
Upgrade luet to 0.33.0 ( #182 )
...
Kairos repo is already using this version
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com >
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com >
2023-01-17 16:35:37 +00:00
Oz Tiram
70903fdec8
🌱 add version information directly from git ( #175 )
...
Partial fix for https://github.com/kairos-io/kairos/issues/643
Signed-off-by: Oz Tiram <oz@spectrocloud.com >
2023-01-17 10:19:43 +01:00
ci-robbot [bot]
113e850edd
K3s versions bump ( #172 )
...
Keep track of stable releases
Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: mudler <mudler@users.noreply.github.com >
2023-01-12 19:22:10 +01:00
renovate[bot]
4affc1e887
Update module github.com/pterm/pterm to v0.12.53 ( #165 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/pterm/pterm](https://togithub.com/pterm/pterm ) | require |
patch | `v0.12.51` -> `v0.12.53` |
---
### Release Notes
<details>
<summary>pterm/pterm</summary>
### [`v0.12.53`](https://togithub.com/pterm/pterm/releases/tag/v0.12.53 )
[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.52...v0.12.53 )
<!-- Release notes generated using configuration in .github/release.yml
at master -->
#### What's Changed
##### Exciting New Features 🎉
- feat(color): added `color.ToStyle()` by
[@​MarvinJWendt](https://togithub.com/MarvinJWendt ) in
[https://github.com/pterm/pterm/pull/435 ](https://togithub.com/pterm/pterm/pull/435 )
- feat(progressbar): added optional title to `Start` method by
[@​MarvinJWendt](https://togithub.com/MarvinJWendt ) in
[https://github.com/pterm/pterm/pull/436 ](https://togithub.com/pterm/pterm/pull/436 )
##### Fixes 🔧
- fix(prefix): fixed line numbers in different print functions by
[@​MarvinJWendt](https://togithub.com/MarvinJWendt ) in
[https://github.com/pterm/pterm/pull/437 ](https://togithub.com/pterm/pterm/pull/437 )
**Full Changelog**:
https://github.com/pterm/pterm/compare/v0.12.52...v0.12.53
###
[`v0.12.52`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01252---2023-01-05 )
[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.51...v0.12.52 )
##### Features
- **multiselect:** added theme support for checkmarks
- **multiselect:** added theme support for checkmarks
##### Test
- **multiselect:** fixed test
##### Code Refactoring
- **progressbar:** make add more safe
</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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuODEuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-06 15:13:30 +01:00
Dimitris Karakasilis
0d636d2b2c
Exclude .img
images from upgrades ( #160 )
...
and fix renamed Earthly ARG
Fixes https://github.com/kairos-io/kairos/issues/598
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
2023-01-03 23:16:40 +01:00
ci-robbot [bot]
b5bf46a5a4
Repositories bump ( #159 )
...
Bump of luet repositories
Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: mudler <mudler@users.noreply.github.com >
2023-01-02 15:45:44 +01:00
renovate[bot]
5bceff838e
Update robinraju/release-downloader action to v1.7 ( #138 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[robinraju/release-downloader](https://togithub.com/robinraju/release-downloader )
| action | minor | `v1.6` -> `v1.7` |
---
### Release Notes
<details>
<summary>robinraju/release-downloader</summary>
###
[`v1.7`](https://togithub.com/robinraju/release-downloader/releases/tag/v1.7 ):
Release Downloader v1.7
[Compare
Source](https://togithub.com/robinraju/release-downloader/compare/v1.6...v1.7 )
#### What's Changed
- feat: get release by api id by
[@​kevcube](https://togithub.com/kevcube ) in
[https://github.com/robinraju/release-downloader/pull/563 ](https://togithub.com/robinraju/release-downloader/pull/563 )
- fix reading releaseId from inputs by
[@​robinraju](https://togithub.com/robinraju ) in
[https://github.com/robinraju/release-downloader/pull/564 ](https://togithub.com/robinraju/release-downloader/pull/564 )
##### Dependency Updates
- Bump qs from 6.10.2 to 6.11.0 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/robinraju/release-downloader/pull/568 ](https://togithub.com/robinraju/release-downloader/pull/568 )
- Dependabot updates by
[@​robinraju](https://togithub.com/robinraju ) in
[https://github.com/robinraju/release-downloader/pull/569 ](https://togithub.com/robinraju/release-downloader/pull/569 )
- Dependency updates by
[@​robinraju](https://togithub.com/robinraju ) in
[https://github.com/robinraju/release-downloader/pull/578 ](https://togithub.com/robinraju/release-downloader/pull/578 )
#### New Contributors
- [@​kevcube](https://togithub.com/kevcube ) made their first
contribution in
[https://github.com/robinraju/release-downloader/pull/563 ](https://togithub.com/robinraju/release-downloader/pull/563 )
**Full Changelog**:
https://github.com/robinraju/release-downloader/compare/v1.6...v1.7
</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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC42Ni4wIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-28 11:42:54 +01:00
mudler
cce69435be
🤖 Improve ISO build
...
Signed-off-by: mudler <mudler@c3os.io >
2022-12-27 23:23:00 +01:00
Mauro Morales
dbc64e9d49
Test goreleaser/upgrade to go1.18 ( #155 )
...
- upgrade go version to 1.18 to fix
https://github.com/kairos-io/kairos/issues/589
- add a mechanism to test gorelease by prefixing your branch with
`test-goreleaser/`
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com >
2022-12-27 23:09:41 +01:00
mudler
f6a509c752
🌱 Drop deprecated configs
...
Signed-off-by: mudler <mudler@c3os.io >
2022-12-27 20:49:09 +01:00
Mauro Morales
1d074c4fda
Upgrade urfave/cli and make register's config flag required ( #146 )
...
With the upgrade of the cli pkg, making flags required is very simple,
it just needs an attribute `required: true`
Fixes https://github.com/kairos-io/kairos/issues/375
⚠️ breaking UX change
> In v2 flags must come before args. This is more POSIX-compliant. You
may need to update scripts, user documentation, etc.
This means that
```
provier-kairos command ARG FLAG
```
is no longer valid, but I still think the change is worth it because
like the documentation says, the CLI will be more POSIX-compliant
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com >
Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: ci-robbot [bot] <105103991+ci-robbot@users.noreply.github.com >
Co-authored-by: mudler <mudler@users.noreply.github.com >
2022-12-27 19:29:01 +00:00
mudler
8338402905
🌱 Be consistent and respect MinNodes in the service
...
Signed-off-by: mudler <mudler@c3os.io >
2022-12-27 20:27:15 +01:00
mudler
e08e67e69c
⬆️ Bump go-nodepair and edgevpn
2022-12-27 20:24:47 +01:00
ci-robbot [bot]
80bf6189ea
K3s versions bump ( #153 )
...
Keep track of stable releases
Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: mudler <mudler@users.noreply.github.com >
v1.4.0
2022-12-27 13:49:02 +01:00
Ettore Di Giacinto
1b36eeb87e
🤖 Add debian flavor
...
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2022-12-27 13:47:11 +01:00
ci-robbot [bot]
f5e1ea65a2
⬆️ Kairos core image bump ( #152 )
...
Update of the Kairos core image tag
Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: mudler <mudler@users.noreply.github.com >
2022-12-27 12:14:05 +01:00
ci-robbot [bot]
63f712580e
Repositories bump ( #149 )
...
Bump of luet repositories
Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: mudler <mudler@users.noreply.github.com >
2022-12-25 15:02:46 +01:00
Ettore Di Giacinto
05213f04b0
🐛 Fixup detection if block is missing ( #143 )
...
p2p block is optional, thus we might panic otherwise here
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2022-12-22 09:19:24 +01:00
Oz N Tiram
9e6eead109
Check that QR file paths are readable and are not directories ( #141 )
...
This is a possible fix for
https://github.com/kairos-io/kairos/issues/568 .
Signed-off-by: Oz Tiram <oz.tiram@gmail.com >
2022-12-21 16:05:33 +00:00
ci-robbot [bot]
fe264ac971
Repositories bump ( #140 )
...
Bump of luet repositories
Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: mudler <mudler@users.noreply.github.com >
2022-12-21 10:56:02 +01:00
renovate[bot]
f19436a857
Update module golang.org/x/crypto to v0.4.0 ( #125 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [golang.org/x/crypto](https://togithub.com/golang/crypto ) | require |
minor | `v0.2.0` -> `v0.4.0` |
---
### Release Notes
<details>
<summary>golang/crypto</summary>
###
[`v0.4.0`](https://togithub.com/golang/crypto/compare/v0.3.0...v0.4.0 )
[Compare
Source](https://togithub.com/golang/crypto/compare/v0.3.0...v0.4.0 )
###
[`v0.3.0`](https://togithub.com/golang/crypto/compare/v0.2.0...v0.3.0 )
[Compare
Source](https://togithub.com/golang/crypto/compare/v0.2.0...v0.3.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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-19 15:54:44 +01:00
Oz N Tiram
a7e182b0ff
Fix broken documentation about pairing ( #134 )
...
Fix https://github.com/kairos-io/kairos/issues/509 .
Signed-off-by: Oz Tiram <oz.tiram@gmail.com >
2022-12-19 14:53:00 +01:00
renovate[bot]
df9a721a05
Update module go.uber.org/zap to v1.24.0 ( #105 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [go.uber.org/zap](https://togithub.com/uber-go/zap ) | require | minor
| `v1.23.0` -> `v1.24.0` |
---
### Release Notes
<details>
<summary>uber-go/zap</summary>
### [`v1.24.0`](https://togithub.com/uber-go/zap/releases/tag/v1.24.0 )
[Compare
Source](https://togithub.com/uber-go/zap/compare/v1.23.0...v1.24.0 )
Enhancements:
- [#​1148][]: Add `Level` to both `Logger` and `SugaredLogger`
that reports the
current minimum enabled log level.
- [#​1185][]: `SugaredLogger` turns errors to zap.Error
automatically.
Thanks to [@​Abirdcfly](https://togithub.com/Abirdcfly ),
[@​craigpastro](https://togithub.com/craigpastro ),
[@​nnnkkk7](https://togithub.com/nnnkkk7 ), and
[@​sashamelentyev](https://togithub.com/sashamelentyev ) for their
contributions to this release.
[#​1148]: https://togithub.com/uber-go/zap/pull/1148
[#​1185]: https://togithub.com/uber-go/zap/pull/1185
</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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-16 15:34:44 +01:00
P Stark
6d5b871226
Fix link to image support matrix in the docs. ( #113 )
...
see title
2022-12-16 15:34:03 +01:00
renovate[bot]
ebac89fad7
Update module github.com/samber/lo to v1.37.0 ( #133 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/samber/lo](https://togithub.com/samber/lo ) | require |
minor | `v1.36.0` -> `v1.37.0` |
---
### Release Notes
<details>
<summary>samber/lo</summary>
### [`v1.37.0`](https://togithub.com/samber/lo/releases/tag/v1.37.0 )
[Compare
Source](https://togithub.com/samber/lo/compare/v1.36.0...v1.37.0 )
Adding:
- lo.PartialX
- lo.Transaction
Improvement:
- lo.Associate / lo.SliceToMap: faster memory allocation
Chore:
- Remove \*\_test.go files from releases, in order to cleanup dev
dependencies
</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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-16 15:33:28 +01:00
renovate[bot]
174e4aed1b
Update module github.com/onsi/gomega to v1.24.2 ( #131 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/onsi/gomega](https://togithub.com/onsi/gomega ) | require |
patch | `v1.24.1` -> `v1.24.2` |
---
### Release Notes
<details>
<summary>onsi/gomega</summary>
### [`v1.24.2`](https://togithub.com/onsi/gomega/releases/tag/v1.24.2 )
[Compare
Source](https://togithub.com/onsi/gomega/compare/v1.24.1...v1.24.2 )
#### 1.24.2
##### Fixes
- Correctly handle assertion failure panics for eventually/consistnetly
"g Gomega"s in a goroutine
\[[`78f1660`](https://togithub.com/onsi/gomega/commit/78f1660 )]
- docs:Fix typo "you an" -> "you can"
([#​607](https://togithub.com/onsi/gomega/issues/607 ))
\[[`3187c1f`](https://togithub.com/onsi/gomega/commit/3187c1f )]
- fixes issue [#​600](https://togithub.com/onsi/gomega/issues/600 )
([#​606](https://togithub.com/onsi/gomega/issues/606 ))
\[[`808d192`](https://togithub.com/onsi/gomega/commit/808d192 )]
##### Maintenance
- Bump golang.org/x/net from 0.2.0 to 0.4.0
([#​611](https://togithub.com/onsi/gomega/issues/611 ))
\[[`6ebc0bf`](https://togithub.com/onsi/gomega/commit/6ebc0bf )]
- Bump nokogiri from 1.13.9 to 1.13.10 in /docs
([#​612](https://togithub.com/onsi/gomega/issues/612 ))
\[[`258cfc8`](https://togithub.com/onsi/gomega/commit/258cfc8 )]
- Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1
([#​609](https://togithub.com/onsi/gomega/issues/609 ))
\[[`e6c3eb9`](https://togithub.com/onsi/gomega/commit/e6c3eb9 )]
</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://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-16 15:32:57 +01:00
ci-robbot [bot]
d8d12cc78e
Repositories bump ( #132 )
...
Bump of luet repositories
Signed-off-by: GitHub <noreply@github.com >
Co-authored-by: mudler <mudler@users.noreply.github.com >
2022-12-16 15:32:04 +01:00
Ettore Di Giacinto
737fadedd7
Merge pull request #120 from kairos-io/renovate/github.com-onsi-ginkgo-v2-2.x
...
Update module github.com/onsi/ginkgo/v2 to v2.6.1
2022-12-15 10:57:33 +01:00
renovate[bot]
e2bf99c5b9
Update module github.com/onsi/ginkgo/v2 to v2.6.1
2022-12-14 21:02:51 +00:00
Ettore Di Giacinto
97d1f86371
Merge pull request #129 from ci-forks/create-pull-request/patch
...
K3s versions bump
2022-12-14 19:32:03 +01:00