-
Notifications
You must be signed in to change notification settings - Fork 3
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 go dependencies #69
Merged
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
renovate
bot
requested review from
gbartolini,
leonardoce,
mnencia,
phisco,
sxd and
armru
as code owners
September 9, 2024 21:46
renovate
bot
changed the title
fix(deps): update module google.golang.org/grpc to v1.66.1
fix(deps): update all non-major go dependencies
Sep 10, 2024
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
September 10, 2024 04:59
9baeda2
to
91a1671
Compare
renovate
bot
changed the title
fix(deps): update all non-major go dependencies
fix(deps): update github.com/cloudnative-pg/cnpg-i digest to 956b196
Sep 10, 2024
renovate
bot
changed the title
fix(deps): update github.com/cloudnative-pg/cnpg-i digest to 956b196
fix(deps): update github.com/cloudnative-pg/cnpg-i digest to 89d2e00
Sep 10, 2024
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
September 10, 2024 15:46
91a1671
to
a766502
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
September 10, 2024 16:16
a766502
to
7174c3a
Compare
renovate
bot
changed the title
fix(deps): update github.com/cloudnative-pg/cnpg-i digest to 89d2e00
fix(deps): update all non-major go dependencies
Sep 11, 2024
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
September 11, 2024 19:13
7174c3a
to
5a396e6
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
September 11, 2024 22:42
5a396e6
to
4aa882c
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
September 12, 2024 07:07
4aa882c
to
4295078
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
September 23, 2024 18:15
c69e7b0
to
4423a2e
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
September 24, 2024 03:17
4423a2e
to
ac5d87a
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
September 24, 2024 12:45
ac5d87a
to
0f75cbd
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
4 times, most recently
from
September 26, 2024 15:40
22ffb8b
to
d595608
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
September 26, 2024 19:09
d595608
to
96c486c
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
October 1, 2024 07:06
96c486c
to
5d139c6
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
October 1, 2024 09:08
5d139c6
to
94b8fa8
Compare
| datasource | package | from | to | | ---------- | ----------------------------------- | ---------------------------------- | ---------------------------------- | | go | github.com/cloudnative-pg/cnpg-i | v0.0.0-20240902182059-c9f193bf825b | v0.0.0-20241001103001-7e24b2eccd50 | | go | github.com/cloudnative-pg/machinery | v0.0.0-20240917123554-6d4effa15943 | v0.0.0-20241001075747-34c8797af80f | | go | google.golang.org/grpc | v1.66.0 | v1.67.1 | | go | k8s.io/api | v0.31.0 | v0.31.1 | | go | k8s.io/apimachinery | v0.31.0 | v0.31.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
October 1, 2024 12:41
94b8fa8
to
f66caa6
Compare
leonardoce
approved these changes
Oct 1, 2024
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:
c9f193b
->7e24b2e
6d4effa
->34c8797
v1.66.0
->v1.67.1
v0.31.0
->v0.31.1
v0.31.0
->v0.31.1
Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.67.1
: Release 1.67.1Compare Source
Bug Fixes
v1.67.0
: Release 1.67.0Compare Source
Bug Fixes
Behavior Changes
GRPC_ENFORCE_ALPN_ENABLED
tofalse
(case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#7535)v1.66.2
: Release 1.66.2Compare Source
Dependencies
testing
package (#7579)flate
package (#7595)Bug Fixes
v1.66.1
Compare Source
kubernetes/api (k8s.io/api)
v0.31.1
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.31.1
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.
This PR was generated by Mend Renovate. View the repository job log.