-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update all dependencies #55
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-dependencies
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
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
449b4fc
to
e70bac4
Compare
3e2abec
to
8f07ff6
Compare
8f07ff6
to
42c652c
Compare
42c652c
to
77c5284
Compare
77c5284
to
ba6d1a0
Compare
ba6d1a0
to
6ffbb96
Compare
6ffbb96
to
de8dfa9
Compare
de8dfa9
to
0a995f8
Compare
0a995f8
to
6805d88
Compare
1e7381b
to
1f3bc1c
Compare
1f3bc1c
to
bf70d18
Compare
bf70d18
to
5807897
Compare
4369c7d
to
3f3a31e
Compare
3f3a31e
to
1a261e1
Compare
1a261e1
to
391939a
Compare
391939a
to
84c3444
Compare
84c3444
to
de2ed3f
Compare
de2ed3f
to
028a543
Compare
028a543
to
e86fd3a
Compare
400ac71
to
4d2366f
Compare
4d2366f
to
2fa84a8
Compare
8f3334e
to
22ed835
Compare
6c69e0b
to
c299a35
Compare
c299a35
to
f99f021
Compare
f99f021
to
f792338
Compare
f792338
to
f2ab2c2
Compare
f09f9ca
to
82fb633
Compare
aad34e1
to
7f0ebb1
Compare
7f0ebb1
to
0b6f5bd
Compare
0b6f5bd
to
a23b937
Compare
a23b937
to
2676ebc
Compare
2676ebc
to
b433b13
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
b433b13
to
f3f7962
Compare
3e4cf38
to
9bba2ed
Compare
ccc7f47
to
39e4f76
Compare
39e4f76
to
c922a2a
Compare
c3c473b
to
91dd4c0
Compare
27f5cc4
to
e1ffc5c
Compare
e1ffc5c
to
8827c68
Compare
8827c68
to
0017acd
Compare
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:
3.16
->3.21
v2.10.1
->v2.15.2
v0.44.0
->v0.115.0
v1.5.0
->v1.9.1
v1.12.0
->v1.19.0
v1.0.9
->v1.1.1
Release Notes
cloudevents/sdk-go (github.com/cloudevents/sdk-go/v2)
v2.15.2
Compare Source
What's Changed
DefaultClient
, or change the CloudEventsClient
returned fromNewClient
, and expect those changes to be visible on other HTTP flows using those Clients. E.g. authFull Changelog: cloudevents/sdk-go@v2.15.1...v2.15.2
v2.15.1
Compare Source
What's Changed
confluent-kafka-go
binding for Kafka by @yanmxa in https://github.com/cloudevents/sdk-go/pull/1008New Contributors
Full Changelog: cloudevents/sdk-go@v2.15.0...v2.15.1
v2.15.0
Compare Source
Highlights 💫
This release includes various updates and improvements such as README enhancements, dependency bumps, bug fixes, race condition resolutions, and protocol-related adjustments. Notable changes involve upgrading dependencies like grpc and go.opentelemetry, addressing race conditions, fixing Kafka test issues, and introducing new features like binary content mode for NATS and JetStream protocols. Additionally, there are governance documentation updates, link corrections, and improvements in error handling and documentation across different modules.
Breaking 🚨
The Kafka Sarama protocol now uses the
"github.com/IBM/sarama"
Go module import path.Commits 📄
896e1d0
Update README.md75ec0f2
Bump actions/setup-go from 4 to 541e80f7
fixed couple issues9ccd339
bugfix_value_type_of_dataschemac8cbca9
adds unique package name for importf1bca09
relative .pb.go generation, go_package set to package namec20eef2
bump the pahao mqtt to v0.12ed7be6b
Add WithCustomAttributes for PubSubbe31358
returning the error when doing a nack in the messageecead5c
Make a few comments a bit clearer57be3cd
Try to make sure the Receiver starts before we send eventsf5c7061
Try to fix race again - don't reuse clients for sender/receiver8bea925
Bump google.golang.org/grpc from 1.56.1 to 1.56.3 in /samples/httpfa6be00
Bump google.golang.org/grpc from 1.56.1 to 1.56.3 in /protocol/pubsub/v27e05ecd
Bump google.golang.org/grpc from 1.56.1 to 1.56.3 in /samples/pubsub13825ba
Sleep less to avoid timeouts3162d69
Bump github.com/nats-io/nats-server/v2 in /protocol/stan/v2ec8b0f9
deps: update nats dependenciesdae9f6c
Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp1d6360b
Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp06658a2
Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp7c1a3b1
fix race6f5984b
Move to go 1.18 Had to run gofmt and fix some weird typos due to tabs in the comments0a006bb
Fix race condition in kafka tests510b002
issue 814 - Add binary content mode for NATS and JetStream protocolsac3d30c
add link to our security mailing list9405398
Bump golang.org/x/net in /observability/opencensus/v23cbfae0
Bump golang.org/x/net from 0.9.0 to 0.17.0 in /protocol/pubsub/v265eb52e
Bump golang.org/x/net from 0.12.0 to 0.17.0 in /protocol/kafka_sarama/v2d25d6e4
Bump golang.org/x/net from 0.9.0 to 0.17.0 in /samples/pubsube4653a8
Bump golang.org/x/net from 0.12.0 to 0.17.0 in /test/conformance6ed9f79
Bump golang.org/x/net from 0.9.0 to 0.17.0 in /samples/http6a3393c
Bump golang.org/x/net from 0.7.0 to 0.17.0 in /test/benchmark806ef35
Bump golang.org/x/net from 0.12.0 to 0.17.0 in /samples/kafkade13f1b
Bump golang.org/x/net from 0.12.0 to 0.17.0 in /test/integration3eefeb1
Governance docs per CE PR 12261bcaa28
Update links to cloudevents spec6aa2742
context.Done() may never reach if waiting on r.incoming <- msgErr4bcddda
move it to write messaged06aea7
clean the the previous properties0cc4fba
Bump actions/checkout from 3 to 4f1c0d0a
change denpendency sarama from Shopify to IBMf84be73
Updated based on feedback310da90
Support ACK when receiving malformed events808bf38
provide the qos and retain configuration for mqtt protocole085f1a
correct the doc links766b88e
remove the usage of deprecated io/ioutil packagee15d03d
add assertion helper for extension keys (#920)c1482af
append mqtt to the doc of protocol binding (#919)ff22db5
Bump andstor/file-existence-action from 1 to 2 (#917)bf156f1
call finish on unused messages; tidy retry logicfdcb2d2
mqtt protocol binding (#910)f681ac6
Bump grpc dependencies and workflow versions (#914)c684ae9
vote to add embano1 as a maintainer50b18a0
Bump golang.org/x/crypto in /samples/http (#902)5232986
http: Fixes for Gin http receiver sample (#905)9970acc
Added a Gin http receiver sample (#842)b7a65db
add kafka topic/partition/offset to the extension of event (#896)bc9170f
Short-circuit AND expressions (#899)eae656f
Bump nokogiri from 1.14.2 to 1.14.3 in /docs (#891)ff0a142
fix: Fixing syntax errors and add some test feedback (#892)55e5dba
Update RELEASING to be more explicitv2.14.0
Compare Source
What's Changed
go mod
w/o-go
and-compat
flags by @duglin in https://github.com/cloudevents/sdk-go/pull/888New Contributors
Full Changelog: cloudevents/sdk-go@v2.13.0...v2.14.0
v2.13.0
Compare Source
What's Changed
New Contributors
Full Changelog: cloudevents/sdk-go@v2.12.0...v2.13.0
v2.12.0
Compare Source
What's Changed
New Contributors
Full Changelog: cloudevents/sdk-go@v2.11.0...v2.12.0
v2.11.0
: Release 2.11.0Compare Source
What's Changed
New Contributors
Full Changelog: cloudevents/sdk-go@v2.10.0...v2.11.0
cloudflare/cloudflare-go (github.com/cloudflare/cloudflare-go)
v0.115.0
Compare Source
ENHANCEMENTS:
last_seen_at
field (#3838)DEPENDENCIES:
v0.114.0
Compare Source
NOTES:
http_request_sbfm
phase (#3824)placement_mode
attribute in script upload responses has been deprecated. The new attributeplacement.mode
should be used instead. (#3825)ENHANCEMENTS:
resolve_dns_internally
settings on dns_resolver rules (#3779)placement
attribute object in script upload responses. It contains themode
andstatus
attributes. (#3825)DEPENDENCIES:
v0.113.0
Compare Source
ENHANCEMENTS:
DEPENDENCIES:
v0.112.0
Compare Source
ENHANCEMENTS:
dns_destination_ipv6_block_id
to the location payload (#3738)BUG FIXES:
DEPENDENCIES:
v0.111.0
Compare Source
BREAKING CHANGES:
SelfHostedDomains
field from Access applications. UseDestinations
instead. (#3667)ENHANCEMENTS:
DomainType
field to Access applications. (#3667)BUG FIXES:
Enabled
property (#3680)DEPENDENCIES:
v0.110.0
Compare Source
ENHANCEMENTS:
false
) (#3594)BUG FIXES:
UpdateZoneSnippet
(#3596)v0.109.0
Compare Source
ENHANCEMENTS:
routing
attribute (#3560)v0.108.0
Compare Source
ENHANCEMENTS:
DEPENDENCIES:
v0.107.0
Compare Source
ENHANCEMENTS:
DEPENDENCIES:
v0.106.0
Compare Source
ENHANCEMENTS:
v0.105.0
Compare Source
ENHANCEMENTS:
v0.104.0
Compare Source
BREAKING CHANGES:
ZoneID
andZoneName
fields (#2986)ENHANCEMENTS:
DEPENDENCIES:
v0.103.0
Compare Source
ENHANCEMENTS:
enabled
toin_use
(#2937)enabled_origin_commands
(#2931)DEPENDENCIES:
v0.102.0
Compare Source
ENHANCEMENTS:
DeleteRulesetRule
(#2833)DeleteRulesetRuleParams
fields (#2886)disable_for_time
attribute (#2797)DEPENDENCIES:
v0.101.0
Compare Source
ENHANCEMENTS:
skip_app_launcher_login_page
flag to skip the App Launcher landing page (#2793)DEPENDENCIES:
v0.100.0
Compare Source
BREAKING CHANGES:
TeamsCertificate
inTeamsAccountConfiguration
toTeamsCertificateSetting
(#2754)ENHANCEMENTS:
TeamsCertificate
resource to manage gateway certificates (#2754)DEPENDENCIES:
v0.99.0
Compare Source
ENHANCEMENTS:
ignore_cname_category_matches
(#2621)DEPENDENCIES:
v0.98.0
Compare Source
ENHANCEMENTS:
DEPENDENCIES:
v0.97.0
Compare Source
ENHANCEMENTS:
use_zt_virtual_ip
attribute (#2126)DEPENDENCIES:
github.com/goccy/go-json
from 0.10.2 to 0.10.3 (#2107)v0.96.0
Compare Source
ENHANCEMENTS:
fonts
anddisable_rum
(#1832)DEPENDENCIES:
v0.95.0
Compare Source
ENHANCEMENTS:
policies
array (#1956)scim_config
(#1921)BUG FIXES:
DEPENDENCIES:
v0.94.0
Compare Source
ENHANCEMENTS:
DEPENDENCIES:
v0.93.0
Compare Source
BREAKING CHANGES:
ENHANCEMENTS:
DEPENDENCIES:
v0.92.0
Compare Source
ENHANCEMENTS:
BUG FIXES:
DEPENDENCIES:
v0.91.0
Compare Source
ENHANCEMENTS:
saml_attribute_transform_jsonata
in saas apps (#1562)DEPENDENCIES:
v0.90.0
Compare Source
ENHANCEMENTS:
BUG FIXES:
DEPENDENCIES:
[
v0.89.0
](https://redirect.github.com/cloudflare/cloudflare-go/releasConfiguration
📅 Schedule: Branch creation - "on the first day of the month" (UTC), 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.