chore(deps): update go dependencies#607
Open
red-hat-konflux[bot] wants to merge 1 commit intorelease-1.3from
Open
chore(deps): update go dependencies#607red-hat-konflux[bot] wants to merge 1 commit intorelease-1.3from
red-hat-konflux[bot] wants to merge 1 commit intorelease-1.3from
Conversation
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
05b219b to
8401c48
Compare
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
c7451de to
1ea621e
Compare
071330f to
d7024c8
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
d7024c8 to
163d01e
Compare
This file contains hidden or 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
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:
v0.19.0→v0.20.0v1.5.3→v1.9.0v0.8.0→v0.11.0v0.4.3→v0.6.0v1.11.7→v1.14.0v0.55.0→v0.56.0v0.55.0→v0.56.0v0.10.0→v0.11.0v1.18.0→v1.19.0a15ffb7→545e8a4v1.0.1→v1.1.0v0.3.4→v0.3.16v1.12.0→v1.12.3v0.0.20→v0.0.21v0.0.21→v0.0.23v0.1.6→v0.1.87c7de50→df67b19v0.304.2→v0.311.2v0.67.0→v0.68.0v0.67.0→v0.68.0v0.49.0→v0.50.07ab1446→746e56fv0.34.0→v0.35.0v0.52.0→v0.53.0v0.42.0→v0.43.0v0.41.0→v0.42.0v0.35.0→v0.36.0v0.43.0→v0.44.0v0.272.0→v0.276.0d00831a→afd174ad00831a→afd174a6f92a3b→afd174a5883c5e→ec9c827Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
googleapis/google-cloud-go (cloud.google.com/go/auth)
v0.20.0Compare Source
bigquery: Support SchemaUpdateOptions for load jobs.
bigtable:
datastore: Add OpenCensus tracing.
firestore:
logging: Add a WriteTimeout option.
spanner: Support Batch API.
storage: Add OpenCensus tracing.
GoogleCloudPlatform/opentelemetry-operations-go (github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric)
v0.56.0: v1.32.0/v0.56.0Compare Source
What's Changed
New Contributors
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.55.0...v0.56.0
clipperhouse/displaywidth (github.com/clipperhouse/displaywidth)
v0.11.0Compare Source
fatih/color (github.com/fatih/color)
v1.19.0Compare Source
What's Changed
Fprint,Fprintfby @qualidafial in #282New Contributors
Full Changelog: fatih/color@v1.18.0...v1.19.0
grpc-ecosystem/go-grpc-middleware (github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus)
v1.1.0[v1.1.0] - 2019-09-12
Added
Deprecated
golang.org/x/net/context- houz42Fixed
imdario/mergo (github.com/imdario/mergo)
v0.3.16: Announcement: v1.0.0 will be released on June 18thCompare Source
This release doesn't contain code changes.
After 10 years, with many corner cases covered, very few issues pending (at least, comparing them with the usage of the library as part of Docker, Kubernetes, Datadog's agent, etc.), and a very stable API, I think it's time to release a 1.0.0 version.
This version will be released under a vanity URL: dario.cat/mergo
PS: although I'll make sure that github.com/imdario/mergo will be available, I'm going to also change my GitHub handle, so expect for a few minutes to not be able to pull from github.com/imdario as I fork it from the new handle to the old one.
PS2: I'm creating a discussion for this release to make sure we can have a conversation around the topic, and anything else about Mergo that you care about.
v0.3.15: Issues #131, #170, #220, and #202 fixedCompare Source
v0.3.14: fix: Respect overwriteWithEmptySrc when merging maps #231Compare Source
v0.3.13: Merging same-type slices supported, YAML upgraded to v3 (only used in tests), and more flexibility for transformersCompare Source
What's Changed
New Contributors
Full Changelog: darccio/mergo@0.3.12...v0.3.13
v0.3.12: Some bug fixesCompare Source
Thanks to @abicky and @ndeloof to help to improve Mergo. They fixed issues #90 & #174.
v0.3.11Compare Source
v0.3.10: : frozen codebase + next stepsCompare Source
After the broken 0.3.9, I decided to revert the faulty PR #105, reopening the issues #90 and #103. Also, this release includes all the other pending bugs. As it is getting harder to modify the codebase, I decided to freeze it. I'm going to merge only PRs fixing bugs with proper tests.
On the other hand, I will start a new cleanroom implementation. Existing tests will be reviewed and used as "test subjects". Also, I plan to collect real-world examples to use them also as "test subjects" in a separate repository.
In this process, I would like to work from the bottom to the top, focusing on getting the core right. I plan to keep a legacy compatibility layer, but the new API may differ from the current one to allow better maintenance and new features.
v0.3.9: Support for Struct in MapCompare Source
v0.3.8: Several PRs mergedCompare Source
v0.3.7Compare Source
Two PR merged to fix bugs. Thanks @requilence, @smgladkovskiy, @vdemeester and @luisdavim for your time!
v0.3.6Compare Source
v0.3.5Compare Source
lib/pq (github.com/lib/pq)
v1.12.3Compare Source
that use a different default datestyle such as EnterpriseDB (#1312).
v1.12.2Compare Source
connection. Since v1.12.0 this could result in permanently broken connections,
especially with CockroachDB which frequently sends partial messages (#1299).
v1.12.1Compare Source
Look for pgpass file in ~/.pgpass instead of ~/.postgresql/pgpass (#1300).
Don't clear password if directly set on pq.Config (#1302).
mattn/go-isatty (github.com/mattn/go-isatty)
v0.0.21Compare Source
mattn/go-runewidth (github.com/mattn/go-runewidth)
v0.0.23Compare Source
v0.0.22Compare Source
olekukonko/ll (github.com/olekukonko/ll)
v0.1.8Compare Source
v0.1.7Compare Source
prometheus/prometheus (github.com/prometheus/prometheus)
v0.311.2Compare Source
v0.311.1Compare Source
v0.311.0Compare Source
v0.310.0Compare Source
v0.309.1Compare Source
v0.309.0Compare Source
v0.308.1Compare Source
v0.308.0Compare Source
v0.307.3Compare Source
v0.307.2Compare Source
v0.307.1Compare Source
v0.307.0Compare Source
v0.306.0Compare Source
v0.305.2Compare Source
v0.305.1Compare Source
v0.305.0Compare Source
googleapis/google-api-go-client (google.golang.org/api)
v0.276.0Compare Source
Features
v0.275.0Compare Source
Features
v0.274.0Compare Source
Features
v0.273.1Compare Source
Bug Fixes
v0.273.0Compare Source
Features
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.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.