Skip to content

Commit

Permalink
release/nanocl: 0.16.2-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Nov 24, 2024
1 parent 418fa64 commit 2afad96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions bin/nanocl/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.2] - 2024-11-24

### Changed

- Use of ntex-util 2.6.1 to remove debug print

## [0.16.1] - 2024-11-23

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Cargoes:
- Name: ncproxy
Container:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/ncproxy:0.13.1-nightly
Image: ghcr.io/next-hat/ncproxy:0.13.2-nightly
# {% else %}
Image: ghcr.io/next-hat/ncproxy:0.13.1
# {% endif %}
Expand Down Expand Up @@ -110,7 +110,7 @@ Cargoes:
- Name: ncdns
Container:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/ncdns:0.8.1-nightly
Image: ghcr.io/next-hat/ncdns:0.8.2-nightly
# {% else %}
Image: ghcr.io/next-hat/ncdns:0.8.1
# {% endif %}
Expand All @@ -134,7 +134,7 @@ Cargoes:
- Name: ndaemon
Container:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/nanocld:0.16.1-nightly
Image: ghcr.io/next-hat/nanocld:0.16.2-nightly
# {% else %}
Image: ghcr.io/next-hat/nanocld:0.16.1
# {% endif %}
Expand Down Expand Up @@ -181,7 +181,7 @@ Cargoes:
- Name: ncvpnkit
Container:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/ncvpnkit:0.6.1-nightly
Image: ghcr.io/next-hat/ncvpnkit:0.6.2-nightly
# {% else %}
Image: ghcr.io/next-hat/ncvpnkit:0.6.1
# {% endif %}
Expand Down

0 comments on commit 2afad96

Please sign in to comment.