Skip to content

Commit

Permalink
Merge pull request #289 from TomasTomecek/0.10-release
Browse files Browse the repository at this point in the history
0.10.0 upstream release
  • Loading branch information
TomasTomecek authored Feb 6, 2023
2 parents 68df071 + cb1b751 commit 7af0d0f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 13 deletions.
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
10 changes: 0 additions & 10 deletions release-conf.yaml

This file was deleted.

8 changes: 6 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 1

[metadata]
name = ansible-bender
url = https://github.com/TomasTomecek/ansible-bender
url = "https://github.com/ansible-community/ansible-bender"
description = A tool which builds container images using Ansible playbooks
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -12,14 +12,18 @@ author_email = [email protected]
license = MIT
license_file = LICENSE
classifiers =
Development Status :: 4 - Beta
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development
Topic :: Utilities
keywords =
Expand Down

0 comments on commit 7af0d0f

Please sign in to comment.