File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+
9+ ## [ 1.6.0] - 2021-03-09
810### Added
911- Add require option to tower.get
1012- Experimental: Support custom context in template injected ` render ` function
@@ -56,7 +58,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5658 - First version of ext pillar
5759 - Yamlet and Text renderer
5860
59- [ Unreleased ] : https://github.com/jgraichen/salt-tower/compare/v1.5.2...HEAD
61+ [ Unreleased ] : https://github.com/jgraichen/salt-tower/compare/v1.6.0...HEAD
62+ [ 1.6.0 ] : https://github.com/jgraichen/salt-tower/compare/v1.5.2...v1.6.0
6063[ 1.5.2 ] : https://github.com/jgraichen/salt-tower/compare/v1.5.1...v1.5.2
6164[ 1.5.1 ] : https://github.com/jgraichen/salt-tower/compare/v1.5.0...v1.5.1
6265[ 1.5.0 ] : https://github.com/jgraichen/salt-tower/compare/v1.4.0...v1.5.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " salt-tower"
7- version = " 1.5.2 "
7+ version = " 1.6.0 "
88homepage = " https://github.com/jgraichen/salt-tower"
99description = " A Flexible External Salt Pillar Module"
1010classifiers = [
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "salt-tower" ,
8- version = "1.5.2 " ,
8+ version = "1.6.0 " ,
99 author = "Jan Graichen" ,
1010 author_email = "jgraichen@altimos.de" ,
1111 description = "A Flexible External Salt Pillar Module" ,
You can’t perform that action at this time.
0 commit comments