Skip to content

Commit

Permalink
Release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed May 11, 2020
1 parent baeaef2 commit 984c09b
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 @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v1.3.1] - 2020-05-11
### Fixed
- Fix mutation of context variables when rendering multiple files

Expand Down Expand Up @@ -34,7 +36,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.3.0...HEAD
[unreleased]: https://github.com/:jgraichen/salt-tower/compare/vv1.3.1...HEAD
[v1.3.1]: https://github.com/:jgraichen/salt-tower/compare/v1.3.0...vv1.3.1
[1.3.0]: https://github.com/jgraichen/salt-tower/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/jgraichen/salt-tower/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/jgraichen/salt-tower/compare/v1.0.0...v1.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="salt-tower",
version="1.3.0",
version="1.3.1",
author="Jan Graichen",
author_email="jgraichen@altimos.de",
description="A Flexible External Salt Pillar Module",
Expand Down

0 comments on commit 984c09b

Please sign in to comment.