Skip to content

Commit

Permalink
0.10.0 upstream release
Browse files Browse the repository at this point in the history
Fixes ansible-community#271

Signed-off-by: Tomas Tomecek <[email protected]>
  • Loading branch information
TomasTomecek committed Feb 3, 2023
1 parent 68df071 commit 25b6c9c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 0.10.0

## Features

* File operations are now also cached (examples: "file", "copy", "synchronize", "unarchive", and "template"), by [@kjohnson0451](https://github.com/kjohnson0451), [#246](https://github.com/ansible-community/ansible-bender/pull/246)
* Use `AnsibleVarsParser` class to process ansible variables, by [@quietjoy](https://github.com/quietjoy), [#287](https://github.com/ansible-community/ansible-bender/pull/287)
* It allows `ansible_bender` variables to be specified across group and host var files.
* Enable passing extra args to `podman run` and `ansible run`, by [@ArmaanT](https://github.com/ArmaanT), [#278](https://github.com/ansible-community/ansible-bender/pull/278)
* `import_playbook` statements are now supported, by [@themkat](https://github.com/themkat), [#268](https://github.com/ansible-community/ansible-bender/pull/268)
* Python interpreter locations are now cached for each base image, by [@themkat](https://github.com/themkat), [#267](https://github.com/ansible-community/ansible-bender/pull/267)

## Fixes

* SELinux checks are now dropped since they are no longer relevant, by [@quietjoy](https://github.com/quietjoy), [#285](https://github.com/ansible-community/ansible-bender/pull/285)
* Vagrant development environment now works again, by [@quietjoy](https://github.com/quietjoy), [#286](https://github.com/ansible-community/ansible-bender/pull/286)
* Qualified image names are now used to reference images instead of short-names, by [@tpo](https://github.com/tpo), [#263](https://github.com/ansible-community/ansible-bender/pull/263)


# 0.9.0

## Features
Expand Down
5 changes: 4 additions & 1 deletion ansible-bender.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%bcond_with privileged_tests

Name: ansible-bender
Version: 0.9.0
Version: 0.10.0
Release: 1%{?dist}
Summary: Build container images using Ansible playbooks

Expand Down Expand Up @@ -83,6 +83,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \


%changelog
* Fri Feb 03 2023 Tomas Tomecek <[email protected]> - 0.10.0-1
- 0.10.0 upstream release

* Mon Jul 27 2020 Fedora Release Engineering <[email protected]> - 0.8.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Expand Down

0 comments on commit 25b6c9c

Please sign in to comment.