Skip to content

Commit

Permalink
Merge branch 'etcd-io:main' into redwrasse/purge-fnames-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
redwrasse committed Mar 11, 2024
2 parents 7c60024 + 31f034a commit cd153c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG/CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
- Add [client backoff and retry config options](https://github.com/etcd-io/etcd/pull/17369).

### Dependencies
- Compile binaries using [go 1.21.6](https://github.com/etcd-io/etcd/pull/17368).
- Upgrade [bbolt to 1.3.9](https://github.com/etcd-io/etcd/pull/17484).
- Compile binaries using [go 1.21.8](https://github.com/etcd-io/etcd/pull/17538).
- Upgrade [google.golang.org/protobuf to v1.33.0 to address CVE-2024-24786](https://github.com/etcd-io/etcd/pull/17554).

### Others
- [Make CGO_ENABLED configurable](https://github.com/etcd-io/etcd/pull/17422).
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG/CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
- `--permit-without-stream`

### Dependencies
- Compile binaries using [go 1.21.6](https://github.com/etcd-io/etcd/pull/17362).
- Upgrade [bbolt to v1.3.9](https://github.com/etcd-io/etcd/pull/17483).
- Compile binaries using [go 1.21.8](https://github.com/etcd-io/etcd/pull/17537).
- Upgrade [google.golang.org/protobuf to v1.33.0 to address CVE-2024-24786](https://github.com/etcd-io/etcd/pull/17553).

### Others
- [Make CGO_ENABLED configurable](https://github.com/etcd-io/etcd/pull/17421).
Expand Down
2 changes: 1 addition & 1 deletion scripts/codecov_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -o pipefail
LOG_FILE=${1:-test-coverage.log}

# We collect the coverage
COVERDIR=covdir PASSES='build cov' ./scripts/test.sh 2>&1 | tee "${LOG_FILE}"
GOEXPERIMENT=nocoverageredesign COVERDIR=covdir PASSES='build cov' ./scripts/test.sh 2>&1 | tee "${LOG_FILE}"
test_success="$?"

# We try to upload whatever we have:
Expand Down

0 comments on commit cd153c8

Please sign in to comment.