Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
anchore/sbom-action action minor v0.17.9v0.22.1 age confidence
github.com/canonical/gomaasclient require minor v0.7.0v0.19.0 age confidence
github.com/fsnotify/fsnotify require minor v1.8.0v1.9.0 age confidence
github.com/go-logr/logr require patch v1.4.2v1.4.3 age confidence
github.com/pterm/pterm require patch v0.12.80v0.12.82 age confidence
github.com/sirupsen/logrus require patch v1.9.3v1.9.4 age confidence
github.com/spectrocloud-labs/prompts-tui require minor v0.1.2v0.2.0 age confidence
github.com/spf13/cobra require minor v1.8.1v1.10.2 age confidence
github.com/spf13/viper require minor v1.19.0v1.21.0 age confidence
github.com/stretchr/testify require minor v1.10.0v1.11.1 age confidence
github.com/validator-labs/validator require patch v0.1.15v0.1.16 age confidence
github.com/vmware/govmomi require minor v0.46.3v0.52.0 age confidence
gopkg.in/ini.v1 require patch v1.67.0v1.67.1 age confidence
k8s.io/api require minor v0.32.0v0.35.0 age confidence
k8s.io/apimachinery require minor v0.32.0v0.35.0 age confidence
k8s.io/client-go require minor v0.32.0v0.35.0 age confidence
sigs.k8s.io/controller-runtime require minor v0.19.3v0.23.1 age confidence
sigs.k8s.io/yaml require minor v1.4.0v1.6.0 age confidence

Release Notes

anchore/sbom-action (anchore/sbom-action)

v0.22.1

Compare Source

v0.22.1

⬆️ Dependencies

v0.22.0

Compare Source

Changes in v0.22.0

⬆️ Dependencies

v0.21.1

Compare Source

Changes in v0.21.1

v0.21.0

Compare Source

v0.20.11

Compare Source

Changes in v0.20.11

v0.20.10

Compare Source

Changes in v0.20.10

v0.20.9

Compare Source

Changes in v0.20.9

v0.20.8

Compare Source

Changes in v0.20.8

v0.20.7

Compare Source

