Skip to content

Commit

Permalink
Bump to v0.2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Dec 11, 2024
1 parent 3b16903 commit 9f01fb7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Revision history for Arion

## 0.2.2.0 -- 2024-12-11

### Added

* [`serivces.<name>.service.blkio_config`](https://docs.hercules-ci.com/arion/options#_services_name_service_blkio_config)
* [`services.<name>.service.build.dockerfile`](https://docs.hercules-ci.com/arion/options#_services_name_service_build_dockerfile)
* [`services.<name>.service.stop_grace_period`](https://docs.hercules-ci.com/arion/options#_services_name_service_stop_grace_period)
* In the [NixOS deployment module], `virtualisation.arion.projects.<name>.serviceName` to override `<name>` used in systemd unit

### Fixed

* `nix repl` did not pass `--file` to Nix for file-based repls
* `services.<name>.service.build.context` was ignored
* `boot.tmpOnTmpfs` -> `boot.tmp.useTmpfs`
* Remove lorri from local development environment, as it would fail silently

### Removed

* `defaultPackage` flake output. Use `packages.<system>.default` instead.

## 0.2.1.0 -- 2023-07-26

### Added
Expand Down Expand Up @@ -98,3 +118,6 @@

* First released version. Released on an unsuspecting world.



[NixOS deployment module]: https://docs.hercules-ci.com/arion/deployment#_nixos_module
2 changes: 1 addition & 1 deletion arion-compose.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: arion-compose
version: 0.2.1.0
version: 0.2.2.0
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.
homepage: https://github.com/hercules-ci/arion#readme
Expand Down

0 comments on commit 9f01fb7

Please sign in to comment.