Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Feb 11, 2023
1 parent 6a6e941 commit e420514
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.12.0] - 2023-02-12

### Added

- Use `pillarenv` to load specific pillar data (by @zixo)
Expand Down Expand Up @@ -134,7 +136,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.11.0...HEAD
[unreleased]: https://github.com/jgraichen/salt-tower/compare/v1.12.0...HEAD
[1.12.0]: https://github.com/jgraichen/salt-tower/compare/v1.11.0...v1.12.0
[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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can include this repository as a gitfs root and synchronize the extensions o
```yaml
gitfs_remotes:
- https://github.com/jgraichen/salt-tower.git:
- base: v1.8.2
- base: v1.12.0
```
Sync all modules:
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.11.0"
version = "1.12.0"
description = "A Flexible External Salt Pillar Module"
authors = [{ name = "Jan Graichen", email = "jgraichen@altimos.de" }]
dependencies = ["salt"]
Expand Down

0 comments on commit e420514

Please sign in to comment.