Skip to content

Commit 9574061

Browse files
committed
fix: installer and http_client version
1 parent bca3167 commit 9574061

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

crates/nanocld_client/src/http_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use nanocl_error::{
1616

1717
use crate::error::is_api_error;
1818

19-
pub const NANOCLD_DEFAULT_VERSION: &str = "0.15.0";
19+
pub const NANOCLD_DEFAULT_VERSION: &str = "0.16.0";
2020

2121
#[derive(Clone, Debug)]
2222
pub struct ConnectOpts {

installer.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Cargoes:
7878
# {% if channel == "nightly" %}
7979
Image: ghcr.io/next-hat/ncproxy:0.13.2-nightly
8080
# {% else %}
81-
Image: ghcr.io/next-hat/ncproxy:0.13.1
81+
Image: ghcr.io/next-hat/ncproxy:0.13.2
8282
# {% endif %}
8383
Tty: true
8484
Cmd:
@@ -112,7 +112,7 @@ Cargoes:
112112
# {% if channel == "nightly" %}
113113
Image: ghcr.io/next-hat/ncdns:0.8.2-nightly
114114
# {% else %}
115-
Image: ghcr.io/next-hat/ncdns:0.8.1
115+
Image: ghcr.io/next-hat/ncdns:0.8.2
116116
# {% endif %}
117117
Tty: true
118118
Cmd:
@@ -136,7 +136,7 @@ Cargoes:
136136
# {% if channel == "nightly" %}
137137
Image: ghcr.io/next-hat/nanocld:0.16.2-nightly
138138
# {% else %}
139-
Image: ghcr.io/next-hat/nanocld:0.16.1
139+
Image: ghcr.io/next-hat/nanocld:0.16.2
140140
# {% endif %}
141141
Tty: true
142142
Hostname: nanocl.internal
@@ -183,7 +183,7 @@ Cargoes:
183183
# {% if channel == "nightly" %}
184184
Image: ghcr.io/next-hat/ncvpnkit:0.6.2-nightly
185185
# {% else %}
186-
Image: ghcr.io/next-hat/ncvpnkit:0.6.1
186+
Image: ghcr.io/next-hat/ncvpnkit:0.6.2
187187
# {% endif %}
188188
Tty: true
189189
Hostname: ncvpnkit.nanocl.internal

0 commit comments

Comments
 (0)