From ec2aa107823c4a6c4efac08b84c2d6c970e349a7 Mon Sep 17 00:00:00 2001 From: Jan Graichen Date: Wed, 23 Nov 2022 15:42:02 +0100 Subject: [PATCH] Release v1.11.0 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fccb09..436c619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.11.0] - 2022-11-23 + ### Added - Raise error from yamlet renderer when an included file does not exist @@ -128,7 +130,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - First version of ext pillar - Yamlet and Text renderer -[unreleased]: https://github.com/jgraichen/salt-tower/compare/v1.10.0...HEAD +[unreleased]: https://github.com/jgraichen/salt-tower/compare/v1.11.0...HEAD +[1.11.0]: https://github.com/jgraichen/salt-tower/compare/v1.10.0...v1.11.0 [1.10.0]: https://github.com/jgraichen/salt-tower/compare/v1.9.0...v1.10.0 [1.9.0]: https://github.com/jgraichen/salt-tower/compare/v1.8.2...v1.9.0 [1.8.2]: https://github.com/jgraichen/salt-tower/compare/v1.8.1...v1.8.2 diff --git a/pyproject.toml b/pyproject.toml index 9981532..3540c17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "salt-tower" -version = "1.10.0" +version = "1.11.0" description = "A Flexible External Salt Pillar Module" authors = [{ name = "Jan Graichen", email = "jgraichen@altimos.de" }] dependencies = ["salt"]