Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 26, 2023

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/Jille/raft-grpc-transport v1.4.0 -> v1.6.1 age confidence
github.com/google/uuid v1.3.0 -> v1.6.0 age confidence
github.com/hashicorp/go-hclog v1.5.0 -> v1.6.3 age confidence
github.com/hashicorp/raft v1.5.0 -> v1.7.3 age confidence
github.com/spf13/cobra v1.7.0 -> v1.10.2 age confidence
go.uber.org/zap v1.24.0 -> v1.27.1 age confidence
k8s.io/api v0.28.0-alpha.4 -> v0.35.0 age confidence
k8s.io/apimachinery v0.28.0-alpha.4 -> v0.35.0 age confidence
k8s.io/client-go v0.28.0-alpha.4 -> v0.35.0 age confidence

Release Notes

Jille/raft-grpc-transport (github.com/Jille/raft-grpc-transport)

v1.6.1

Compare Source

What's Changed

Full Changelog: Jille/raft-grpc-transport@v1.6.0...v1.6.1

v1.6.0

Compare Source

Implemented the Close(), Connect(), Disconnect(), DisconnectAll() and RequestPreVote() APIs.

Upgraded to Raft v1.7.0.
Upgraded to the proto v2 API.

Full Changelog: Jille/raft-grpc-transport@v1.5.0...v1.6.0

v1.5.0

Compare Source

Accept any grpc.ServiceRegistrar instead of requiring *grpc.Server. Thanks @​rledisez.

google/uuid (github.com/google/uuid)

v1.6.0

Compare Source

Features
Bug Fixes

v1.5.0

Compare Source

Features

v1.4.0

Compare Source

Features
  • UUIDs slice type with Strings() convenience method (#​133) (cd5fbbd)
Fixes
  • Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)

v1.3.1

Compare Source

Bug Fixes
hashicorp/go-hclog (github.com/hashicorp/go-hclog)

v1.6.3: Optional JSON escaping

Compare Source

What's Changed

New Contributors

Full Changelog: hashicorp/go-hclog@v1.6.2...v1.6.3

v1.6.2: Fix level syncing

Compare Source

What's Changed

  • Conside if the level is to be used separately from if the levels should be calculated by @​evanphx in #​137

Full Changelog: hashicorp/go-hclog@v1.6.1...v1.6.2

v1.6.1: Fix forcing color

Compare Source

What's Changed

Full Changelog: hashicorp/go-hclog@v1.6.0...v1.6.1

v1.6.0: New level inheritance mode

Compare Source

This release adds the ability to have sub-loggers arrange themselves into a tree and sync the level changes downward in the tree.

What's Changed

New Contributors

Full Changelog: hashicorp/go-hclog@v1.5.0...v1.6.0

hashicorp/raft (github.com/hashicorp/raft)

v1.7.3

Compare Source

What's Changed

  • Add logs on active node when opening and sending a snapshot to a follower by @​kubawi in #​636

New Contributors

Full Changelog: hashicorp/raft@v1.7.2...v1.7.3

v1.7.2

Compare Source

What's Changed

Full Changelog: hashicorp/raft@v1.7.1...v1.7.2

v1.7.1

Compare Source

This patch release fixes two potential issues with Pre-Vote which was added in 1.7.0. One of these has been observed in a single deployed instance but we've been unable to replicate the exact conditions so impact is difficult to assess. Out of an abundance of caution we strongly recommend all 1.7.0 users upgrade to 1.7.1 to avoid this issue occurring.

  1. #​605 Fixes the observed issue where a node looses leadership but is unable to get pre-votes accepted due to followers thinking it's still the leader. This was an implementation bug.
  2. #​609 fixes a theoretical issue (not come up with an actual reproduction yet) where a very specific sequence of pre-votes could artificially prevent cluster followers from holding elections even though there is no active leader succeeding to get a quorum of pre-vote responses.

v1.7.0: (June 6th, 2024)

Compare Source

CHANGES

  • Raft multi version testing GH-559

IMPROVEMENTS

  • Raft pre-vote extension implementation, activated by default. GH-530

BUG FIXES

  • Fix serialize NetworkTransport data race on ServerAddr(). GH-591

v1.6.1: (January 8th, 2024)

Compare Source

CHANGES

IMPROVEMENTS

BUG FIXES

  • Fix rare leadership transfer failures when writes happen during transfer by @​ncabatoff in #​581

