Skip to content

Releases: next-hat/nanocl

nproxy-1.26.0-n0.12

10 Jun 22:56
b99c108
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.26.0-n0.12] - 2024-06-11

Update

  • Update chore image to ubuntu:24.10

ndns-2.90.0-n0.7

10 Jun 22:56
b99c108
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[2.90.0-n0.7] - 2024-06-11

Update

  • Update chore image to alpine:3.20.0

ncvpnkit-0.5.0

10 Jun 22:56
b99c108
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.5.0] - 2024-06-11

Changed

  • Use of nanocld_client 0.15.0

ncproxy-0.12.0

10 Jun 22:57
b99c108
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.12.0] - 2024-06-11

Chore

  • Update ntex to version 2

Added

  • Limit request zone for http

Changed

  • Removed redirection to https in favor of hsts

ncdns-0.7.0

10 Jun 22:57
b99c108
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.7.0] - 2024-06-11

Chore

  • Upgrade ntex to version 2

nanocld-0.15.0

10 Jun 22:57
b99c108
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.15.0] - 2024-06-11

Chore

  • Update ntex to version 2

Added

  • --store-addr options from the command line to specify the store address
  • Endpoint GET /metrics/{key}/inspect to get details about a metric
  • Endpoint GET /event/{key}/inspect to get details about an event
  • Generic RepositoryCountBy interface
  • Endpoint GET /metrics/count to get the number of metrics
  • status field for VmSummary, CargoSummary
  • Better generic filter to sql filter
  • Indexes for all sql schema
  • Filter query by dates
  • Updating a secret now trigger an update for related cargoes

Fixed

  • Removing a job with a running process will now stop the process before removing the job
  • Patch a restarting cargo was not working and returning an error
  • Create network namespace if not existing when inspecting a listing namespaces

Changed

  • The path to inspect a resource GET /resources/{name} is now GET /resources/{name}/inspect

nanocl-0.15.0

10 Jun 22:58
b99c108
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.15.0] - 2024-06-11

Added

  • Status information in the table of cargo ls and vm ls command and job ls
  • nanocl metric inspect command to get details about a metric
  • nanocl event inspect command to get details about an event
  • nanocl backup command to backup the current state into multiple Statefiles
  • HOST env variable to override the default host
  • CERT and CERT_KEY env variable to pass certificate and certificate key to the client
  • nanocl state apply --remove-orphans to remove orphaned objects
  • nanocl secret create tls now accept path to the certificate and key

Fixed

  • nanocl cargo run now correctly wait the cargo to be running before returning
  • nanocl vm run now correctly wait the vm to be running before returning
  • nanocl cargo start now correctly wait the cargo to be running before returning
  • nanocl cargo stop now correctly wait the cargo to be stopped before returning
  • nanocl cargo patch now correctly wait the cargo to be patched before returning
  • nanocl job start now correctly wait the job to be running before returning
  • nanocl vm start now correctly wait the vm to be running before returning
  • nanocl vm stop now correctly wait the vm to be stopped before returning
  • Diff trigger when applying a Statefile now correctly compare the current state with the new state

Changed

  • inspect rm stop start have been refactored to have a single interface matching all object
  • Removed the namespace in the table of cargo ls and vm ls command
  • Cleaner Loader when apply and removing Statefile

nproxy-1.26.0-n0.12-nightly

07 Jun 12:33
9c952fb
Compare
Choose a tag to compare
Pre-release

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.26.0-n0.12]

Update

  • Update chore image to ubuntu:24.10

ndns-2.90.0-n0.7-nightly

07 Jun 12:33
9c952fb
Compare
Choose a tag to compare
Pre-release

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[2.90.0-n0.7]

Update

  • Update chore image to alpine:3.20.0

ncproxy-0.12.0-nightly

04 Jun 06:57
2fa7712
Compare
Choose a tag to compare
Pre-release

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.12.0] - 2024-05-16

Added

  • Limit request zone for http