Skip to content

Commit d00fb21

Browse files
deps(deps): update module github.com/maas/gomaasclient to v0.6.0 (#90)
[![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/maas/gomaasclient](https://togithub.com/maas/gomaasclient) | `v0.5.0` -> `v0.6.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmaas%2fgomaasclient/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmaas%2fgomaasclient/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmaas%2fgomaasclient/v0.5.0/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmaas%2fgomaasclient/v0.5.0/v0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>maas/gomaasclient (github.com/maas/gomaasclient)</summary> ### [`v0.6.0`](https://togithub.com/canonical/gomaasclient/releases/tag/v0.6.0) [Compare Source](https://togithub.com/maas/gomaasclient/compare/v0.5.0...v0.6.0) #### Changelog ##### ⚠️ Repository ownership and module name change - New module name is `github.com/canonical/gomaasclient` ##### Features - [`929ac34`](https://togithub.com/maas/gomaasclient/commit/929ac347bf9fd0b6c5f93474b9abc10e68a988d1): feat: add node script endpoint interactions ([#&#8203;73](https://togithub.com/maas/gomaasclient/issues/73)) ([@&#8203;skatsaounis](https://togithub.com/skatsaounis)) - [`cc090a7`](https://togithub.com/maas/gomaasclient/commit/cc090a71f36fa947b0057ad9819a1bb9ea1c10ed): feat: support rack controllers ([#&#8203;76](https://togithub.com/maas/gomaasclient/issues/76)) ([@&#8203;skatsaounis](https://togithub.com/skatsaounis)) ##### Others - [`d23160f`](https://togithub.com/maas/gomaasclient/commit/d23160f9363b89eb5abfb683e5a546344c7f5727): Update README.md ([#&#8203;66](https://togithub.com/maas/gomaasclient/issues/66)) ([@&#8203;SK1Y101](https://togithub.com/SK1Y101)) - [`43ed7b0`](https://togithub.com/maas/gomaasclient/commit/43ed7b0c15dcdaac5444e81bea3303c2c3efe721): build(deps): bump github.com/juju/gomaasapi/v2 from 2.2.0 to 2.3.0 ([#&#8203;79](https://togithub.com/maas/gomaasclient/issues/79)) ([@&#8203;dependabot](https://togithub.com/dependabot)\[bot]) - [`bb060c0`](https://togithub.com/maas/gomaasclient/commit/bb060c0a9cf5340f975212a7d3ff713f7a3cdf72): build(deps): bump goreleaser/goreleaser-action from 5 to 6 ([#&#8203;78](https://togithub.com/maas/gomaasclient/issues/78)) ([@&#8203;dependabot](https://togithub.com/dependabot)\[bot]) - [`d1c165b`](https://togithub.com/maas/gomaasclient/commit/d1c165b406e07494c33731bf281ff030d5885021): refactor: Update for migration ([#&#8203;81](https://togithub.com/maas/gomaasclient/issues/81)) ([@&#8203;SK1Y101](https://togithub.com/SK1Y101)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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/validator-labs/validator-plugin-maas). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJnbyJdfQ==--> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Tyler Gillson <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tyler Gillson <[email protected]>
1 parent b9cbe1d commit d00fb21

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.22.0
55
toolchain go1.22.5
66

77
require (
8+
github.com/canonical/gomaasclient v0.6.0
89
github.com/deckarep/golang-set/v2 v2.6.0
910
github.com/go-logr/logr v1.4.2
10-
github.com/maas/gomaasclient v0.5.0
1111
github.com/onsi/ginkgo/v2 v2.19.0
1212
github.com/onsi/gomega v1.33.1
1313
github.com/stretchr/testify v1.9.0
@@ -47,7 +47,7 @@ require (
4747
github.com/json-iterator/go v1.1.12 // indirect
4848
github.com/juju/collections v1.0.4 // indirect
4949
github.com/juju/errors v1.0.0 // indirect
50-
github.com/juju/gomaasapi/v2 v2.2.0 // indirect
50+
github.com/juju/gomaasapi/v2 v2.3.0 // indirect
5151
github.com/juju/loggo v1.0.0 // indirect
5252
github.com/juju/mgo/v2 v2.0.2 // indirect
5353
github.com/juju/schema v1.0.1 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
1616
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
1717
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
1818
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
19+
github.com/canonical/gomaasclient v0.6.0 h1:KznXXiQTMKdRv/4lca8fToNr+MRKPdvib43e+5Ctm+s=
20+
github.com/canonical/gomaasclient v0.6.0/go.mod h1:rRYH2hfLDZ7Z6LNmNBbLzwnu1wK894fznN5pbVtur/s=
1921
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
2022
github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
2123
github.com/coredns/caddy v1.1.0 h1:ezvsPrT/tA/7pYDBZxu0cT0VmWk75AfIaf6GSYCNMf0=
@@ -120,8 +122,8 @@ github.com/juju/errors v0.0.0-20220203013757-bd733f3c86b9/go.mod h1:TRm7EVGA3mQO
120122
github.com/juju/errors v1.0.0 h1:yiq7kjCLll1BiaRuNY53MGI0+EQ3rF6GB+wvboZDefM=
121123
github.com/juju/errors v1.0.0/go.mod h1:B5x9thDqx0wIMH3+aLIMP9HjItInYWObRovoCFM5Qe8=
122124
github.com/juju/gnuflag v0.0.0-20171113085948-2ce1bb71843d/go.mod h1:2PavIy+JPciBPrBUjwbNvtwB6RQlve+hkpll6QSNmOE=
123-
github.com/juju/gomaasapi/v2 v2.2.0 h1:vaYeEKr0mQXsM38/zfWqCrYDG8cYhHRkfTQMgkJGHdU=
124-
github.com/juju/gomaasapi/v2 v2.2.0/go.mod h1:ZsohFbU4xShV1aSQYQ21hR1lKj7naNGY0SPuyelcUmk=
125+
github.com/juju/gomaasapi/v2 v2.3.0 h1:97yPBrp/U+JwX/UVrBpkWsZKVREmIlykl8n/a58PYlE=
126+
github.com/juju/gomaasapi/v2 v2.3.0/go.mod h1:ZsohFbU4xShV1aSQYQ21hR1lKj7naNGY0SPuyelcUmk=
125127
github.com/juju/httpprof v0.0.0-20141217160036-14bf14c30767/go.mod h1:+MaLYz4PumRkkyHYeXJ2G5g5cIW0sli2bOfpmbaMV/g=
126128
github.com/juju/loggo v0.0.0-20170605014607-8232ab8918d9/go.mod h1:vgyd7OREkbtVEN/8IXZe5Ooef3LQePvuBm9UWj6ZL8U=
127129
github.com/juju/loggo v0.0.0-20200526014432-9ce3a2e09b5e/go.mod h1:vgyd7OREkbtVEN/8IXZe5Ooef3LQePvuBm9UWj6ZL8U=
@@ -179,8 +181,6 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
179181
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
180182
github.com/lunixbochs/vtclean v0.0.0-20160125035106-4fbf7632a2c6/go.mod h1:pHhQNgMf3btfWnGBVipUOjRYhoOsdGqdm/+2c2E2WMI=
181183
github.com/lunixbochs/vtclean v1.0.0/go.mod h1:pHhQNgMf3btfWnGBVipUOjRYhoOsdGqdm/+2c2E2WMI=
182-
github.com/maas/gomaasclient v0.5.0 h1:Q/AIMrl9PSd7Lrua3AtH0VNDAntWl6TRtPbpCmNuPUY=
183-
github.com/maas/gomaasclient v0.5.0/go.mod h1:IazAe5M7N7Zb0zvGAH64gMZ/SYRPegdS3Fw7Li4cnJc=
184184
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
185185
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
186186
github.com/masterzen/azure-sdk-for-go v3.2.0-beta.0.20161014135628-ee4f0065d00c+incompatible/go.mod h1:mf8fjOu33zCqxUjuiU3I8S1lJMyEAlH+0F2+M5xl3hE=

internal/controller/maasvalidator_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222
"strings"
2323
"time"
2424

25+
maasclient "github.com/canonical/gomaasclient/client"
2526
"github.com/go-logr/logr"
26-
maasclient "github.com/maas/gomaasclient/client"
2727
corev1 "k8s.io/api/core/v1"
2828
apierrs "k8s.io/apimachinery/pkg/api/errors"
2929
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

internal/validators/maas_validator.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
"errors"
55
"fmt"
66

7+
gomaasclient "github.com/canonical/gomaasclient/client"
8+
"github.com/canonical/gomaasclient/entity"
79
mapset "github.com/deckarep/golang-set/v2"
8-
gomaasclient "github.com/maas/gomaasclient/client"
9-
"github.com/maas/gomaasclient/entity"
1010

1111
"github.com/validator-labs/validator-plugin-maas/api/v1alpha1"
1212
"github.com/validator-labs/validator-plugin-maas/internal/constants"

internal/validators/maas_validator_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"errors"
55
"testing"
66

7-
"github.com/maas/gomaasclient/entity"
7+
"github.com/canonical/gomaasclient/entity"
88
"github.com/stretchr/testify/assert"
99

1010
"github.com/validator-labs/validator-plugin-maas/api/v1alpha1"

0 commit comments

Comments
 (0)