0.5.6
This commit is contained in:
parent
383a529016
commit
c5375b180f
3 changed files with 10 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
||||||
|
jinjaturtle (0.5.6) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Try to prevent what could lead to execution of embedded jinja in original files when converting
|
||||||
|
|
||||||
|
-- Miguel Jacq <mig@mig5.net> Tue, 23 Jun 2026 16:47:00 +1000
|
||||||
|
|
||||||
jinjaturtle (0.5.5) unstable; urgency=medium
|
jinjaturtle (0.5.5) unstable; urgency=medium
|
||||||
|
|
||||||
* erb support
|
* erb support
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "jinjaturtle"
|
name = "jinjaturtle"
|
||||||
version = "0.5.5"
|
version = "0.5.6"
|
||||||
description = "Convert config files into Ansible defaults and Jinja2 templates."
|
description = "Convert config files into Ansible defaults and Jinja2 templates."
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Miguel Jacq", email = "mig@mig5.net" },
|
{ name = "Miguel Jacq", email = "mig@mig5.net" },
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
%global upstream_version 0.5.5
|
%global upstream_version 0.5.6
|
||||||
|
|
||||||
Name: jinjaturtle
|
Name: jinjaturtle
|
||||||
Version: %{upstream_version}
|
Version: %{upstream_version}
|
||||||
|
|
@ -42,6 +42,8 @@ Convert config files into Ansible defaults and Jinja2 templates.
|
||||||
%{_bindir}/jinjaturtle
|
%{_bindir}/jinjaturtle
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 23 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
||||||
|
- Try to prevent what could lead to execution of embedded jinja in original files when converting
|
||||||
* Sat Jun 20 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
* Sat Jun 20 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
||||||
- erb support
|
- erb support
|
||||||
* Sat Jun 20 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
* Sat Jun 20 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue