From 50b2c42c7bc4c45501bb58d915215ae896003a20 Mon Sep 17 00:00:00 2001 From: leone Date: Mon, 6 Nov 2023 07:29:55 +0100 Subject: [PATCH] release/nanocl: stable 0.11.0 (#636) * release/nanocl: stable 0.11.0 --------- Signed-off-by: leone --- bin/nanocl/changelog.md | 3 ++- installer.yml | 14 +++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/bin/nanocl/changelog.md b/bin/nanocl/changelog.md index 4579c62e4..ba84d9c27 100644 --- a/bin/nanocl/changelog.md +++ b/bin/nanocl/changelog.md @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.11.0] - 2023-11-01 + +## [0.11.0] - 2023-11-06 ### Added diff --git a/installer.yml b/installer.yml index a704ed29b..051a91274 100644 --- a/installer.yml +++ b/installer.yml @@ -20,7 +20,7 @@ Cargoes: - start-single-node - --insecure - --listen-addr=:26257 - - --advertise-addr=${{ advertise_addr }}:26257 + - --sql-addr=:26258 HostConfig: NetworkMode: system Binds: @@ -51,7 +51,7 @@ Cargoes: # {% if channel == "nightly" %} Image: ghcr.io/nxthat/nproxy:1.25.0.2-nightly # {% else %} - Image: ghcr.io/nxthat/nproxy:1.25.0.1 + Image: ghcr.io/nxthat/nproxy:1.25.0.2 # {% endif %} Tty: true Env: @@ -80,7 +80,7 @@ Cargoes: # {% if channel == "nightly" %} Image: ghcr.io/nxthat/ncproxy:0.8.0-nightly # {% else %} - Image: ghcr.io/nxthat/ncproxy:0.7.0 + Image: ghcr.io/nxthat/ncproxy:0.8.0 # {% endif %} Tty: true Env: @@ -108,7 +108,7 @@ Cargoes: # {% if channel == "nightly" %} Image: ghcr.io/nxthat/ndns:2.89.0.2-nightly # {% else %} - Image: ghcr.io/nxthat/ndns:2.89.0.0 + Image: ghcr.io/nxthat/ndns:2.89.0.2 # {% endif %} HostConfig: NetworkMode: host @@ -122,7 +122,7 @@ Cargoes: # {% if channel == "nightly" %} Image: ghcr.io/nxthat/ncdns:0.3.2-nightly # {% else %} - Image: ghcr.io/nxthat/ncdns:0.3.1 + Image: ghcr.io/nxthat/ncdns:0.3.2 # {% endif %} Tty: true Cmd: @@ -147,7 +147,7 @@ Cargoes: # {% if channel == "nightly" %} Image: ghcr.io/nxthat/nanocld:0.11.0-nightly # {% else %} - Image: ghcr.io/nxthat/nanocld:0.10.0 + Image: ghcr.io/nxthat/nanocld:0.11.0 # {% endif %} Tty: true Hostname: ndaemon.nanocl.internal @@ -188,7 +188,7 @@ Cargoes: # {% if channel == "nightly" %} Image: ghcr.io/nxthat/ncvpnkit:0.1.1-nightly # {% else %} - Image: ghcr.io/nxthat/ncvpnkit:0.1.0 + Image: ghcr.io/nxthat/ncvpnkit:0.1.1 # {% endif %} Tty: true Hostname: ncvpnkit.nanocl.internal