Skip to content

Commit

Permalink
Merge pull request #606 from deepmind/release-v0.29.1
Browse files Browse the repository at this point in the history
Start release-v0.29.1
  • Loading branch information
uberspot authored Sep 1, 2020
2 parents c121fae + e85b8ab commit f0cf6c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.29.1:
- Fix reveal from ref file bug (#605)
- Update dependencies (#600, #601, #602, #603)

## 0.29.0:
- Fix issue #572 Enable adding reclass classes from remote inventories before they are available (#574)
- Add a dedicated directory in the temp path (#584)
Expand Down
5 changes: 4 additions & 1 deletion kapitan/refs/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,10 @@ def _reveal_file(self, filename):
rev_obj = self.reveal_obj(obj)
return (
yaml.dump_all(
rev_obj, Dumper=PrettyDumper, default_flow_style=False, explicit_start=True,
rev_obj,
Dumper=PrettyDumper,
default_flow_style=False,
explicit_start=True,
),
"yaml",
)
Expand Down

0 comments on commit f0cf6c0

Please sign in to comment.