Set up public HTTPS endpoint for RSKj #337

Merged
raucao merged 10 commits from feature/rskj_public_endpoint into master 2021-12-02 17:26:01 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 3817284566 - Show all commits

View File

@@ -2,6 +2,10 @@
This file is used to list changes made in each version of the kosmos_rsk cookbook.
## 0.2.0
Add nginx recipe to configure public API access.
## 0.1.0
Initial release.

View File

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