Skip to content

Releases: next-hat/nanocl

ncproxy-0.13.0-nightly

03 Sep 12:56
1db2876
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.13.0] - 2024-09-03

Changed

  • Use of nanocld_client 0.16.0
  • Correctly choose the network for a target

ncdns-0.8.0-nightly

03 Sep 12:56
1db2876
Compare
Choose a tag to compare
ncdns-0.8.0-nightly Pre-release
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.8.0] - 2024-09-03

Changed

  • Use of nanocld_client 0.16.0

nanocld-0.16.0-nightly

03 Sep 12:57
1db2876
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.16.0] - 2024-09-03

Changed

  • Removed network to namespace binding

Fixed

  • Missing metadata in job spec
  • Status when stopping an living object (cargo, vm, job)

nanocl-0.16.0-nightly

03 Sep 12:57
1db2876
Compare
Choose a tag to compare
nanocl-0.16.0-nightly Pre-release
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.16.0] - 2024-09-03

Changed

  • Use of nanocld_client 0.16.0

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