Upgrade RSKj, fix and document test suite #465

Merged
greg merged 7 commits from core/upgrade_rskj into master 2023-02-14 13:01:55 +00:00
2 changed files with 7 additions and 2 deletions
Showing only changes of commit d04e2f4fd5 - Show all commits

View File

@ -2,6 +2,11 @@
This file is used to list changes made in each version of the kosmos_rsk cookbook.
## 0.3.0
* Bump rskj version
* Fix tests
## 0.2.0
Add nginx recipe to configure public API access.

View File

@ -2,8 +2,8 @@ name 'kosmos_rsk'
maintainer 'Kosmos Developers'
maintainer_email 'ops@kosmos.org'
license 'MIT'
description 'Installs/configures RSK and related software'
version '0.2.0'
description 'Installs/configures RSKj and related software'
version '0.3.0'
chef_version '>= 15.0'
issues_url 'https://gitea.kosmos.org/kosmos/chef/issues'
source_url 'https://gitea.kosmos.org/kosmos/chef'