Skip to content

Commit

Permalink
Update changelog for 6.0.1 release (#3985)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mobilecoin committed May 13, 2024
1 parent 98229cc commit ff438a5
Showing 1 changed file with 15 additions and 1 deletion.
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 comments on commit ff438a5

Please sign in to comment.