v1.6.0: 1.6.0

Compare Source

1.6.0 (November 15th, 2023)

CHANGES

  • Upgrade hashicorp/go-msgpack to v2, with go.mod upgraded from v0.5.5 to v2.1.1. GH-577

    go-msgpack v2.1.1 is by default binary compatible with v0.5.5 ("non-builtin" encoding of time.Time), but can decode messages produced by v1.1.5 as well ("builtin" encoding of time.Time).

    However, if users of this libary overrode the version of go-msgpack (especially to v1), this could break compatibility if raft nodes are running a mix of versions.

    This compatibility can be configured at runtime in Raft using NetworkTransportConfig.MsgpackUseNewTimeFormat -- the default is false, which maintains compatibility with go-msgpack v0.5.5, but if set to true, will be compatible with go-msgpack v1.1.5.

IMPROVEMENTS

  • Push to notify channel when shutting down. GH-567
  • Add CommitIndex API GH-560
  • Document some Apply error cases better GH-561

BUG FIXES

  • Race with candidateFromLeadershipTransfer GH-570
spf13/cobra (github.com/spf13/cobra)

v1.10.2

Compare Source

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in #​2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

Compare Source

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

Compare Source

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: #​2303 (comment)

✨ Features
🐛 Fix
🪠 Testing
📝 Docs

New Contributors

Full Changelog: spf13/cobra@v1.9.1...v1.9.2

v1.9.1

Compare Source

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

Compare Source

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades


Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!

👋🏼 New Contributors

Full Changelog: spf13/cobra@v1.8.1...v1.9.0

v1.8.1

Compare Source

✨ Features

  • Add env variable to suppress completion descriptions on create by @​scop in #​1938

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

New Contributors


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.8.0...v1.8.1

v1.8.0

Compare Source

✨ Features

  • Support usage as plugin for tools like kubectl by @​nirs in #​2018 - this means that programs that utilize a "plugin-like" structure have much better support and usage (like for completions, command paths, etc.)
  • Move documentation sources to site/content by @​umarcor in #​1428
  • Add 'one required flag' group by @​marevers in #​1952 - this includes a new MarkFlagsOneRequired API for flags which can be used to mark a flag group as required and cause command failure if at least one is not used when invoked.
  • Customizable error message prefix by @​5ouma in #​2023 - This adds the SetErrPrefix and ErrPrefix APIs on the Command struct to allow for setting a custom prefix for errors
  • feat: add getters for flag completions by @​avirtopeanu-ionos in #​1943
  • Feature: allow running persistent run hooks of all parents by @​vkhoroz in #​2044
  • Improve API to get flag completion function by @​marckhouzam in #​2063

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.7.0...v1.8.0

uber-go/zap (go.uber.org/zap)

v1.27.1

Compare Source

Enhancements:

  • #​1501: prevent Object from panicking on nils
  • #​1511: Fix a race condition in WithLazy.

Thanks to @​rabbbit, @​alshopov, @​jquirke, @​arukiidou for their contributions to this release.

v1.27.0

Compare Source

Enhancements:

  • #​1378: Add WithLazy method for SugaredLogger.
  • #​1399: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility than NewLogger.
  • #​1406: Add Log, Logw, Logln methods for SugaredLogger.
  • #​1416: Add WithPanicHook option for testing panic logs.

Thanks to @​defval, @​dimmo, @​arxeiss, and @​MKrupauskas for their contributions to this release.

v1.26.0

Compare Source

Enhancements:

  • #​1297: Add Dict as a Field.
  • #​1319: Add WithLazy method to Logger which lazily evaluates the structured
    context.
  • #​1350: String encoding is much (~50%) faster now.

Thanks to @​hhk7734, @​jquirke, @​cdvr1993 for their contributions to this release.

v1.25.0

Compare Source

This release contains several improvements including performance, API additions,
and two new experimental packages whose APIs are unstable and may change in the
future.

Enhancements:

  • #​1246: Add zap/exp/zapslog package for integration with slog.
  • #​1273: Add Name to Logger which returns the Logger's name if one is set.
  • #​1281: Add zap/exp/expfield package which contains helper methods
    Str and Strs for constructing String-like zap.Fields.
  • #​1310: Reduce stack size on Any.

Thanks to @​knight42, @​dzakaammar, @​bcspragu, and @​rexywork for their contributions
to this release.

