Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #1346

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
anchore/sbom-action action patch v0.17.8 -> v0.17.9 age adoption passing confidence
buf.build/gen/go/interplex-ai/schemas/grpc/go require patch v1.5.1-20241117203254-a91193b62179.1 -> v1.5.1-20241117203254-a91193b62179.2 age adoption passing confidence
buf.build/gen/go/interplex-ai/schemas/protocolbuffers/go require minor v1.35.2-20241117203254-a91193b62179.1 -> v1.36.1-20241117203254-a91193b62179.1 age adoption passing confidence
buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc-ecosystem/gateway/v2 require minor v2.24.0-20241118152629-1379a5a1889d.1 -> v2.25.1-20241118152629-1379a5a1889d.1 age adoption passing confidence
buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go require patch v1.5.1-20241118152629-1379a5a1889d.1 -> v1.5.1-20241118152629-1379a5a1889d.2 age adoption passing confidence
buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go require minor v1.35.2-20241118152629-1379a5a1889d.1 -> v1.36.1-20241118152629-1379a5a1889d.1 age adoption passing confidence
cloud.google.com/go/storage require minor v1.48.0 -> v1.49.0 age adoption passing confidence
cloud.google.com/go/vertexai require patch v0.13.2 -> v0.13.3 age adoption passing confidence
github.com/docker/docker replace patch v27.4.0+incompatible -> v27.4.1+incompatible age adoption passing confidence
github.com/grpc-ecosystem/grpc-gateway/v2 require minor v2.24.0 -> v2.25.1 age adoption passing confidence
github.com/kedacore/keda/v2 require patch v2.16.0 -> v2.16.1 age adoption passing confidence
github.com/mittwald/go-helm-client require patch v0.12.14 -> v0.12.16 age adoption passing confidence
github.com/ollama/ollama require patch v0.5.1 -> v0.5.4 age adoption passing confidence
github.com/oracle/oci-go-sdk/v65 require minor v65.79.0 -> v65.81.1 age adoption passing confidence
github.com/sashabaranov/go-openai require patch v1.36.0 -> v1.36.1 age adoption passing confidence
google.golang.org/api require minor v0.210.0 -> v0.214.0 age adoption passing confidence
google.golang.org/grpc require minor v1.68.1 -> v1.69.2 age adoption passing confidence
helm.sh/helm/v3 require patch v3.16.3 -> v3.16.4 age adoption passing confidence
k8s.io/api require minor v0.31.3 -> v0.32.0 age adoption passing confidence
k8s.io/apiextensions-apiserver require minor v0.31.3 -> v0.32.0 age adoption passing confidence
k8s.io/apimachinery require minor v0.31.3 -> v0.32.0 age adoption passing confidence
k8s.io/client-go require minor v0.31.3 -> v0.32.0 age adoption passing confidence

Release Notes

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

v0.17.9

Compare Source

Changes in v0.17.9

docker/docker (github.com/docker/docker)

v27.4.1+incompatible

Compare Source

grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)

v2.25.1

Compare Source

Support the new Opaque API in openapiv2 generated files

This release contains breaking changes from v2.25.0, in that the previously deprecated EnumDescriptor and Descriptor methods on the struct types in the openapiv2 options package have been removed. This seems to be a requirement to generate the new Hybrid API. Please open an issue if you were depending on these functions and we'll see what we can do about it.

What's Changed

Full Changelog: grpc-ecosystem/grpc-gateway@v2.25.0...v2.25.1

v2.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.24.0...v2.25.0

kedacore/keda (github.com/kedacore/keda/v2)

v2.16.1

Compare Source

