Skip to content

Commit

Permalink
bump etcd version from 3.5.4 to 3.5.5
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Oct 3, 2022
1 parent bae0c0a commit d13fe77
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 55 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ Versioning](http://semver.org/spec/v2.0.0.html).
- Check subdues are now evaluated on a half open interval such that there
should be no unintended gaps between overlapping subdues.

### Security
- Addresses issue where the entity list view would display values of redacted
labels.

### Changed
- Keepalive reconstruction no longer blocks backend startup. Instead runs
gradually in the background.
- Upgraded etcd version from 3.5.4 to 3.5.5.

## [6.8.0] - 2022-08-24

### Changed
Expand Down
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@ require (
github.com/stretchr/testify v1.7.0
github.com/willf/pad v0.0.0-20160331131008-b3d780601022
go.etcd.io/bbolt v1.3.6
go.etcd.io/etcd/api/v3 v3.5.4
go.etcd.io/etcd/client/pkg/v3 v3.5.4
go.etcd.io/etcd/client/v3 v3.5.4
go.etcd.io/etcd/server/v3 v3.5.4
go.etcd.io/etcd/tests/v3 v3.5.4
go.etcd.io/etcd/api/v3 v3.5.5
go.etcd.io/etcd/client/pkg/v3 v3.5.5
go.etcd.io/etcd/client/v3 v3.5.5
go.etcd.io/etcd/server/v3 v3.5.5
go.etcd.io/etcd/tests/v3 v3.5.5
go.uber.org/atomic v1.7.0
go.uber.org/zap v1.17.0
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
google.golang.org/grpc v1.38.0
google.golang.org/grpc v1.41.0
gopkg.in/h2non/filetype.v1 v1.0.3
gopkg.in/yaml.v2 v2.4.0
)
Expand Down
Loading

0 comments on commit d13fe77

Please sign in to comment.