Skip to content

Commit

Permalink
release/nanocl: stable 0.11.0 (#636)
Browse files Browse the repository at this point in the history
* release/nanocl: stable 0.11.0

---------

Signed-off-by: leone <[email protected]>
  • Loading branch information
leon3s authored Nov 6, 2023
1 parent 2e3ed9f commit 50b2c42
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion bin/nanocl/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 7 additions & 7 deletions installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Cargoes:
- start-single-node
- --insecure
- --listen-addr=:26257
- --advertise-addr=${{ advertise_addr }}:26257
- --sql-addr=:26258
HostConfig:
NetworkMode: system
Binds:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 50b2c42

Please sign in to comment.