-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #243 from TomasTomecek/090-release
0.9.0
- Loading branch information
Showing
4 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
%bcond_with privileged_tests | ||
|
||
Name: ansible-bender | ||
Version: 0.8.1 | ||
Version: 0.9.0 | ||
Release: 1%{?dist} | ||
Summary: Build container images using Ansible playbooks | ||
|
||
|
@@ -84,11 +84,20 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ | |
|
||
|
||
%changelog | ||
* Thu Dec 12 2019 Tomas Tomecek <[email protected]> - 0.8.1-1 | ||
- new upstream release: 0.8.1 | ||
* Mon Jul 27 2020 Fedora Release Engineering <[email protected]> - 0.8.1-4 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild | ||
|
||
* Tue Nov 19 2019 Tomas Tomecek <[email protected]> - 0.8.0-1 | ||
- new upstream release: 0.8.0 | ||
* Tue May 26 2020 Miro Hrončok <[email protected]> - 0.8.1-3 | ||
- Rebuilt for Python 3.9 | ||
|
||
* Mon May 18 2020 Gordon Messmer <[email protected]> - 0.8.1-2 | ||
- Rebuild with fix for missing python modules. | ||
|
||
* Mon Apr 27 2020 Gordon Messmer <[email protected]> - 0.8.1-1 | ||
- Build 0.8.1 | ||
|
||
* Tue Jan 28 2020 Fedora Release Engineering <[email protected]> - 0.7.0-5 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild | ||
|
||
* Thu Oct 03 2019 Miro Hrončok <[email protected]> - 0.7.0-4 | ||
- Rebuilt for Python 3.8.0rc1 (#1748018) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
- hosts: all | ||
vars: | ||
key: value | ||
key2: '{{ ansible_user }}' | ||
ansible_bender: | ||
base_image: mona_lisa | ||
layering: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters