8000 Update changelog for 6.0.1 release by nick-mobilecoin · Pull Request #3985 · mobilecoinfoundation/mobilecoin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update changelog for 6.0.1 release #3985

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

Merged
merged 1 commit into from
May 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The crates in this repository do not adhere to [Semantic Versioning](https://sem
- Add RTH memos to mobilecoind ([#3945])
- Add scripts to scale down/up a dev environment ([#3966])
- Mobilecoind T3 support ([#3960])
- Allow ledger from archive to update a ledger database ([#3976])

#### CI/CD

Expand All @@ -25,7 +26,9 @@ The crates in this repository do not adhere to [Semantic Versioning](https://sem
- Add a download step to the ledger refresh ([#3372])
- Add rust version to workspace for enclaves ([#3700])
- Make minimum number of signatures for ledger bootstrap variable ([#3946])
- Bump go version in CD to 1.22.2 [(#3958)]
- Bump go version in CD to 1.22.2 ([#3958])
- Make consensus node startupProbe configurable ([#3977])
- Alter consesensus start up for new from-archive and distribution pattern ([#3981])

### Fixed

Expand All @@ -40,12 +43,14 @@ The crates in this repository do not adhere to [Semantic Versioning](https://sem
- Update refresh-ledger-bootstrap and dispatch-dev-testnet-fog workflows for
smaller testnet ([#3944])
- Fix fog ledger shards needing to load all blocks ([#3923], [#3933])
- Fix missing license call outs in crates ([#3982])

#### CI/CD

- Fix intermittent Postgres failures by using postgres service in GH actions ([#3785])
- Fix artifacts not uploading ([#3971])
- Fix dependent android bindings build ([#3968])
- Fix jaeger tracing sidecar config ([#3979])

### Security

Expand Down Expand Up @@ -75,6 +80,7 @@ The crates in this repository do not adhere to [Semantic Versioning](https://sem
- Reduce the static startup memory of enclaves ([#3719])
- Remove "-D warnings" for development builds ([#3500])
- Remove newlines from enclave panic message ([#3770])
- Change ledger distribution start block logic ([#3980])

#### CI/CD

Expand All @@ -85,6 +91,7 @@ The crates in this repository do not adhere to [Semantic Versioning](https://sem
- Use gha-runner-scale-sets ([#3849])
- Update CI jobs to remove deprecated actions ([#3965])
- Annotation to keep autoscaler from evicting ingest ([#3964])
- Remove epid aesm services ([#3978])

#### Github Actions

Expand Down Expand Up @@ -677,6 +684,13 @@ The crates in this repository do not adhere to [Semantic Versioning](https://sem
[#3969]: https://github.com/mobilecoinfoundation/mobilecoin/pull/3969
[#3970]: https://github.com/mobilecoinfoundation/mobilecoin/pull/3970
[#3971]: https://github.com/mobilecoinfoundation/mobilecoin/pull/3971
[#3976]: https://github.com/mobilecoinfoundation/mobilecoin/pull/3976
[#3977]: https://github.com/mobilecoinfoundation/mobilecoin/pull/3977
[#3978]: https://github.com/mobilecoinfoundation/mobilecoin/pull/3978
[#3979]: https://github.com/mobilecoinfoundation/mobilecoin/pull/3979
[#3980]: https://github.com/mobilecoinfoundation/mobilecoin/pull/3980
[#3981]: https://github.com/mobilecoinfoundation/mobilecoin/pull/3981
[#3982]: https://github.com/mobilecoinfoundation/mobilecoin/pull/3982

## [5.2.3]

Expand Down
0