Changes in v0.20.7

  • chore(deps): update Syft to v1.34.1 (#​544)

v0.20.6

Compare Source

Changes in v0.20.6

v0.20.5

Compare Source

Changes in v0.20.5

v0.20.4

Compare Source

Changes in v0.20.4

  • chore: update Syft to v1.29.0 (#​529)

v0.20.3

Compare Source

Changes in v0.20.3

v0.20.2

Compare Source

Changes in v0.20.2

v0.20.1

Compare Source

Changes in v0.20.1

v0.20.0

Compare Source

Changes in v0.20.0

  • chore(deps): update Syft to v1.24.0 (#​522)

v0.19.0

Compare Source

Changes in v0.19.0

  • chore(deps): update Syft to v1.23.0 (#​521)
  • chore(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 (#​519)
  • chore(deps): bump cross-spawn (#​514)

v0.18.0

Compare Source

Changes in v0.18.0

canonical/gomaasclient (github.com/canonical/gomaasclient)

v0.19.0

Compare Source

Changelog

Bug fixes
Others

v0.18.0

Compare Source

Changelog

[!Important]
This release contains breaking changes to Machines.Create, Machine.Update methods. entity.MachineParams has been refactored into entity.MachineCreateParams and entity.MachineUpdateParams.

Features

v0.17.0

Compare Source

Changelog

Bug fixes

v0.16.0

Compare Source

Changelog

Features
Bug fixes
Others

v0.15.0

Compare Source

Changelog

Bug fixes

v0.14.0

Compare Source

Changelog

Features
Bug fixes

v0.13.0

Compare Source

Changelog

Features

v0.12.0

Compare Source

Changelog

Features
Bug fixes
Others

v0.11.0

Compare Source

Changelog

Features

v0.10.0

Compare Source

Changelog

Features
Bug fixes

v0.9.0

Compare Source

Changelog

Bug fixes
Others

v0.8.0

Compare Source

Changelog

Features
Bug fixes
Others
fsnotify/fsnotify (github.com/fsnotify/fsnotify)

v1.9.0

Compare Source

Changes and fixes
  • all: make BufferedWatcher buffered again (#​657)

  • inotify: fix race when adding/removing watches while a watched path is being deleted (#​678, #​686)

  • inotify: don't send empty event if a watched path is unmounted (#​655)

  • inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic (#​679)

  • kqueue: fix watching relative symlinks (#​681)

  • kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (#​682)

  • illumos: don't send error if changed file is deleted while processing the event (#​678)

go-logr/logr (github.com/go-logr/logr)

v1.4.3

Compare Source

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

pterm/pterm (github.com/pterm/pterm)

v0.12.82

Compare Source

What's Changed

Exciting New Features 🎉
Fixes 🔧
Other Changes

New Contributors

Full Changelog: pterm/pterm@v0.12.81...v0.12.82

v0.12.81

Compare Source

What's Changed

Exciting New Features 🎉
Fixes 🔧

New Contributors

Full Changelog: pterm/pterm@v0.12.80...v0.12.81

sirupsen/logrus (github.com/sirupsen/logrus)

v1.9.4

Compare Source

Notable changes

  • go.mod: update minimum supported go version to v1.17 #​1460
  • go.mod: bump up dependencies #​1460
  • Touch-up godoc and add "doc" links.
  • README: fix links, grammar, and update examples.
  • Add GNU/Hurd support #​1364
  • Add WASI wasip1 support #​1388
  • Remove uses of deprecated ioutil package #​1472
  • CI: update actions and golangci-lint #​1459
  • CI: remove appveyor, add macOS #​1460

Full Changelog: sirupsen/logrus@v1.9.3...v1.9.4

spectrocloud-labs/prompts-tui (github.com/spectrocloud-labs/prompts-tui)

v0.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: spectrocloud-labs/prompts-tui@v0.1.3...v0.2.0

v0.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: spectrocloud-labs/prompts-tui@v0.1.2...v0.1.3

spf13/cobra (github.com/spf13/cobra)

v1.10.2

Compare Source

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in #​2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

Compare Source

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

Compare Source

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: #​2303 (comment)

✨ Features
🐛 Fix
🪠 Testing
📝 Docs

New Contributors

Full Changelog: spf13/cobra@v1.9.1...v1.9.2

v1.9.1

Compare Source

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

Compare Source

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades


Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!

👋🏼 New Contributors

Full Changelog: spf13/cobra@v1.8.1...v1.9.0

spf13/viper (github.com/spf13/viper)

v1.21.0

Compare Source

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 18, 2024 20:30
@renovate renovate bot requested a review from mattwelke December 18, 2024 20:30
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 18, 2024
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Dec 18, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 05cf030 to a00ace6 Compare December 19, 2024 04:55
@renovate renovate bot changed the title deps(deps): update module github.com/validator-labs/validator to v0.1.16 deps(deps): update all non-major dependencies Dec 19, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 19, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 2, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Jan 2, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: module k8s.io/api@v0.35.0 requires go >= 1.25.0; switching to go1.25.6
go: downloading go1.25.6 (linux/amd64)
go: downloading github.com/fsnotify/fsnotify v1.9.0
go: downloading github.com/spf13/cobra v1.10.2
go: downloading github.com/spf13/viper v1.21.0
go: downloading github.com/go-logr/logr v1.4.3
go: downloading github.com/validator-labs/validator v0.1.16
go: downloading k8s.io/api v0.35.0
go: downloading k8s.io/apimachinery v0.35.0
go: downloading k8s.io/client-go v0.35.0
go: downloading sigs.k8s.io/controller-runtime v0.23.1
go: downloading github.com/stretchr/testify v1.11.1
go: downloading github.com/spectrocloud-labs/prompts-tui v0.2.0
go: downloading github.com/pterm/pterm v0.12.82
go: downloading github.com/sirupsen/logrus v1.9.4
go: downloading github.com/canonical/gomaasclient v0.19.0
go: downloading golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
go: downloading gopkg.in/ini.v1 v1.67.1
go: downloading github.com/vmware/govmomi v0.52.0
go: downloading sigs.k8s.io/yaml v1.6.0
go: downloading golang.org/x/sys v0.38.0
go: downloading github.com/spf13/pflag v1.0.10
go: downloading github.com/go-viper/mapstructure/v2 v2.4.0
go: downloading github.com/sagikazarmark/locafero v0.11.0
go: downloading github.com/spf13/afero v1.15.0
go: downloading github.com/spf13/cast v1.10.0
go: downloading k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
go: downloading sigs.k8s.io/randfill v1.0.0
go: downloading golang.org/x/crypto v0.45.0
go: downloading golang.org/x/term v0.37.0
go: downloading golang.org/x/text v0.31.0
go: downloading k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912
go: downloading sigs.k8s.io/structured-merge-diff/v6 v6.3.2-0.20260122202528-d9cc6641c482
go: downloading github.com/google/go-querystring v1.2.0
go: downloading go.yaml.in/yaml/v2 v2.4.3
go: downloading golang.org/x/net v0.47.0
go: downloading github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8
go: downloading github.com/pelletier/go-toml/v2 v2.2.4
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading golang.org/x/oauth2 v0.30.0
go: downloading golang.org/x/sync v0.18.0
go: downloading github.com/google/go-cmp v0.7.0
go: downloading k8s.io/apiextensions-apiserver v0.35.0
go: downloading github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
go: downloading github.com/evanphx/json-patch/v5 v5.9.11
go: downloading sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730
go: downloading github.com/fxamacker/cbor/v2 v2.9.0
go: downloading github.com/containerd/console v1.0.5
go: downloading github.com/google/gnostic-models v0.7.0
go: downloading google.golang.org/protobuf v1.36.8
go: downloading golang.org/x/time v0.9.0
go: downloading gopkg.in/evanphx/json-patch.v4 v4.13.0
go: downloading github.com/Masterminds/semver/v3 v3.4.0
go: downloading github.com/emicklei/go-restful/v3 v3.12.2
go: downloading github.com/onsi/gomega v1.38.2
go: downloading github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee
go: downloading github.com/klauspost/compress v1.18.0
go: downloading github.com/prometheus/client_golang v1.23.2
go: downloading github.com/golang-jwt/jwt/v5 v5.2.2
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb
go: downloading go.opentelemetry.io/otel v1.36.0
go: downloading go.opentelemetry.io/otel/trace v1.36.0
go: downloading golang.org/x/mod v0.29.0
go: downloading github.com/google/btree v1.1.3
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/prometheus/common v0.66.1
go: downloading go.opentelemetry.io/otel/metric v1.36.0
go: downloading github.com/prometheus/procfs v0.16.1
go: downloading go.opentelemetry.io/auto/sdk v1.1.0
go: downloading github.com/vmware/govmomi/govc v0.0.0-20260129170014-55b758a91203
go: github.com/validator-labs/validatorctl/pkg/services/clouds imports
	github.com/validator-labs/validator-plugin-vsphere/pkg/vsphere imports
	github.com/vmware/govmomi/govc/host/service: cannot find module providing package github.com/vmware/govmomi/govc/host/service

renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 8, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 9, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 16, 2025
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Jan 16, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc4bd0f to 52cdb08 Compare January 19, 2025 08:12
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 19, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 06fe672 to 5e646b6 Compare October 27, 2025 22:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c8f54df to 71ab171 Compare November 4, 2025 02:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from bdf6dc0 to 56cf1e3 Compare November 18, 2025 02:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 56cf1e3 to 313d6fc Compare November 20, 2025 13:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 24cc77b to 199e77e Compare December 10, 2025 09:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 87ef0b5 to a036344 Compare December 18, 2025 02:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from db2fb17 to 37ece61 Compare December 30, 2025 00:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 033e6f2 to b872ca6 Compare January 15, 2026 10:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 67159c0 to 84c66f5 Compare January 22, 2026 13:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 84c66f5 to 2b82864 Compare January 26, 2026 22:26
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2b82864 to 3a5544b Compare January 27, 2026 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants