Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed May 16, 2022
1 parent f40a0ba commit e491537
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.9.0] - 2022-05-16

### Added

- Enabling `salt_tower.raise_on_missing_files` will raise an error when an included file does not exist
Expand Down Expand Up @@ -115,7 +117,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.8.2...HEAD
[unreleased]: https://github.com/jgraichen/salt-tower/compare/v1.9.0...HEAD
[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
[1.8.1]: https://github.com/jgraichen/salt-tower/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/jgraichen/salt-tower/compare/v1.7.0...v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "salt-tower"
version = "1.8.2"
version = "1.9.0"
description = "A Flexible External Salt Pillar Module"
authors = [{ name = "Jan Graichen", email = "jgraichen@altimos.de" }]
dependencies = ["salt>=2017"]
Expand Down

0 comments on commit e491537

Please sign in to comment.