kubernetes/api (k8s.io/api)

v0.35.0

Compare Source

v0.34.3

Compare Source

v0.34.2

Compare Source

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.7

Compare Source

v0.33.6

Compare Source

v0.33.5

Compare Source

v0.33.4

Compare Source

v0.33.3

Compare Source

v0.33.2

Compare Source

v0.33.1

Compare Source

v0.33.0

Compare Source

v0.32.11

Compare Source

v0.32.10

Compare Source

v0.32.9

Compare Source

v0.32.8

Compare Source

v0.32.7

Compare Source

v0.32.6

Compare Source

v0.32.5

Compare Source

v0.32.4

Compare Source

v0.32.3

Compare Source

v0.32.2

Compare Source

v0.32.1

Compare Source

v0.32.0

Compare Source

v0.31.14

Compare Source

v0.31.13

Compare Source

v0.31.12

Compare Source

v0.31.11

Compare Source

v0.31.10

Compare Source

v0.31.9

Compare Source

v0.31.8

Compare Source

v0.31.7

Compare Source

v0.31.6

Compare Source

v0.31.5

Compare Source

v0.31.4

Compare Source

v0.31.3

Compare Source

v0.31.2

Compare Source

v0.31.1

Compare Source

v0.31.0

Compare Source

v0.30.14

Compare Source

v0.30.13

Compare Source

v0.30.12

Compare Source

v0.30.11

Compare Source

v0.30.10

Compare Source

v0.30.9

Compare Source

v0.30.8

Compare Source

v0.30.7

Compare Source

v0.30.6

Compare Source

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

v0.30.2

Compare Source

v0.30.1

Compare Source

v0.30.0

Compare Source

v0.29.15

Compare Source

v0.29.14

Compare Source

v0.29.13

Compare Source

v0.29.12

Compare Source

v0.29.11

Compare Source

v0.29.10

Compare Source

v0.29.9

Compare Source

v0.29.8

Compare Source

v0.29.7

Compare Source

v0.29.6

[Compare Source]


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 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 26, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/pkg/errors v0.9.1
go: downloading google.golang.org/grpc v1.56.2
go: downloading google.golang.org/protobuf v1.33.0
go: downloading k8s.io/api v0.30.0
go: downloading k8s.io/apimachinery v0.30.0
go: downloading k8s.io/client-go v0.30.0
go: downloading github.com/joho/godotenv v1.5.1
go: downloading github.com/spf13/cobra v1.8.0
go: downloading github.com/caarlos0/env/v6 v6.10.1
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/Jille/raft-grpc-transport v1.5.0
go: downloading github.com/hashicorp/go-hclog v1.6.3
go: downloading github.com/hashicorp/raft v1.6.1
go: downloading go.uber.org/multierr v1.11.0
go: downloading go.uber.org/zap v1.27.0
go: downloading golang.org/x/net v0.23.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading k8s.io/klog/v2 v2.120.1
go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/fatih/color v1.15.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.19
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/armon/go-metrics v0.4.1
go: downloading github.com/hashicorp/go-msgpack v1.1.5
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98
go: downloading github.com/golang/protobuf v1.5.4
go: downloading golang.org/x/sys v0.18.0
go: downloading github.com/hashicorp/go-msgpack/v2 v2.1.1
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading github.com/go-logr/logr v1.4.1
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading golang.org/x/time v0.3.0
go: downloading golang.org/x/term v0.18.0
go: downloading golang.org/x/oauth2 v0.10.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/hashicorp/go-immutable-radix v1.3.1
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/json-iterator/go v1.1.12
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
go: downloading golang.org/x/text v0.14.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/hashicorp/golang-lru v0.5.4
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading sigs.k8s.io/yaml v1.3.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/go-openapi/swag v0.22.4
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/emicklei/go-restful/v3 v3.11.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/go-openapi/jsonpointer v0.20.0
go: downloading github.com/josharian/intern v1.0.0
github.com/super-flat/parti/discovery imports
	k8s.io/apimachinery/pkg/labels imports
	k8s.io/apimachinery/pkg/util/sets imports
	cmp: package cmp is not in GOROOT (/opt/containerbase/tools/golang/1.18.10/src/cmp)

