fix(deps): update all non-major dependencies #1291
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.44.0
->v1.46.0
v0.7.1
->v0.13.1
v0.5.0
->v0.5.3
v1.17.0
->v1.18.0
v2.22.0
->v2.23.0
v2.11.2
->v2.15.1
v1.6.3
->v1.6.4
v0.12.13
->v0.12.14
v0.1.48
->v0.3.14
v65.65.1
->v65.77.1
v1.19.1
->v1.20.5
v0.53.1
->v0.55.0
v1.23.0
->v1.32.5
v3.15.0
->v3.17.0
v0.29.0
->v0.30.0
v0.24.0
->v0.25.0
v0.197.0
->v0.204.0
v1.66.2
->v1.67.1
v3.15.4
->v3.16.2
v0.30.3
->v0.31.2
v0.30.3
->v0.31.2
v0.30.3
->v0.31.2
v0.30.3
->v0.31.2
v0.18.4
->v0.19.1
v1.0.0
->v1.2.0
Release Notes
googleapis/google-cloud-go (cloud.google.com/go/vertexai)
v0.13.0
Compare Source
bigquery: UseLegacySQL options for CreateTable and QueryConfig. Use these
options to continue using Legacy SQL after the client switches its default
to Standard SQL.
bigquery: Support for updating dataset labels.
bigquery: Set DatasetIterator.ProjectID to list datasets in a project other
than the client's. DatasetsInProject is no longer needed and is deprecated.
bigtable: Fail ListInstances when any zones fail.
spanner: support decoding of slices of basic types (e.g. []string, []int64,
etc.)
logging/logadmin: UpdateSink no longer creates a sink if it is missing
(actually a change to the underlying service, not the client)
profiler: Service and ServiceVersion replace Target in Config.
v0.12.0
Compare Source
pubsub: Subscription.Receive now uses streaming pull.
pubsub: add Client.TopicInProject to access topics in a different project
than the client.
errors: renamed errorreporting. The errors package will be removed shortly.
datastore: improved retry behavior.
bigquery: support updates to dataset metadata, with etags.
bigquery: add etag support to Table.Update (BREAKING: etag argument added).
bigquery: generate all job IDs on the client.
storage: support bucket lifecycle configurations.
v0.11.0
Compare Source
Clients for spanner, pubsub and video are now in beta.
New client for DLP.
spanner: performance and testing improvements.
storage: requester-pays buckets are supported.
storage, profiler, bigtable, bigquery: bug fixes and other minor improvements.
pubsub: bug fixes and other minor improvements
v0.10.0
Compare Source
pubsub: Subscription.ModifyPushConfig replaced with Subscription.Update.
pubsub: Subscription.Receive now runs concurrently for higher throughput.
vision: cloud.google.com/go/vision is deprecated. Use
cloud.google.com/go/vision/apiv1 instead.
translation: now stable.
trace: several changes to the surface. See the link below.
Code changes required from v0.9.0
pubsub: Replace
with
trace: traceGRPCServerInterceptor will be provided from *trace.Client.
Given an initialized
*trace.Client
namedtc
, instead ofwrite
trace trace.GRPCClientInterceptor will also provided from *trace.Client.
Instead of
write
trace: We removed the deprecated
trace.EnableGRPCTracing
. Use the gRPCinterceptor as a dial option as shown below when initializing Cloud package
clients:
v0.9.0
Compare Source
v0.8.0
adrg/xdg (github.com/adrg/xdg)
v0.5.3
Compare Source
Changelog
xdg.SearchRuntimeFile
to also look in the operating system's temporary directory for runtime files.This covers unlikely cases in which runtime files cannot be written relative to the base runtime directory either because it does not exist or it is not accessible, so
xdg.RuntimeFile
suggests the operating system's temporary directory as a suitable fallback location.Internal
v0.5.2
Compare Source
Changelog
Updated logic of
xdg.RuntimeFile
: due to the special nature of theruntime directory
, the function no longer attempts to create it if it does not exist. If that's the case, the function uses the operating system'stemporary directory
as a fallback. The function still creates subdirectories relative to the base runtime directory or its fallback.Justification: the creation of the runtime directory is not in the scope of this package as it has special requirements defined by the XDG Base Directory Specification. Relevant excerpt:
Also, on
Linux
, the parent directories of the default user runtime directory are owned by the root user so they cannot be created by a regular user. pam_systemd is usually responsible for creating the runtime directory (/run/user/$UID
).v0.5.1
Compare Source
Changelog
XDG_BIN_HOME
base directory.See XDG base directories README section for more details.
macOS
.~/.config
at the end of the list of default locations forXDG_CONFIG_DIRS
.~/.local/share
at the end of the list of default locations forXDG_DATA_DIRS
.Windows
:%ProgramFiles%
%ProgramFiles%\Common Files
%LOCALAPPDATA%\Programs
%LOCALAPPDATA%\Programs\Common
Internal
golang.org/x/sys
dependency to the latest version.fatih/color (github.com/fatih/color)
v1.18.0
Compare Source
What's Changed
New Contributors
Full Changelog: fatih/color@v1.17.0...v1.18.0
grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)
v2.23.0
Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.22.0...v2.23.0
kedacore/keda (github.com/kedacore/keda/v2)
v2.15.1
Compare Source
Fixes
Other
v2.15.0
Compare Source
Breaking Changes
cortexOrgID
from Prometheus scaler (#5538)New
--ca-dir
flag to KEDA operator to specify directories with CA certificates for scalers to authenticate TLS connections (defaults to /custom/ca) (#5860)eagerScalingStrategy
forScaledJob
(#5114)Experimental
Here is an overview of all new experimental features:
Improvements
valueIfNull
to allow a default scaling value and prevent errors when GCP metric returns no value. (#5896)Fixes
KedaProvider
when getting metrics from Metrics Service if the gRPC Server connection is not established (#6009)Other
github.com/Azure/azure-sdk-for-go
(#5470)v2.14.1
Compare Source
Fixes
+srv
scheme (#5760)v2.14.0
Compare Source
New
initialCooldownPeriod
(#5008)Experimental
Here is an overview of all new experimental features:
Improvements
validations.keda.sh/hpa-ownership
annotation to HPA to disable ownership validation (#5516)Fixes
ScaledJob
no longer have conflicting types (#5592)in_progress
detection on running jobs instead of justqueued
(#5604)Deprecations
You can find all deprecations in this overview and join the discussion here.
New deprecation(s):
Breaking Changes
Other
v2.13.1
Compare Source
Fixes
keda-*-core.yaml
(#5484)v2.13.0
Compare Source
New
Experimental
Here is an overview of all new experimental features:
Improvements
pki
) (#5067)spec.hashiCorpVault.credential.serviceAccount
is not set (#4964)queryParameters
parameter (#4962)Fixes
dry-run=server
requests (#5306)LeaderElectionNamespace
to PodNamespace so leader election works in OutOfCluster mode (#5404)poolName
with spaces (#5107)project_id
to filter for metrics queries (#5256)value
(#5093)Deprecations
You can find all deprecations in this overview and join the discussion here.
New deprecation(s):
Breaking Changes
Other
scalers
package (#5379)pkg/scaling/resolver/hashicorpvault_handler
(#5195)v2.12.1
Compare Source
Fixes
v2.12.0
Compare Source
New
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.
This PR was generated by Mend Renovate. View the repository job log.