commit
683a79dfcc
2 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Revision history for Arion
|
# Revision history for Arion
|
||||||
|
|
||||||
## Next 2.x
|
## 0.2.0.0 -- 2022-12-02
|
||||||
|
|
||||||
### BREAKING
|
### BREAKING
|
||||||
|
|
||||||
|
* The `project.name` option is now mandatory for projects that aren't deployed with the NixOS module.
|
||||||
|
|
||||||
* The NixOS module now sets the default network name to the project name (commonly referred to as `<name>` in the option path).
|
* The NixOS module now sets the default network name to the project name (commonly referred to as `<name>` in the option path).
|
||||||
If this is not desired, for instance if you need the projects to be on the same network, set `networks.default.name` in each of them.
|
If this is not desired, for instance if you need the projects to be on the same network, set `networks.default.name` in each of them.
|
||||||
|
|
||||||
* The NixOS module now sets the default project name. You can still set your own value with the `project.name` option.
|
* The NixOS module now sets the default project name. You can still set your own value with the `project.name` option.
|
||||||
If you did not set one, docker compose heuristically determined the name to be `store`, so you may want to set `project.name = "store"` or prepare to rename the network manually.
|
If you did not set one, docker compose heuristically determined the name to be `store`, so you may want to set `project.name = "store"` or prepare to rename the network manually.
|
||||||
|
|
||||||
* The `project.name` option is now mandatory for projects that aren't deployed with the NixOS module.
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- NixOS 20.09 support. Its docker-compose does not support the
|
- NixOS 20.09 support. Its docker-compose does not support the
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
cabal-version: 2.4
|
cabal-version: 2.4
|
||||||
|
|
||||||
name: arion-compose
|
name: arion-compose
|
||||||
version: 0.1.3.0
|
version: 0.2.0.0
|
||||||
synopsis: Run docker-compose with help from Nix/NixOS
|
synopsis: Run docker-compose with help from Nix/NixOS
|
||||||
description: Arion is a tool for building and running applications that consist of multiple docker containers using NixOS modules. It has special support for docker images that are built with Nix, for a smooth development experience and improved performance.
|
description: Arion is a tool for building and running applications that consist of multiple docker containers using NixOS modules. It has special support for docker images that are built with Nix, for a smooth development experience and improved performance.
|
||||||
homepage: https://github.com/hercules-ci/arion#readme
|
homepage: https://github.com/hercules-ci/arion#readme
|
||||||
|
|
Loading…
Reference in a new issue