From 81e18410f0cfc88bc82d41b36a336e05f0ffd15c Mon Sep 17 00:00:00 2001 From: grembo Date: Fri, 29 Sep 2023 17:51:28 +0200 Subject: [PATCH] Prepare 0.9.1 (#45) --- CHANGELOG.md | 5 +---- README.md | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8867ca..09ce2a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - +## [0.9.1] - 2023-09-29 ### Added - - Add optional keyword "attributes" to set pot attributes like `devfs_ruleset` on the task (#42) - Escape environment variables set on pot - this might break existing workarounds in jobs (#43) ## [0.9.0] - 2022-09-11 - ### Added - Added changelog - Improve batch job and restart behavior (#30) diff --git a/README.md b/README.md index 6db581b..a324cd5 100644 --- a/README.md +++ b/README.md @@ -129,10 +129,10 @@ The pot task driver supports the following parameters: `pot-task-driver` requires the following: -* 64-bit FreeBSD 12.0-RELEASE host . +* 64-bit FreeBSD 12.4-RELEASE or 13.2-RELEASE host . * The FreeBSD's Nomad binary (available as a package). * The pot-task-driver binary placed in the [plugin_dir][plugin_dir] directory. -* Installing [pot][pot-github-repo], version 0.15.0 or greater, and following the install [guide][pot-install-guide]. +* Installing [pot][pot-github-repo], version 0.15.6 or greater, and following the install [guide][pot-install-guide]. * Webserver from where to serve the images. (simple file server) * Following lines need to be included in your rc.conf @@ -141,7 +141,7 @@ nomad_user="root" nomad_env="PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/sbin:/bin" ``` -[pot-task-driver]: https://github.com/trivago/nomad-pot-driver/releases/download/v0.9.0/nomad-pot-driver +[pot-task-driver]: https://github.com/trivago/nomad-pot-driver/releases/download/v0.9.1/nomad-pot-driver [plugin_dir]: /docs/configuration/index.html#plugin_dir [pot-github-repo]: https://github.com/pizzamig/pot [pot-install-guide]: https://github.com/pizzamig/pot/blob/master/share/doc/pot/Installation.md