Skip to content

Commit

Permalink
deps(deps): update module github.com/maas/gomaasclient to v0.6.0 (#90)
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/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 <tyler.gillson@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tyler Gillson <tyler.gillson@gmail.com>
  • Loading branch information
renovate[bot] and TylerGillson committed Jul 8, 2024
1 parent b9cbe1d commit d00fb21
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.22.0
toolchain go1.22.5

require (
github.com/canonical/gomaasclient v0.6.0
github.com/deckarep/golang-set/v2 v2.6.0
github.com/go-logr/logr v1.4.2
github.com/maas/gomaasclient v0.5.0
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1
github.com/stretchr/testify v1.9.0
Expand Down Expand Up @@ -47,7 +47,7 @@ require (
github.com/json-iterator/go v1.1.12 // indirect
github.com/juju/collections v1.0.4 // indirect
github.com/juju/errors v1.0.0 // indirect
github.com/juju/gomaasapi/v2 v2.2.0 // indirect
github.com/juju/gomaasapi/v2 v2.3.0 // indirect
github.com/juju/loggo v1.0.0 // indirect
github.com/juju/mgo/v2 v2.0.2 // indirect
github.com/juju/schema v1.0.1 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
github.com/canonical/gomaasclient v0.6.0 h1:KznXXiQTMKdRv/4lca8fToNr+MRKPdvib43e+5Ctm+s=
github.com/canonical/gomaasclient v0.6.0/go.mod h1:rRYH2hfLDZ7Z6LNmNBbLzwnu1wK894fznN5pbVtur/s=
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/coredns/caddy v1.1.0 h1:ezvsPrT/tA/7pYDBZxu0cT0VmWk75AfIaf6GSYCNMf0=
Expand Down Expand Up @@ -120,8 +122,8 @@ github.com/juju/errors v0.0.0-20220203013757-bd733f3c86b9/go.mod h1:TRm7EVGA3mQO
github.com/juju/errors v1.0.0 h1:yiq7kjCLll1BiaRuNY53MGI0+EQ3rF6GB+wvboZDefM=
github.com/juju/errors v1.0.0/go.mod h1:B5x9thDqx0wIMH3+aLIMP9HjItInYWObRovoCFM5Qe8=
github.com/juju/gnuflag v0.0.0-20171113085948-2ce1bb71843d/go.mod h1:2PavIy+JPciBPrBUjwbNvtwB6RQlve+hkpll6QSNmOE=
github.com/juju/gomaasapi/v2 v2.2.0 h1:vaYeEKr0mQXsM38/zfWqCrYDG8cYhHRkfTQMgkJGHdU=
github.com/juju/gomaasapi/v2 v2.2.0/go.mod h1:ZsohFbU4xShV1aSQYQ21hR1lKj7naNGY0SPuyelcUmk=
github.com/juju/gomaasapi/v2 v2.3.0 h1:97yPBrp/U+JwX/UVrBpkWsZKVREmIlykl8n/a58PYlE=
github.com/juju/gomaasapi/v2 v2.3.0/go.mod h1:ZsohFbU4xShV1aSQYQ21hR1lKj7naNGY0SPuyelcUmk=
github.com/juju/httpprof v0.0.0-20141217160036-14bf14c30767/go.mod h1:+MaLYz4PumRkkyHYeXJ2G5g5cIW0sli2bOfpmbaMV/g=
github.com/juju/loggo v0.0.0-20170605014607-8232ab8918d9/go.mod h1:vgyd7OREkbtVEN/8IXZe5Ooef3LQePvuBm9UWj6ZL8U=
github.com/juju/loggo v0.0.0-20200526014432-9ce3a2e09b5e/go.mod h1:vgyd7OREkbtVEN/8IXZe5Ooef3LQePvuBm9UWj6ZL8U=
Expand Down Expand Up @@ -179,8 +181,6 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/lunixbochs/vtclean v0.0.0-20160125035106-4fbf7632a2c6/go.mod h1:pHhQNgMf3btfWnGBVipUOjRYhoOsdGqdm/+2c2E2WMI=
github.com/lunixbochs/vtclean v1.0.0/go.mod h1:pHhQNgMf3btfWnGBVipUOjRYhoOsdGqdm/+2c2E2WMI=
github.com/maas/gomaasclient v0.5.0 h1:Q/AIMrl9PSd7Lrua3AtH0VNDAntWl6TRtPbpCmNuPUY=
github.com/maas/gomaasclient v0.5.0/go.mod h1:IazAe5M7N7Zb0zvGAH64gMZ/SYRPegdS3Fw7Li4cnJc=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/masterzen/azure-sdk-for-go v3.2.0-beta.0.20161014135628-ee4f0065d00c+incompatible/go.mod h1:mf8fjOu33zCqxUjuiU3I8S1lJMyEAlH+0F2+M5xl3hE=
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/maasvalidator_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
"strings"
"time"

maasclient "github.com/canonical/gomaasclient/client"
"github.com/go-logr/logr"
maasclient "github.com/maas/gomaasclient/client"
corev1 "k8s.io/api/core/v1"
apierrs "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down
4 changes: 2 additions & 2 deletions internal/validators/maas_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"errors"
"fmt"

gomaasclient "github.com/canonical/gomaasclient/client"
"github.com/canonical/gomaasclient/entity"
mapset "github.com/deckarep/golang-set/v2"
gomaasclient "github.com/maas/gomaasclient/client"
"github.com/maas/gomaasclient/entity"

"github.com/validator-labs/validator-plugin-maas/api/v1alpha1"
"github.com/validator-labs/validator-plugin-maas/internal/constants"
Expand Down
2 changes: 1 addition & 1 deletion internal/validators/maas_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"errors"
"testing"

"github.com/maas/gomaasclient/entity"
"github.com/canonical/gomaasclient/entity"
"github.com/stretchr/testify/assert"

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

0 comments on commit d00fb21

Please sign in to comment.