From 5dd3fe5456e5665a0a175e05b1c0c0de4d1c7b1d Mon Sep 17 00:00:00 2001 From: Thom Shutt Date: Tue, 8 Aug 2023 14:47:08 +0100 Subject: [PATCH 1/2] release v0.6.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ CHANGELOG_PENDING.md | 8 -------- VERSION | 2 +- 3 files changed, 22 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb7569e9af..18475cf4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## v0.5.39 + +### Breaking Changes 🚨🚨 +- [#2821](https://github.com/livepeer/go-livepeer/pull/2821) Bump nvidia/cuda base version for docker builds (@stronk-dev and @hjpotter92) + +### Features ⚒ + +#### Broadcaster +- [#2827](https://github.com/livepeer/go-livepeer/pull/2827) Introduce configurable Orchestrator blocklist (@mjh1) + +#### General +- [#2758](https://github.com/livepeer/go-livepeer/pull/2758) Accept only active Os to receive traffic and redeem tickets (@leszko) +- [#2775](https://github.com/livepeer/go-livepeer/pull/2775) Reduce number of ETH RPC calls during block polling (@leszko) +- [#2815](https://github.com/livepeer/go-livepeer/pull/2815) Add new logging methods to publish a set of public logs (@emranemran) + +### Bug Fixes 🐞 +- [#2759](https://github.com/livepeer/go-livepeer/pull/2759) Parse keystore address without 0x prefix, fix parse error logging +- [#2764](https://github.com/livepeer/go-livepeer/pull/2764) Call session end asynchronously to avoid unnecessary blocking (@mjh1) +- [#2777](https://github.com/livepeer/go-livepeer/pull/2777) Only write session end log message if session exists (@mjh1) +- [#2804](https://github.com/livepeer/go-livepeer/pull/2804) Bump livepeer-data and go version due to breaking interface change (@victorges) + ## v0.5.38 ### Breaking Changes 🚨🚨 diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 8ba9441c21..3ca5044811 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -3,14 +3,10 @@ ## vX.X ### Breaking Changes 🚨🚨 -- \#2821 Bump nvidia/cuda base version for docker builds (@stronk-dev and @hjpotter92) ### Features ⚒ #### General -- \#2758 Accept only active Os to receive traffic and redeem tickets (@leszko) -- \#2775 Reduce number of ETH RPC calls during block polling (@leszko) -- \#2815 Add new logging methods to publish a set of public logs (@emranemran) #### Broadcaster @@ -19,10 +15,6 @@ #### Transcoder ### Bug Fixes 🐞 -- \#2759 Parse keystore address without 0x prefix, fix parse error logging -- \#2764 Call session end asynchronously to avoid unnecessary blocking (@mjh1) -- \#2777 Only write session end log message if session exists (@mjh1) -- \#2804 Bump livepeer-data and go version due to breaking interface change (@victorges) #### CLI diff --git a/VERSION b/VERSION index e0d422dc3d..09a3acfa13 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.38 \ No newline at end of file +0.6.0 \ No newline at end of file From c896c7904f21a5b03247c9442e9dac85e44c04fd Mon Sep 17 00:00:00 2001 From: Thom Shutt Date: Tue, 8 Aug 2023 14:47:53 +0100 Subject: [PATCH 2/2] 0.6.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18475cf4a3..125f6f0f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.5.39 +## v0.6.0 ### Breaking Changes 🚨🚨 - [#2821](https://github.com/livepeer/go-livepeer/pull/2821) Bump nvidia/cuda base version for docker builds (@stronk-dev and @hjpotter92)