From 187df05c47a20899aa3f11af892fad999a7ed1bd Mon Sep 17 00:00:00 2001 From: ptrus Date: Mon, 27 May 2024 11:22:36 +0200 Subject: [PATCH] Assemble changes for 2.7.0 release --- .changelog/328.doc.md | 1 - .changelog/478.internal.md | 1 - .changelog/480.internal.md | 1 - .changelog/484.internal.md | 1 - .changelog/485.feature.md | 1 - .changelog/486.feature.md | 1 - .changelog/487.doc.md | 1 - .changelog/488.feature.md | 1 - .changelog/490.feature.md | 1 - .changelog/491.feature.md | 1 - .changelog/493.feature.md | 1 - .changelog/506.internal.md | 1 - .changelog/507.internal.md | 1 - .changelog/524.doc.md | 1 - .changelog/527.internal.md | 1 - .changelog/531.feature.md | 1 - .changelog/533.feature.md | 1 - .punch_version.py | 2 +- CHANGELOG.md | 52 ++++++++++++++++++++++++++++++++++++++ 19 files changed, 53 insertions(+), 18 deletions(-) delete mode 100644 .changelog/328.doc.md delete mode 100644 .changelog/478.internal.md delete mode 100644 .changelog/480.internal.md delete mode 100644 .changelog/484.internal.md delete mode 100644 .changelog/485.feature.md delete mode 100644 .changelog/486.feature.md delete mode 100644 .changelog/487.doc.md delete mode 100644 .changelog/488.feature.md delete mode 100644 .changelog/490.feature.md delete mode 100644 .changelog/491.feature.md delete mode 100644 .changelog/493.feature.md delete mode 100644 .changelog/506.internal.md delete mode 100644 .changelog/507.internal.md delete mode 100644 .changelog/524.doc.md delete mode 100644 .changelog/527.internal.md delete mode 100644 .changelog/531.feature.md delete mode 100644 .changelog/533.feature.md diff --git a/.changelog/328.doc.md b/.changelog/328.doc.md deleted file mode 100644 index d0c9573f..00000000 --- a/.changelog/328.doc.md +++ /dev/null @@ -1 +0,0 @@ -docs: change suggested backport branch names diff --git a/.changelog/478.internal.md b/.changelog/478.internal.md deleted file mode 100644 index e614984c..00000000 --- a/.changelog/478.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: bump actions/setup-node from 3.8.1 to 4.0.0 diff --git a/.changelog/480.internal.md b/.changelog/480.internal.md deleted file mode 100644 index af5cf401..00000000 --- a/.changelog/480.internal.md +++ /dev/null @@ -1 +0,0 @@ -Install setuptools to make Towncrier fork work with Python 3.12 diff --git a/.changelog/484.internal.md b/.changelog/484.internal.md deleted file mode 100644 index 2519a3f6..00000000 --- a/.changelog/484.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: bump docker/build-push-action from 5.0.0 to 5.1.0 diff --git a/.changelog/485.feature.md b/.changelog/485.feature.md deleted file mode 100644 index fad4c657..00000000 --- a/.changelog/485.feature.md +++ /dev/null @@ -1 +0,0 @@ -Bump Oasis Core to 23.0.5 diff --git a/.changelog/486.feature.md b/.changelog/486.feature.md deleted file mode 100644 index 4adab500..00000000 --- a/.changelog/486.feature.md +++ /dev/null @@ -1 +0,0 @@ -docker: testnet genesis and other updates diff --git a/.changelog/487.doc.md b/.changelog/487.doc.md deleted file mode 100644 index c05b422b..00000000 --- a/.changelog/487.doc.md +++ /dev/null @@ -1 +0,0 @@ -docs: update links and node directories diff --git a/.changelog/488.feature.md b/.changelog/488.feature.md deleted file mode 100644 index cdd2dec3..00000000 --- a/.changelog/488.feature.md +++ /dev/null @@ -1 +0,0 @@ -docker: migrate mainnet config diff --git a/.changelog/490.feature.md b/.changelog/490.feature.md deleted file mode 100644 index d2911f7f..00000000 --- a/.changelog/490.feature.md +++ /dev/null @@ -1 +0,0 @@ -Bump Oasis Core to 23.0.7 diff --git a/.changelog/491.feature.md b/.changelog/491.feature.md deleted file mode 100644 index 27976bc5..00000000 --- a/.changelog/491.feature.md +++ /dev/null @@ -1 +0,0 @@ -docker: update mainnet genesis diff --git a/.changelog/493.feature.md b/.changelog/493.feature.md deleted file mode 100644 index cf43c6c1..00000000 --- a/.changelog/493.feature.md +++ /dev/null @@ -1 +0,0 @@ -Bump Oasis Core to 23.0.9 diff --git a/.changelog/506.internal.md b/.changelog/506.internal.md deleted file mode 100644 index 99043cf0..00000000 --- a/.changelog/506.internal.md +++ /dev/null @@ -1 +0,0 @@ -Update gitlint and markdownlint configs diff --git a/.changelog/507.internal.md b/.changelog/507.internal.md deleted file mode 100644 index ab4b4b33..00000000 --- a/.changelog/507.internal.md +++ /dev/null @@ -1 +0,0 @@ -tests: rosetta -> mesh diff --git a/.changelog/524.doc.md b/.changelog/524.doc.md deleted file mode 100644 index 1a1a48c9..00000000 --- a/.changelog/524.doc.md +++ /dev/null @@ -1 +0,0 @@ -docs: restore specific model refrence links diff --git a/.changelog/527.internal.md b/.changelog/527.internal.md deleted file mode 100644 index c382557e..00000000 --- a/.changelog/527.internal.md +++ /dev/null @@ -1 +0,0 @@ -CI: fix command injection plus other changes diff --git a/.changelog/531.feature.md b/.changelog/531.feature.md deleted file mode 100644 index 570788de..00000000 --- a/.changelog/531.feature.md +++ /dev/null @@ -1 +0,0 @@ -Bump oasis-core to 24.0 and go to 1.22.3 diff --git a/.changelog/533.feature.md b/.changelog/533.feature.md deleted file mode 100644 index 1fd7d50a..00000000 --- a/.changelog/533.feature.md +++ /dev/null @@ -1 +0,0 @@ -ci: update go to 1.22 diff --git a/.punch_version.py b/.punch_version.py index f49d94ad..256a515f 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ major = 2 -minor = 6 +minor = 7 patch = 0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 18edc014..8ba6a46d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,58 @@ The format is inspired by [Keep a Changelog]. +## 2.7.0 (2024-05-27) + +| Name | Version | +|:-------------|:-------:| +| Rosetta API | 1.4.12 | +| Oasis Core | 24.0 | + +### Features + +- Bump oasis-core to 24.0 and go to 1.22.3 + ([#531](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/531)) + +- docker: testnet genesis and other updates + ([#486](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/486)) + +- docker: migrate mainnet config + ([#488](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/488)) + +- docker: update mainnet genesis + ([#491](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/491)) + +### Documentation Improvements + +- docs: change suggested backport branch names + ([#328](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/328)) + +- docs: update links and node directories + ([#487](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/487)) + +- docs: restore specific model refrence links + ([#524](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/524)) + +### Internal Changes + +- ci: bump actions/setup-node from 3.8.1 to 4.0.0 + ([#478](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/478)) + +- Install setuptools to make Towncrier fork work with Python 3.12 + ([#480](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/480)) + +- ci: bump docker/build-push-action from 5.0.0 to 5.1.0 + ([#484](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/484)) + +- Update gitlint and markdownlint configs + ([#506](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/506)) + +- tests: rosetta -> mesh + ([#507](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/507)) + +- CI: fix command injection plus other changes + ([#527](https://github.com/oasisprotocol/oasis-rosetta-gateway/issues/527)) + ## 2.6.0 (2023-10-11) | Name | Version |