Skip to content

Commit

Permalink
fix: installer and http_client version
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Nov 24, 2024
1 parent bca3167 commit 9574061
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/nanocld_client/src/http_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use nanocl_error::{

use crate::error::is_api_error;

pub const NANOCLD_DEFAULT_VERSION: &str = "0.15.0";
pub const NANOCLD_DEFAULT_VERSION: &str = "0.16.0";

#[derive(Clone, Debug)]
pub struct ConnectOpts {
Expand Down
8 changes: 4 additions & 4 deletions installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Cargoes:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/ncproxy:0.13.2-nightly
# {% else %}
Image: ghcr.io/next-hat/ncproxy:0.13.1
Image: ghcr.io/next-hat/ncproxy:0.13.2
# {% endif %}
Tty: true
Cmd:
Expand Down Expand Up @@ -112,7 +112,7 @@ Cargoes:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/ncdns:0.8.2-nightly
# {% else %}
Image: ghcr.io/next-hat/ncdns:0.8.1
Image: ghcr.io/next-hat/ncdns:0.8.2
# {% endif %}
Tty: true
Cmd:
Expand All @@ -136,7 +136,7 @@ Cargoes:
# {% if channel == "nightly" %}
Image: ghcr.io/next-hat/nanocld:0.16.2-nightly
# {% else %}
Image: ghcr.io/next-hat/nanocld:0.16.1
Image: ghcr.io/next-hat/nanocld:0.16.2
# {% 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.2-nightly
# {% else %}
Image: ghcr.io/next-hat/ncvpnkit:0.6.1
Image: ghcr.io/next-hat/ncvpnkit:0.6.2
# {% endif %}
Tty: true
Hostname: ncvpnkit.nanocl.internal
Expand Down

0 comments on commit 9574061

Please sign in to comment.