Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/nanocl: 0.14.0-nightly #861

Merged
merged 3 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion bin/nanocl/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ 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.13.1] -
## [0.14.0]

### Added

- Secrets create commands

### Changed

- PS default display only running processes
- State command with event system

### Added
- PS options all
Expand Down
12 changes: 6 additions & 6 deletions installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Cargoes:
- Name: nproxy
Container:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/nproxy:1.25.0-n0.10-nightly
Image: ghcr.io/next-hat/nproxy:1.25.4-n0.11-nightly
# {% else %}
Image: ghcr.io/next-hat/nproxy:1.25.0-n0.10
# {% endif %}
Expand All @@ -74,7 +74,7 @@ Cargoes:
- Name: ncproxy
Container:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/ncproxy:0.10.1-nightly
Image: ghcr.io/next-hat/ncproxy:0.11.0-nightly
# {% else %}
Image: ghcr.io/next-hat/ncproxy:0.10.1
# {% endif %}
Expand All @@ -95,7 +95,7 @@ Cargoes:
- Name: ndns
Container:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/ndns:2.89.0-n0.5-nightly
Image: ghcr.io/next-hat/ndns:2.90.0-n0.6-nightly
# {% else %}
Image: ghcr.io/next-hat/ndns:2.89.0-n0.5
# {% endif %}
Expand All @@ -109,7 +109,7 @@ Cargoes:
- Name: ncdns
Container:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/ncdns:0.5.0-nightly
Image: ghcr.io/next-hat/ncdns:0.6.0-nightly
# {% else %}
Image: ghcr.io/next-hat/ncdns:0.5.0
# {% endif %}
Expand All @@ -134,7 +134,7 @@ Cargoes:
- Name: ndaemon
Container:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/nanocld:0.13.0-nightly
Image: ghcr.io/next-hat/nanocld:0.14.0-nightly
# {% else %}
Image: ghcr.io/next-hat/nanocld:0.13.0
# {% endif %}
Expand Down Expand Up @@ -180,7 +180,7 @@ Cargoes:
- Name: ncvpnkit
Container:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/ncvpnkit:0.3.0-nightly
Image: ghcr.io/next-hat/ncvpnkit:0.4.0-nightly
# {% else %}
Image: ghcr.io/next-hat/ncvpnkit:0.3.0
# {% endif %}
Expand Down
Loading