@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.57.0 fix(deps): update minor go modules Aug 2, 2023
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from 5f2deac to 6b2e4dd Compare August 2, 2023 08:35
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from 6b2e4dd to 8989a88 Compare September 6, 2023 23:04
@renovate renovate bot force-pushed the renovate/minor-go-modules branch 2 times, most recently from 319cf31 to 5c08665 Compare September 14, 2023 23:27
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from 5c08665 to eadb1ab Compare September 22, 2023 00:20
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from eadb1ab to ee5bd47 Compare October 10, 2023 22:34
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from ee5bd47 to c3f6a86 Compare October 17, 2023 23:00
@renovate renovate bot changed the title fix(deps): update minor go modules fix(deps): update module google.golang.org/grpc to v1.59.0 Oct 23, 2023
@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.59.0 fix(deps): update minor go modules Oct 23, 2023
@renovate renovate bot changed the title fix(deps): update minor go modules fix(deps): update module go.uber.org/zap to v1.26.0 Oct 26, 2023
@renovate renovate bot changed the title fix(deps): update module go.uber.org/zap to v1.26.0 fix(deps): update minor go modules Oct 26, 2023
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from c3f6a86 to 2b475ac Compare October 26, 2023 20:11
@renovate renovate bot force-pushed the renovate/minor-go-modules branch 2 times, most recently from 1373156 to 77389d3 Compare November 6, 2023 19:41
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from 77389d3 to a433d4a Compare November 15, 2023 19:14
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from a433d4a to e5b0ffd Compare December 4, 2023 20:03
@renovate renovate bot force-pushed the renovate/minor-go-modules branch 3 times, most recently from 2914a45 to bc1a3be Compare December 13, 2023 19:57
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from bc1a3be to 7f7a844 Compare December 22, 2023 14:10
@renovate renovate bot force-pushed the renovate/minor-go-modules branch 3 times, most recently from 6437a1b to 3aa15df Compare January 23, 2024 21:56
@renovate renovate bot force-pushed the renovate/minor-go-modules branch 2 times, most recently from 6f3222d to 02ceebd Compare February 15, 2024 01:07
@renovate renovate bot force-pushed the renovate/minor-go-modules branch 2 times, most recently from a91c499 to cc37fd9 Compare February 24, 2024 01:28
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from cc37fd9 to 30f11b2 Compare March 7, 2024 23:33
@renovate renovate bot force-pushed the renovate/minor-go-modules branch 2 times, most recently from a6b63ee to 2eaeda6 Compare February 17, 2025 03:44
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from 2eaeda6 to d2c1c9a Compare March 12, 2025 12:31
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from d2c1c9a to ee8a76e Compare March 20, 2025 22:58
@renovate renovate bot force-pushed the renovate/minor-go-modules branch 2 times, most recently from 5f5edd7 to 8a1e3b9 Compare April 23, 2025 23:30
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from 8a1e3b9 to 246dc74 Compare May 16, 2025 01:54
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from 246dc74 to bb8e45d Compare June 19, 2025 21:38
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from bb8e45d to 02e97bd Compare July 16, 2025 06:09
@renovate renovate bot force-pushed the renovate/minor-go-modules branch 2 times, most recently from 5188bd8 to e8cc09b Compare July 25, 2025 15:58
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from e8cc09b to f0af0f6 Compare August 14, 2025 07:02
@renovate renovate bot force-pushed the renovate/minor-go-modules branch 2 times, most recently from 78b0617 to 4cafa6b Compare September 1, 2025 22:45
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from 4cafa6b to 5642be6 Compare September 10, 2025 10:40
@renovate renovate bot force-pushed the renovate/minor-go-modules branch 2 times, most recently from c23e1ee to 85738b9 Compare September 21, 2025 17:48
@renovate renovate bot force-pushed the renovate/minor-go-modules branch 2 times, most recently from 4716c38 to cd18183 Compare October 2, 2025 05:08
@renovate renovate bot force-pushed the renovate/minor-go-modules branch 4 times, most recently from 2200db7 to b062585 Compare October 20, 2025 22:26
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from b062585 to 792804e Compare November 12, 2025 18:00
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from 792804e to e738063 Compare November 20, 2025 01:44
@renovate renovate bot force-pushed the renovate/minor-go-modules branch 2 times, most recently from fc3e9cd to 9e8a5f5 Compare December 10, 2025 05:31
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from 9e8a5f5 to f27d8b8 Compare December 17, 2025 21:35
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from f27d8b8 to a38c375 Compare December 18, 2025 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant