-
Notifications
You must be signed in to change notification settings - Fork 62
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 #772
Open
renovate-bot
wants to merge
1
commit into
GoogleCloudPlatform:main
Choose a base branch
from
renovate-bot:renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix(deps): update all non-major dependencies #772
renovate-bot
wants to merge
1
commit into
GoogleCloudPlatform:main
from
renovate-bot:renovate/all-minor-patch
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/gcbrun |
d594c65
to
0781d1b
Compare
/gcbrun |
0781d1b
to
81e7d45
Compare
/gcbrun |
81e7d45
to
68be762
Compare
/gcbrun |
68be762
to
ee521ea
Compare
/gcbrun |
ee521ea
to
f4ea133
Compare
/gcbrun |
f4ea133
to
4259690
Compare
/gcbrun |
4259690
to
6c720f2
Compare
/gcbrun |
6c720f2
to
0dc0861
Compare
/gcbrun |
0dc0861
to
603779c
Compare
/gcbrun |
603779c
to
683db27
Compare
/gcbrun |
683db27
to
848ef3a
Compare
/gcbrun |
848ef3a
to
68f545a
Compare
/gcbrun |
/gcbrun |
d4396fe
to
6503462
Compare
/gcbrun |
6503462
to
a6892e0
Compare
/gcbrun |
a6892e0
to
0670d67
Compare
/gcbrun |
0670d67
to
e2c445d
Compare
/gcbrun |
e2c445d
to
5415e3f
Compare
/gcbrun |
5415e3f
to
12e1b41
Compare
/gcbrun |
12e1b41
to
4dcbb4b
Compare
/gcbrun |
4dcbb4b
to
fe9b9e7
Compare
/gcbrun |
fe9b9e7
to
cb33432
Compare
/gcbrun |
cb33432
to
3b6b3dc
Compare
/gcbrun |
3b6b3dc
to
9e342c3
Compare
/gcbrun |
9e342c3
to
41de9ac
Compare
/gcbrun |
41de9ac
to
a737853
Compare
/gcbrun |
a737853
to
6c1a09f
Compare
/gcbrun |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
1.11.3
->1.13.1
16.18.109
->16.18.126
17.0.3
->17.0.4
0.38.2
->0.38.3
1.7.7
->1.8.4
4.21.0
->4.21.2
6.1.0
->6.1.1
1.23
->1.24
9.14.1
->9.15.1
13.5.5
->13.5.6
0.115.1
->0.122.1
Release Notes
grpc/grpc-node (@grpc/grpc-js)
v1.13.1
: @grpc/grpc-js 1.13.1Compare Source
rejectUnauthorized
channel credentials option to be handled incorrectly (#2926)retryThrottling
config was set (#2927)v1.13.0
: @grpc/grpc-js 1.13.0Compare Source
Changelog
grpc-node.flow_control_window
to control HTTP/2 flow control window size (#2864 contributed by @rickihastings)no_proxy
environment variable (#2876 contributed by @melkouri)sendMetadata
methods to not be called if the server interceptor did not explicitly send metadata (#2897)Experimental API changes
Added:
SecureConnector
SecureConnectResult
SUBCHANNEL_ARGS_EXCLUDE_KEY_PREFIX
Server#experimentalRegisterListenerToChannelz
protected methodServerexperimentalUnregisterListenerFromChannelz
protected methodServer#experimentalCreateConnectionInjectorWithChannelzRef
protected methodModified:
LoadBalancer
: Removed theChannelCredentials
constructor argumentLoadBalancer
: Removed theChannelOptions
constructor argumentLoadBalancer#updateAddressList
: Replaced theattributes
argument with one of typeChannelOptions
.ChannelControlHelper#createSubchannel
: Removed theChannelCredentials
argumentLeafLoadBalancer
: Removed theChannelCredentials
constructor argumentv1.12.6
Compare Source
v1.12.5
: @grpc/grpc-js 1.12.5Compare Source
v1.12.4
: @grpc/grpc-js 1.12.4Compare Source
v1.12.3
: @grpc/grpc-js 1.12.3Compare Source
v1.12.2
: @grpc/grpc-js 1.12.2Compare Source
util.promisify
instead offs/promises
for Node 12 compatibility (#2838)v1.12.1
: @grpc/grpc-js 1.12.1Compare Source
v1.12.0
: @grpc/grpc-js 1.12.0Compare Source
Changelog
rejectUnauthorized
field to theVerifyOptions
interface, which can be passed as an argument tocredentials.createSsl
andcreateFromSecureContext
(#2812 contributed by @vinothsa4891)Experimental API changes
Added:
CaCertificateUpdate
CaCertificateUpdateListener
IdentityCertificateUpdate
IdentityCertificateUpdateListener
CertificateProvider
FileWatcherCertificateProvider
FileWatcherCertificateProviderConfig
createCertificateProviderChannelCredentials
createCertificateProviderServerCredentials
Modified:
LoadBalancer
: The constructor now takes an additional argument of typeChannelCredentials
.ChannelControlHelper#createSubchannel
: Now takes an additional argument of typeChannelCredentials | null
. This should be passed along if overriding this function.LeafLoadBalancer
: The constructor now takes an additional argument of typeChannelCredentials
.vercel/ncc (@vercel/ncc)
v0.38.3
Compare Source
Bug Fixes
--asset-builds
to cli help message (#1228) (84f8c52)axios/axios (axios)
v1.8.4
Compare Source
Bug Fixes
allowAbsoluteUrls: false
withoutbaseURL
(#6833) (f10c2e0)Contributors to this release
v1.8.3
Compare Source
Bug Fixes
allowAbsoluteUrls
tobuildFullPath
inxhr
andfetch
adapters (#6814) (ec159e5)Contributors to this release
v1.8.2
Compare Source
Bug Fixes
Contributors to this release
v1.8.1
Compare Source
Bug Fixes
generateString
to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)Contributors to this release
v1.8.0
Compare Source
Bug Fixes
Features
Reverts
BREAKING CHANGES
code relying on the above will now combine the URLs instead of prefer request URL
feat: add config option for allowing absolute URLs
fix: add default value for allowAbsoluteUrls in buildFullPath
fix: typo in flow control when setting allowAbsoluteUrls
Contributors to this release
1.7.9 (2024-12-04)
Reverts
Contributors to this release
1.7.8 (2024-11-25)
Bug Fixes
globalThis.TextEncoder
when available (#6634) (df956d1)Contributors to this release
1.7.7 (2024-08-31)
Bug Fixes
Contributors to this release
1.7.6 (2024-08-30)
Bug Fixes
Contributors to this release
1.7.5 (2024-08-23)
Bug Fixes
ReferenceError: navigator is not defined
for custom environments; (#6567) (fed1a4b)Contributors to this release
1.7.4 (2024-08-13)
Bug Fixes
Contributors to this release
1.7.3 (2024-08-01)
Bug Fixes
Contributors to this release
1.7.2 (2024-05-21)
Bug Fixes
Contributors to this release
1.7.1 (2024-05-20)
Bug Fixes
Contributors to this release
v1.7.9
Compare Source
Reverts
Contributors to this release
v1.7.8
Compare Source
Bug Fixes
globalThis.TextEncoder
when available (#6634) (df956d1)Contributors to this release
expressjs/express (express)
v4.21.2
Compare Source
What's Changed
Full Changelog: expressjs/express@4.21.1...4.21.2
v4.21.1
Compare Source
What's Changed
Full Changelog: expressjs/express@4.21.0...4.21.1
googleapis/gcp-metadata (gcp-metadata)
v6.1.1
Compare Source
Bug Fixes
googleapis/google-auth-library-nodejs (google-auth-library)
v9.15.1
Compare Source
Bug Fixes
v9.15.0
Compare Source
Features
v9.14.2
Compare Source
Bug Fixes
nock/nock (nock)
v13.5.6
Compare Source
Bug Fixes
open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)
v0.122.1
Compare Source
Check the v0.122.1 contrib changelog and the v0.122.1 core changelog for changelogs on specific components.
Changelog
769df5c
prepare v0.122.1 release (#882)c3d70c3
Add tcpcheckreceiver To Contrib (#865)fefdd1e
Add tlscheckreceiver to otelcol-contrib (#880)cd30bdc
[core,contrib,k8s,otlp] Add Windows 2019 and 2022 container image (amd64 only) (#872)8d735b1
chore(deps): update docker/login-action action to v3.4.0 (#877)v0.122.0
Compare Source
🛑 Breaking changes 🛑
contrib
: Remove the component loki exporter from the distribution, as it has reached EOL (#854)🚀 New components 🚀
opampsupervisor
: publish binaries and container images for the OpAMP Supervisor (#858)🧰 Bug fixes 🧰
packaging
: Ensure Linux package scripts work in environments without systemd such as chrooted environments (#767)v0.121.0
Compare Source
🚀 New components 🚀
aesprovider
: Add the AES provider to the contrib distribution (#843)envoyalsreceiver
: Add the Envoy ALS receiver to the contrib distribution (#842)netflowreceiver
: Add the NetFlow receiver to the contrib distribution (#847)s3provider
: Add the s3 provider to the contrib distribution (#546)secretsmanagerprovider
: Add the Secrets Manager provider to the contrib distribution (#844)💡 Enhancements 💡
images
: set USER_GID alongside USER_UID (#662)v0.120.0
Compare Source
Check the following changelogs on specific components for more details:
Changelog
c5c9e63
Update version from 0.119.0 to 0.120.0 (#832)6356791
Add FOSSA scanning workflow (#829)9b51357
[chore] Refactor goreleaser config generation for distributions (#797)d31bf94
bump version to go1.24 (#827)82cca5e
[chore] use lychee for link checking (#828)b89bc58
[chore] transfer default code ownership to releases-approvers (#826)6722b07
Improve contributor guide (#816)ddc7d31
fix(deps): update module go.opentelemetry.io/build-tools/chloggen to v0.18.0 (#821)00024a9
fix(deps): update goreleaser pro (#779)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.