Fixes
  • General: Centralize and improve automaxprocs configuration with proper structured logging (#​5970)
  • General: Paused ScaledObject count is reported correctly after operator restart (#​6321)
  • General: ScaledJobs ready status set to true when recoverred problem (#​6329)
  • Selenium Grid Scaler: Exposes sum of pending and ongoing sessions to KDEA (#​6368)
Other
  • General: Bump newrelic-client-go deps to 2.51.2 (latest) (#​6325)
  • General: refactor: replace experimental maps and slices with stdlib (#​6372)
mittwald/go-helm-client (github.com/mittwald/go-helm-client)

v0.12.16

Compare Source

What's Changed

Full Changelog: mittwald/go-helm-client@v0.12.15...v0.12.16

v0.12.15

Compare Source

What's Changed

New Contributors

Full Changelog: mittwald/go-helm-client@v0.12.14...v0.12.15

ollama/ollama (github.com/ollama/ollama)

v0.5.4

Compare Source

New models

  • Falcon3: A family of efficient AI models under 10B parameters performant in science, math, and coding through innovative training techniques.

What's Changed

  • Fixed issue where providing null to format would result in an error

Full Changelog: ollama/ollama@v0.5.3...v0.5.4

v0.5.3

Compare Source

What's Changed

  • Fixed runtime errors on older Intel Macs
  • Fixed issue where setting the format field to "" would cause an error

New Contributors

Full Changelog: ollama/ollama@v0.5.2...v0.5.3

v0.5.2

Compare Source

New models

  • EXAONE 3.5: a collection of instruction-tuned bilingual (English and Korean) generative models ranging from 2.4B to 32B parameters, developed and released by LG AI Research.

What's Changed

  • Fixed issue where whitespace would get trimmed from prompt when images were provided
  • Improved memory estimation when scheduling models
  • OLLAMA_ORIGINS will now check hosts in a case insensitive manner

Note: the Linux ollama-linux-amd64.tgz directory structure has changed – if you manually install Ollama on Linux, make sure to retain the new directory layout and contents of the tar file.

New Contributors

Full Changelog: ollama/ollama@v0.5.1...v0.5.2

oracle/oci-go-sdk (github.com/oracle/oci-go-sdk/v65)

v65.81.1: 65.81.1

Compare Source

Reverted
  • Revert changes in CloudBridge service to 65.80.0

v65.81.0: 65.81.0

Compare Source

Added
  • Support for backup retention locks on autonomous database create and update operations in the Database service

  • Support for multi-modality flags in data source in the Generative AI service

  • Support for knowledge base statistics in the Generative AI service

  • Support for document id, title and page numbers in citations in the Generative AI service

  • Support for creating and updating Amazon Web Services (AWS) asset-sources, EC2 and Elastic Block Store (EBS) assets in the Cloud Bridge service

  • Support for listing Amazon Web Services (AWS) regions available for discovery and migrations in the Cloud Bridge service

  • Support for stored video analysis in the AI Vision service

  • Support for HTTP or REST endpoint-based metric extensions in the OCI Monitoring service

  • Support for metric extension filter in the list metric extensions operation in the OCI Monitoring service

  • Support for creating and updating private endpoints for model deployments in the Data Science service

  • Support for OCI Identity user integration in the Big Data service

  • Support for user principal session tokens in the Big Data service

  • Support for historical cluster versions in the Big Data service

  • Support for new SKUs for digital assets editions in the Blockchain Platform service

  • Support for Zero ETL pipelines in the GoldenGate service

Breaking Changes
  • The properties Plugin and Etag were removed from the model UpdatePluginResponse in the Cloud Bridge service

  • The property DesiredState was made mandatory in the request model UpdatePluginDetails in the Cloud Bridge service

  • The properties AssetType and Data were made mandatory in the request model ImportInventoryViaAssetsDetails in the Cloud Bridge service

  • The properties Compute, Vm, VmwareVm, and VmwareVCenter were made mandatory in the request model CreateVmwareVmAssetDetails in the Cloud Bridge service

File Checksums (SHA256)

oci-go-sdk-65.81.0.zip ef3c1cfda5f2080e59f0f90d1f07d61ce08498377fb3338b2c97bbf611378aae

v65.80.0: 65.80.0

Compare Source

Added
  • Support for Bring Your Own Key (BYOK) in the Database service

  • Support for refreshing disaster recovery plans in the Disaster Recovery service

  • Support for private access to service instances in the Visual Builder service

  • Support for exadata fleet update and rollback maintenance cycle in the Fleet Application Management service

  • Support for Bring Your Own License (BYOL) for windows virtual machines in the Compute service

  • Support for cascading deletion of applications and runs in the Data Flow service

  • Support for on-demand translation and auto language detection during file translation in the AI Language service

  • Support for alias for endpoints in custom model flow and custom anonymization in the AI Language service

  • Removed fallback to the deprecated Instance Metadata service (IMDS) V1 endpoint

Breaking Changes
  • Models IdcsInfoDetails and AttachmentDetails were removed from the Visual Builder service

File Checksums (SHA256)

oci-go-sdk-65.80.0.zip 648c99a28e0cee96c45066001d5b455ba3eaf3bd1974969a080712186b582fbc

sashabaranov/go-openai (github.com/sashabaranov/go-openai)

v1.36.1

Compare Source

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.36.0...v1.36.1

googleapis/google-api-go-client (google.golang.org/api)

v0.214.0

Compare Source

Features

v0.213.0

Compare Source

Features

v0.212.0

Compare Source

Features

v0.211.0

Compare Source

Features
Bug Fixes
grpc/grpc-go (google.golang.org/grpc)

v1.69.2: Release 1.69.2

Compare Source

Bug Fixes

  • stats/experimental: add type aliases for symbols (Metrics/etc) that were moved to the stats package (#​7929).
  • client: set user-agent string to the correct version.

v1.69.0: Release 1.69.0

Compare Source

Known Issues

  • The recently added grpc.NewClient function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. A fix is expected to be a part of grpc-go v1.70. (#​7556)

New Features

  • stats/opentelemetry: Introduce new APIs to enable OpenTelemetry instrumentation for metrics on servers and clients (#​7874)
  • xdsclient: add support to fallback to lower priority servers when higher priority ones are down (#​7701)
  • dns: Add support for link local IPv6 addresses (#​7889)
  • The new experimental pickfirst LB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in RFC-8305 section 4, to attempt connections to multiple backends concurrently. The experimental pickfirst policy can be enabled by setting the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST to true. (#​7725, #​7742)
  • balancer/pickfirst: Emit metrics from the pick_first load balancing policy (#​7839)
  • grpc: export MethodHandler, which is the type of an already-exported field in MethodDesc (#​7796)

Bug Fixes

  • credentials/google: set scope for application default credentials (#​7887)
  • xds: fix edge-case issues where some clients or servers would not initialize correctly or would not receive errors when resources are invalid or unavailable if another channel or server with the same target was already in use . (#​7851, #​7853)
  • examples: fix the debugging example, which was broken by a recent change (#​7833)

Behavior Changes

  • client: update retry attempt backoff to apply jitter per updates to gRFC A6. (#​7869)
  • balancer/weightedroundrobin: use the pick_first LB policy to manage connections (#​7826)

API Changes

  • balancer: An internal method is added to the balancer.SubConn interface to force implementors to embed a delegate implementation. This requirement is present in the interface documentation, but wasn't enforced earlier. (#​7840)

Performance Improvements

  • mem: implement a ReadAll() method for more efficient io.Reader consumption (#​7653)
  • mem: use slice capacity instead of length to determine whether to pool buffers or directly allocate them (#​7702)

Documentation

  • examples/csm_observability: Add xDS Credentials and switch server to be xDS enabled (#​7875)

v1.68.2: Release 1.68.2

Compare Source

Dependencies

  • Remove the experimental stats/opentelemetry module and instead add the experimental packages it contains directly into the main google.golang.org/grpc module (#​7936)
helm/helm (helm.sh/helm/v3)

v3.16.4: Helm v3.16.4

Compare Source

Helm v3.16.4 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.16.4. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.17.0 is the next feature release and will be on January 15, 2025

Changelog

  • Bump golang.org/x/crypto from 0.30.0 to 0.31.0 7877b45 (dependabot[bot])
  • Bump the k8s-io group with 7 updates 848e586 (dependabot[bot])
kubernetes/api (k8s.io/api)

v0.32.0

Compare Source

v0.31.4

Compare Source

kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)

v0.32.0

Compare Source

v0.31.4

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.32.0

Compare Source

v0.31.4

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.32.0

Compare Source

v0.31.4

Compare Source


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 10, 2024 09:45
@renovate renovate bot requested a review from a team as a code owner December 10, 2024 09:45
@renovate renovate bot added the go label Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c81378d to 23d7ef4 Compare December 10, 2024 18:53
@renovate renovate bot changed the title fix(deps): update module github.com/mittwald/go-helm-client to v0.12.15 fix(deps): update all non-major dependencies Dec 10, 2024
Copy link
Contributor Author

renovate bot commented Dec 10, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 9 additional dependencies were updated

Details:

Package Change
cel.dev/expr v0.16.1 -> v0.18.0
cloud.google.com/go/auth v0.11.0 -> v0.12.1
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 -> v0.0.0-20241206012308-a4fef0638583
github.com/moby/spdystream v0.4.0 -> v0.5.0
k8s.io/apiserver v0.31.3 -> v0.32.0
k8s.io/component-base v0.31.3 -> v0.32.0
k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094 -> v0.0.0-20241105132330-32ad38e42d3f
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20241010143419-9aa6b5e7a4b3
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 -> v4.4.2

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f754ef6 to af04a21 Compare December 12, 2024 21:48
Copy link
Contributor Author

renovate bot commented Dec 12, 2024

⚠️ 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 -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/adrg/xdg v0.5.3
go: downloading github.com/spf13/cobra v1.8.1
go: downloading github.com/spf13/viper v1.19.0
go: downloading github.com/fatih/color v1.18.0
go: downloading golang.org/x/term v0.27.0
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading k8s.io/apimachinery v0.32.0
go: downloading go.uber.org/zap v1.27.0
go: downloading cloud.google.com/go/vertexai v0.13.3
go: downloading cloud.google.com/go v0.116.0
go: downloading github.com/IBM/watsonx-go v1.0.1
go: downloading github.com/aws/aws-sdk-go v1.55.5
go: downloading github.com/cohere-ai/cohere-go/v2 v2.12.2
go: downloading github.com/google/generative-ai-go v0.19.0
go: downloading github.com/hupe1980/go-huggingface v0.0.15
go: downloading github.com/ollama/ollama v0.5.4
go: downloading github.com/oracle/oci-go-sdk/v65 v65.81.1
go: downloading github.com/sashabaranov/go-openai v1.36.1
go: downloading google.golang.org/api v0.214.0
go: downloading k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078
go: downloading github.com/stretchr/testify v1.10.0
go: downloading github.com/pterm/pterm v0.12.80
go: downloading github.com/google/gnostic v0.7.0
go: downloading github.com/schollz/progressbar/v3 v3.17.1
go: downloading github.com/magiconair/properties v1.8.9
go: downloading k8s.io/api v0.32.0
go: downloading k8s.io/client-go v0.32.0
go: downloading github.com/prometheus/client_golang v1.20.5
go: downloading github.com/robfig/cron/v3 v3.0.1
go: downloading sigs.k8s.io/controller-runtime v0.19.3
go: downloading sigs.k8s.io/gateway-api v1.2.1
go: downloading k8s.io/apiextensions-apiserver v0.32.0
go: downloading buf.build/gen/go/interplex-ai/schemas/grpc/go v1.5.1-20241117203254-a91193b62179.2
go: downloading buf.build/gen/go/interplex-ai/schemas/protocolbuffers/go v1.36.1-20241117203254-a91193b62179.1
go: downloading cloud.google.com/go/storage v1.49.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0
go: downloading google.golang.org/grpc v1.69.2
go: downloading github.com/aquasecurity/trivy-operator v0.22.0
go: downloading github.com/kedacore/keda/v2 v2.16.1
go: downloading github.com/kyverno/policy-reporter-kyverno-plugin v1.6.4
go: downloading buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go v1.5.1-20241118152629-1379a5a1889d.2
go: downloading buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go v1.36.1-20241118152629-1379a5a1889d.1
go: downloading github.com/mittwald/go-helm-client v0.12.16
go: downloading helm.sh/helm/v3 v3.16.4
go: downloading github.com/prometheus/prometheus v0.300.1
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc-ecosystem/gateway/v2 v2.25.1-20241118152629-1379a5a1889d.1
go: downloading github.com/go-logr/zapr v1.3.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1
go: downloading golang.org/x/net v0.33.0
go: downloading golang.org/x/sys v0.28.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/sagikazarmark/locafero v0.6.0
go: downloading github.com/sagikazarmark/slog-shim v0.1.0
go: downloading github.com/spf13/afero v1.11.0
go: downloading github.com/spf13/cast v1.7.1
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/mattn/go-runewidth v0.0.16
go: downloading go.uber.org/multierr v1.11.0
go: downloading cloud.google.com/go/aiplatform v1.69.0
go: downloading google.golang.org/genproto v0.0.0-20241118233622-e639e219e697
go: downloading google.golang.org/protobuf v1.36.1
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/aws/aws-sdk-go-v2 v1.32.7
go: downloading cloud.google.com/go/ai v0.8.0
go: downloading github.com/googleapis/gax-go/v2 v2.14.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241219192143-6b3ec007d9bb
go: downloading github.com/gofrs/flock v0.12.1
go: downloading github.com/sony/gobreaker v0.5.0
go: downloading cloud.google.com/go/auth v0.13.0
go: downloading golang.org/x/oauth2 v0.24.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading atomicgo.dev/cursor v0.2.0
go: downloading atomicgo.dev/keyboard v0.2.9
go: downloading atomicgo.dev/schedule v0.1.0
go: downloading github.com/gookit/color v1.5.4
go: downloading github.com/lithammer/fuzzysearch v1.1.8
go: downloading golang.org/x/text v0.21.0
go: downloading github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.61.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading github.com/evanphx/json-patch/v5 v5.9.0
go: downloading github.com/evanphx/json-patch v5.9.0+incompatible
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.2
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241219192143-6b3ec007d9bb
go: downloading cloud.google.com/go/compute/metadata v0.6.0
go: downloading cloud.google.com/go/iam v1.2.2
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.31.0
go: downloading go.opentelemetry.io/otel v1.33.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.33.0
go: downloading go.opentelemetry.io/otel/sdk v1.33.0
go: downloading google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2
go: downloading golang.org/x/crypto v0.31.0
go: downloading github.com/aquasecurity/trivy-db v0.0.0-20231020043206-3770774790ce
go: downloading github.com/aquasecurity/trivy v0.53.0
go: downloading github.com/expr-lang/expr v1.16.9
go: downloading knative.dev/pkg v0.0.0-20241218051509-40afb7c5436e
go: downloading github.com/segmentio/fasthash v1.0.3
go: downloading k8s.io/cli-runtime v0.32.0
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/Masterminds/semver/v3 v3.3.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30
go: downloading github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc
go: downloading github.com/prometheus/common/sigv4 v0.1.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/go-logr/logr v1.4.2
go: downloading github.com/klauspost/compress v1.17.10
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/pelletier/go-toml/v2 v2.2.3
go: downloading cloud.google.com/go/longrunning v0.6.2
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/aws/smithy-go v1.22.1
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.6
go: downloading github.com/google/s2a-go v0.1.8
go: downloading github.com/containerd/console v1.0.4
go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
go: downloading sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3
go: downloading github.com/golang/protobuf v1.5.4
go: downloading k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
go: downloading github.com/json-iterator/go v1.1.12
go: downloading go.opencensus.io v0.24.0
go: downloading go.opentelemetry.io/otel/trace v1.33.0
go: downloading cloud.google.com/go/monitoring v1.22.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0
go: downloading go.opentelemetry.io/otel/metric v1.33.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading github.com/aquasecurity/table v1.8.0
go: downloading github.com/samber/lo v1.39.0
go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
go: downloading github.com/aquasecurity/trivy-checks v0.13.0
go: downloading github.com/google/go-containerregistry v0.19.2
go: downloading github.com/package-url/packageurl-go v0.1.3
go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
go: downloading github.com/Masterminds/sprig/v3 v3.3.0
go: downloading github.com/gosuri/uitable v0.0.4
go: downloading github.com/cyphar/filepath-securejoin v0.3.4
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading github.com/containerd/containerd v1.7.23
go: downloading github.com/opencontainers/image-spec v1.1.0
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading oras.land/oras-go v1.2.5
go: downloading github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
go: downloading golang.org/x/time v0.8.0
go: downloading github.com/fxamacker/cbor/v2 v2.7.0
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.4
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading github.com/go-openapi/swag v0.23.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.1.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/envoyproxy/go-control-plane v0.13.1
go: downloading github.com/golang-jwt/jwt/v5 v5.2.1
go: downloading github.com/aquasecurity/tml v0.6.1
go: downloading github.com/xlab/treeprint v1.2.0
go: downloading dario.cat/mergo v1.0.1
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/huandu/xstrings v1.5.0
go: downloading github.com/shopspring/decimal v1.4.0
go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading k8s.io/kubectl v0.31.3
go: downloading github.com/Masterminds/squirrel v1.5.4
go: downloading github.com/jmoiron/sqlx v1.4.0
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/rubenv/sql-migrate v1.7.0
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading github.com/moby/term v0.5.0
go: downloading golang.org/x/sync v0.10.0
go: downloading sigs.k8s.io/kustomize/api v0.18.0
go: downloading sigs.k8s.io/kustomize/kyaml v0.18.1
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/containerd/platforms v0.2.1
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/docker/cli v26.1.4+incompatible
go: downloading github.com/docker/distribution v2.8.3+incompatible
go: downloading github.com/docker/docker v27.4.1+incompatible
go: downloading github.com/docker/go-connections v0.5.0
go: downloading github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading github.com/jpillora/backoff v1.0.0
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78
go: downloading github.com/envoyproxy/protoc-gen-validate v1.1.0
go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading k8s.io/component-base v0.32.0
go: downloading github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f
go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
go: downloading k8s.io/apiserver v0.32.0
go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
go: downloading github.com/go-gorp/gorp/v3 v3.1.0
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/containerd/errdefs v0.3.0
go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
go: downloading github.com/moby/locker v1.0.1
go: downloading github.com/docker/docker-credential-helpers v0.8.2
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/google/btree v1.1.2
go: downloading github.com/emicklei/go-restful/v3 v3.12.1
go: downloading github.com/josharian/intern v1.0.0
go: downloading cel.dev/expr v0.18.0
go: downloading github.com/bmatcuk/doublestar/v4 v4.6.1
go: downloading github.com/masahiro331/go-disk v0.0.0-20220919035250-c8da316f91ac
go: downloading github.com/stretchr/objx v0.5.2
go: downloading github.com/chai2010/gettext-go v1.0.3
go: downloading github.com/MakeNowJust/heredoc v1.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/go-errors/errors v1.5.1
go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
go: downloading github.com/masahiro331/go-ext4-filesystem v0.0.0-20231208112839-4339555a0cd4
go: downloading github.com/masahiro331/go-xfs-filesystem v0.0.0-20230608043311-a335f4599b70
go: downloading github.com/alecthomas/chroma v0.10.0
go: downloading github.com/apparentlymart/go-cidr v1.1.0
go: downloading github.com/liamg/jfather v0.0.7
go: downloading github.com/liamg/memoryfs v1.6.0
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/gorilla/mux v1.8.1
go: downloading github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
go: downloading github.com/dlclark/regexp2 v1.10.0
go: downloading github.com/hashicorp/hcl/v2 v2.20.1
go: downloading github.com/zclconf/go-cty v1.14.4
go: downloading github.com/open-policy-agent/opa v0.65.0
go: downloading github.com/moby/buildkit v0.13.2
go: downloading github.com/zclconf/go-cty-yaml v1.0.3
go: downloading github.com/gorilla/websocket v1.5.1
go: downloading github.com/docker/go-metrics v0.0.1
go: downloading github.com/agext/levenshtein v1.2.3
go: downloading github.com/apparentlymart/go-textseg/v15 v15.0.0
go: downloading golang.org/x/tools v0.28.0
go: downloading mvdan.cc/sh/v3 v3.8.0
go: downloading github.com/OneOfOne/xxhash v1.2.8
go: downloading github.com/owenrumney/squealer v1.2.2
go: downloading github.com/liamg/iamgo v0.0.9
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/hashicorp/go-uuid v1.0.3
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/aquasecurity/go-version v0.0.0-20240603093900-cf8a8d29271d
go: downloading github.com/hashicorp/go-getter v1.7.5
go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
go: downloading github.com/tchap/go-patricia/v2 v2.3.1
go: downloading github.com/yashtewari/glob-intersection v0.2.0
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.55.1
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/containerd/typeurl/v2 v2.1.1
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/hashicorp/go-version v1.7.0
go: downloading github.com/mitchellh/go-testing-interface v1.14.1
go: downloading github.com/ulikunitz/xz v0.5.11
go: downloading github.com/moby/spdystream v0.5.0
go: downloading github.com/go-ini/ini v1.67.0
go: downloading github.com/agnivade/levenshtein v1.1.1
go: downloading github.com/go-git/go-git/v5 v5.12.0
go: downloading github.com/go-git/go-billy/v5 v5.5.0
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading golang.org/x/mod v0.22.0
go: downloading github.com/ProtonMail/go-crypto v1.1.0-alpha.2
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/pjbgf/sha1cd v0.3.0
go: downloading github.com/cloudflare/circl v1.3.7
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.2.2
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading github.com/Microsoft/go-winio v0.6.2
go: github.com/k8sgpt-ai/k8sgpt/pkg/cache imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/stats/opentelemetry: ambiguous import: found package google.golang.org/grpc/stats/opentelemetry in multiple modules:
	google.golang.org/grpc v1.69.2 (/tmp/renovate/cache/others/go/pkg/mod/google.golang.org/[email protected]/stats/opentelemetry)
	google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3 (/tmp/renovate/cache/others/go/pkg/mod/google.golang.org/grpc/stats/[email protected])

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from af04a21 to 86f8dd6 Compare December 13, 2024 22:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 439c942 to 2ceecd9 Compare December 20, 2024 08:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b2078d3 to 627a202 Compare December 24, 2024 23:18
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 627a202 to faa323e Compare December 27, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Proposed
Development

Successfully merging this pull request may close these issues.

0 participants