From 5b954082c926aa22004b4fdc9072dd1cc48aeecb Mon Sep 17 00:00:00 2001 From: Wanwiset Peerapatanapokin Date: Wed, 14 Aug 2024 16:50:43 +0400 Subject: [PATCH] update changelog 0.3.1 --- .../deployment/6_subnet_deployment_generator_changelog.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/deployment/6_subnet_deployment_generator_changelog.md b/docs/deployment/6_subnet_deployment_generator_changelog.md index 5db5d79..785482e 100644 --- a/docs/deployment/6_subnet_deployment_generator_changelog.md +++ b/docs/deployment/6_subnet_deployment_generator_changelog.md @@ -5,6 +5,12 @@ sidebar_position: 6 # Subnet Deployment Generator Changelog +### v0.3.1 - 2024/07/24 + - Use testnet by default + - Remove admin api by default + - Added PUBLIC_IP optional config in deployment-generator + - Bump coponent versions + ### v0.2.1 - 2024/01/09 - New generation style, pulls script from github to run multiple docker images instead of generating from single image. - New Checkpoint Smart Contract (CSC) deployment image @@ -23,4 +29,4 @@ sidebar_position: 6 - Automate CHECKPOINT_CONTRACT copy-paste step (manual action no longer required). - PARENTCHAIN_WALLET is no longer required in 'docker.env', the address will be derived from PARENTCHAIN_WALLET_PK. - Disabled parentchain observer in docker-compose.yml, unused for now (due to long startup time). - - Bump default subnet components stable versions \ No newline at end of file + - Bump default subnet components stable versions