Skip to content

Commit

Permalink
release/nanocl: 0.16.0-stable (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s authored Nov 1, 2024
1 parent ed18621 commit 409a835
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
11 changes: 10 additions & 1 deletion bin/nanocl/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,21 @@ 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.16.0] - 2024-09-03
## [0.16.0] - 2024-11-01

### Added

- `nanocl logs` to logs a single process
- `nanocl inspect` to inspect a single process

### Changed

- Use of nanocld_client 0.16.0

### Fixed

- Windows compilation and compatibility

## [0.15.0] - 2024-06-11

### Added
Expand Down
12 changes: 6 additions & 6 deletions installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Cargoes:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/nproxy:1.26.0-n0.13-nightly
# {% else %}
Image: ghcr.io/next-hat/nproxy:1.26.0-n0.12
Image: ghcr.io/next-hat/nproxy:1.26.0-n0.13
# {% endif %}
Tty: true
Env:
Expand All @@ -78,7 +78,7 @@ Cargoes:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/ncproxy:0.13.0-nightly
# {% else %}
Image: ghcr.io/next-hat/ncproxy:0.12.0
Image: ghcr.io/next-hat/ncproxy:0.13.0
# {% endif %}
Tty: true
Cmd:
Expand All @@ -98,7 +98,7 @@ Cargoes:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/ndns:2.90.0-n0.8-nightly
# {% else %}
Image: ghcr.io/next-hat/ndns:2.90.0-n0.7
Image: ghcr.io/next-hat/ndns:2.90.0-n0.8
# {% endif %}
Env:
- STATE_DIR=${{ state_dir }}/dns
Expand All @@ -112,7 +112,7 @@ Cargoes:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/ncdns:0.8.0-nightly
# {% else %}
Image: ghcr.io/next-hat/ncdns:0.7.0
Image: ghcr.io/next-hat/ncdns:0.8.0
# {% endif %}
Tty: true
Cmd:
Expand All @@ -136,7 +136,7 @@ Cargoes:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/nanocld:0.16.0-nightly
# {% else %}
Image: ghcr.io/next-hat/nanocld:0.15.0
Image: ghcr.io/next-hat/nanocld:0.16.0
# {% endif %}
Tty: true
Hostname: nanocl.internal
Expand Down Expand Up @@ -183,7 +183,7 @@ Cargoes:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/ncvpnkit:0.6.0-nightly
# {% else %}
Image: ghcr.io/next-hat/ncvpnkit:0.5.0
Image: ghcr.io/next-hat/ncvpnkit:0.6.0
# {% endif %}
Tty: true
Hostname: ncvpnkit.nanocl.internal
Expand Down

0 comments on commit 409a835

Please sign in to comment.