Blame molecule.changes

cdd58a
-------------------------------------------------------------------
969cdf
Wed Apr 10 16:45:20 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
969cdf
969cdf
- update to 24.2.1:
969cdf
  Bugfixes
969cdf
  * Molecule uses ANSIBLE_FILTER_PLUGINS
969cdf
    (#4135 <https://github.com/ansible/molecule/pull/4135>)
969cdf
  * Set ANSIBLE_FORCE_COLOR sooner to fix missing color output in
969cdf
    tmux
969cdf
    (#4145 <https://github.com/ansible/molecule/pull/4145>)
969cdf
  * Fix symlinks creation in ansible provisioneer
969cdf
    (#4134 <https://github.com/ansible/molecule/pull/4134>)
969cdf
969cdf
-------------------------------------------------------------------
320cdf
Thu Mar 21 19:49:03 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
320cdf
320cdf
- ignore 5 tests that started to fail
320cdf
320cdf
-------------------------------------------------------------------
bb34a0
Thu Feb  8 18:00:55 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
bb34a0
bb34a0
- update to 24.2.0 (new naming scheme upstream):
bb34a0
  * Major Changes
bb34a0
    - Set Python 3.10 as minimum version (#4099) @cristianonicolai
bb34a0
  * Minor Changes
bb34a0
    - Adding molecule template based on driver.name (#4126)
bb34a0
      @mrbrandao
bb34a0
  * Bugfixes
bb34a0
    - Fix background color on matrix command (#4133) @ssbarnea
bb34a0
    - Fix python interpreter for scenario init (#4111) @dobbi84
bb34a0
    - Drivers command now display more information (#4112)
bb34a0
      @ssbarnea
bb34a0
    - Fix indents in Getting Started example playbook (#4104)
bb34a0
      @akira6592
bb34a0
    - Restructure documentation (#4102) @ssbarnea
bb34a0
bb34a0
-------------------------------------------------------------------
Bernhard M. Wiedemann a3248d
Wed Dec 13 14:40:56 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
Bernhard M. Wiedemann a3248d
Bernhard M. Wiedemann a3248d
- update to 6.0.3:
Bernhard M. Wiedemann a3248d
  * Bugfixes
Bernhard M. Wiedemann a3248d
    - Change molecule_inventory in podman example to remove ansible
Bernhard M. Wiedemann a3248d
      warning (#4086) @buckaroogeek
Bernhard M. Wiedemann a3248d
    - Update collection structure image in the docs (#4098)
Bernhard M. Wiedemann a3248d
      @ajinkyau
Bernhard M. Wiedemann a3248d
    - Enable ansible-lint (#4069) @ssbarnea
Bernhard M. Wiedemann a3248d
    - Correct git-archival settings (#4071) @ssbarnea
Bernhard M. Wiedemann a3248d
    - Docs: highlight importance of ansible_collections at root dir
Bernhard M. Wiedemann a3248d
      (#4060) @felher
Bernhard M. Wiedemann a3248d
    - Skip create step when created == true (#4038) @mluzarreta
Bernhard M. Wiedemann a3248d
    - Address ansible-lint reported issues (#4056) @muellerbe
Bernhard M. Wiedemann a3248d
    - Add podman driver option to podman config (#4062) @brandor5
Bernhard M. Wiedemann a3248d
    - Fix docker and podman examples to work with multiple
Bernhard M. Wiedemann a3248d
      platforms (#4068) @clickthisnick
Bernhard M. Wiedemann a3248d
    - Update docs to remove references to Docker being the default
Bernhard M. Wiedemann a3248d
      driver (#4065) @Qalthos
Bernhard M. Wiedemann a3248d
    - Fix forbidden implicit octal value (#4049) @jooola
Bernhard M. Wiedemann a3248d
    - Pin linkchecker version (#4050) @zhan9san
Bernhard M. Wiedemann a3248d
    - Update getting-started.md (#4030) @aogier
Bernhard M. Wiedemann a3248d
    - Address documentation username typo (#4031) @iamgini
Bernhard M. Wiedemann a3248d
- remove patch 4ab4f1c7_improve_test_names.patch that was taken
Bernhard M. Wiedemann a3248d
  from upstream originally and is included in this release
Bernhard M. Wiedemann a3248d
Bernhard M. Wiedemann a3248d
-------------------------------------------------------------------
1af230
Mon Nov 13 07:05:39 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
1af230
1af230
- add patch 4ab4f1c7_improve_test_names.patch
1af230
  https://github.com/ansible/molecule/commit/4ab4f1c76fca978485ba63c67c944c489277aa0d
1af230
  to fix the pytest failures due to test names and duplicates
1af230
1af230
-------------------------------------------------------------------
55a83b
Wed Sep  6 06:29:17 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
55a83b
55a83b
- update to 6.0.2:
55a83b
  * Bugfixes
55a83b
    - Update the getting started guide (#4023) @ajinkyau
55a83b
    - Update ansible-compat to v4.1.7 (#4022) @ajinkyau
55a83b
- drop Requires and BuildRequires that are no longer needed
55a83b
- add Requires for wcmatch >= 8.1.2
55a83b
- ignore some more pytest checks that cannot be run in OBS as they
55a83b
  required podman/docker etc.
55a83b
55a83b
-------------------------------------------------------------------
55a83b
Wed Sep  6 06:26:45 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
55a83b
55a83b
- update to 6.0.1:
55a83b
  * Bugfixes
55a83b
    - Pass environment in testinfra (#4014) @zhan9san
55a83b
    - fix: remove `role` from `init` help info (#4010) @chenrui333
55a83b
55a83b
-------------------------------------------------------------------
55a83b
Wed Sep  6 06:24:50 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
55a83b
55a83b
- update to 6.0.0:
55a83b
  * Major Changes
55a83b
    - Change current directory to scenario before running playbooks
55a83b
      (#3966) @ssbarnea
55a83b
    - Temporary disable support for external drivers (#3961)
55a83b
      @ssbarnea
55a83b
    - Reimplemented templating (init command) (#3959) @ssbarnea
55a83b
    - Remove ability to configure collections-path and roles-path
55a83b
      for dependency (#3956) @ssbarnea
55a83b
  * Minor Changes
55a83b
    - Allow molecule to list scenarios present under molecule
55a83b
      directory within a collection (#3989) @ajinkyau
55a83b
    - Avoid skipping create and destroy steps on delegated (#3949)
55a83b
      @ssbarnea
55a83b
  * Bugfixes
55a83b
    - Ignore scenarios in virtual envrionments (#3996) @ajinkyau
55a83b
    - Scaffold future docs structure (#3997) @cidrblock
55a83b
    - Update documentation (#3985) @ajinkyau
55a83b
    - Add example of integration with kubevirt (#3972) @jangel97
55a83b
    - Make pytest-testinfra as an optional dependency (#3982)
55a83b
      @ajinkyau
55a83b
    - Dependency installation directory is changed (#3980)
55a83b
      @zhan9san
55a83b
    - Avoid reinstalling dependencies (#3979) @zhan9san
55a83b
    - Remove constraints requirement files (#3981) @zhan9san
55a83b
    - Add example of using docker collection using default driver
55a83b
      (#3978) @zhan9san
55a83b
    - Update documentation (#3975) @ajinkyau
55a83b
    - Fix connection plugin name setting (#3957) @apatard
55a83b
    - Disable isolation from ansible-compat Runtime (#3962)
55a83b
      @ssbarnea
55a83b
    - Add example of using podman collection using default driver
55a83b
      (#3947) @ssbarnea
55a83b
    - Improve how executed commands are logged (#3948) @ssbarnea
55a83b
    - Make driver optional in molecule.yml file (#3946) @ssbarnea
55a83b
55a83b
-------------------------------------------------------------------
09bdbf
Mon Jun 26 05:10:13 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
09bdbf
09bdbf
- remove fix_ansible_compat.patch that is no longer needed
09bdbf
- update to 5.1.0:
09bdbf
  * Minor Changes
09bdbf
    - Ensure external drivers are installed (#3901) @apatard
09bdbf
    - Update dependency doc (#3916) @zhan9san
09bdbf
    - Improve documentation for upgrade scenario (#3899) @fauust
09bdbf
  * Bugfixes
09bdbf
    - Fix documentation links (#3940) @ssbarnea
09bdbf
    - Fix quoted strings templating (#3911) @samiam
09bdbf
    - Adds Support for Shell Type Instance Param to Delegated
09bdbf
      Driver (#3932) @zollo
09bdbf
    - Fix dead link in documentation (#3923) @rtakasuke
09bdbf
    - Use backwards incompatible change from ansible-compat 4.0.1
09bdbf
      (#3904) @asmacdo
09bdbf
09bdbf
-------------------------------------------------------------------
4ce362
Mon May 22 13:30:53 UTC 2023 - Lukas Müller <expeehaa@outlook.com>
4ce362
4ce362
- Add fix_ansible_compat.patch from upstream pull request to fix
4ce362
  compatibility with python-ansible-compat v4.
4ce362
4ce362
-------------------------------------------------------------------
f868a2
Tue May 16 09:18:43 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
f868a2
f868a2
- modify %if-condition to allow building for python3.10 or
f868a2
  python3.11 on SLES15
f868a2
f868a2
-------------------------------------------------------------------
f868a2
Wed May 10 07:23:47 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
f868a2
f868a2
- update to 5.0.1:
f868a2
  * Bugfixes
f868a2
    - Avoid using incompatible ansible-compat version (#3906)
f868a2
      @ssbarnea
f868a2
    - Fix tree example in use case document (#3894) @akira6592
f868a2
    - Use api to get driver schema file (#3898) @apatard
f868a2
    - Add subprocess-run-check (#3896) @Ruchip16
f868a2
    - Add unidiomatic-typecheck check (#3893) @Ruchip16
f868a2
    - Add unnecessary-lambda check (#3892) @Ruchip16
f868a2
    - Address ruff S, EXE skips (#3889) @ssbarnea
f868a2
    - More ruff fixes (#3887) @ssbarnea
f868a2
    - Fix colors when displaying plugin versions (#3886) @ssbarnea
f868a2
    - Add raise-missing-from rule (#3885) @Ruchip16
f868a2
    - Add no-else-return, no-else-raise & logging-not-lazy check
f868a2
      (#3884) @Ruchip16
f868a2
    - Add implicit-str-concat & inconsistent-return-statements
f868a2
      check (#3882) @Ruchip16
f868a2
f868a2
-------------------------------------------------------------------
f868a2
Wed May 10 06:49:25 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
f868a2
f868a2
- update to 5.0.0:
f868a2
  * Major Changes
f868a2
    - Remove lint command (#3802) @ssbarnea
f868a2
  * Minor Changes
f868a2
    - Add tags document (#3866) @zhan9san
f868a2
    - Replace sphinx documentation with mkdocs (#3811) @ssbarnea
f868a2
    - Require ansible-core>=2.12.10 (#3799) @ssbarnea
f868a2
    - Remove support for python3.8 (#3770) @ssbarnea
f868a2
    - Adopt PEP-621 for packaging (#3767) @ssbarnea
f868a2
  * Bugfixes
f868a2
    - Refactor dependency locks (#3879) @ssbarnea
f868a2
    - Add consider-using-in check (#3880) @Ruchip16
f868a2
    - Extend schema validation (#3765) @zhan9san
f868a2
    - fix link to monorepo under faq (#3863) @ahmedwonolo
f868a2
    - Fix documentation (#3833) @ziegenberg
f868a2
    - Documentation: Improve group names (#3812) @ltog
f868a2
    - Better indentation in verify template (#3816) @muellerbe
f868a2
    - Replace sphinx documentation with mkdocs (#3811) @ssbarnea
f868a2
    - Remove embedded dockerfile (#3824) @ssbarnea
f868a2
    - Upgrade linters (#3813)
f868a2
    - Add support for custom driver name (#3795) @gciavarrini
f868a2
    - Document molecule-plugins package (#3805) @ssbarnea
f868a2
    - Update test dependencies (#3800) @ssbarnea
f868a2
    - Fix rpm building (#3798) @ssbarnea
f868a2
    - Reorder heading and reformat badges (#3778) @mamercad
f868a2
    - Fixed typo in docs/ci.rst (#3796) @mitchellroe
f868a2
    - Bump test dependencies (#3797) @ssbarnea
f868a2
  * Deprecations
f868a2
    - Remove lint command (#3802) @ssbarnea
f868a2
- drop patch skip-broken-test.patch
f868a2
f868a2
-------------------------------------------------------------------
f868a2
Mon May  8 13:47:59 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
f868a2
f868a2
- add macro definitions to allow building for SLES15 with
f868a2
  python3.11 instead of python3
f868a2
f868a2
-------------------------------------------------------------------
b9e9bc
Sun Jan 29 15:48:17 UTC 2023 - Lukas Müller <expeehaa@outlook.com>
b9e9bc
b9e9bc
- Disable deprecation warnings and tests requiring internet connection.
b9e9bc
- Update to version 4.0.4.
b9e9bc
  Changelog: https://github.com/ansible-community/molecule/releases/tag/v4.0.4
b9e9bc
  * Allow side_effect and verify to have parameters (#3730) @ehartmann
b9e9bc
  * Fix running tox:dockerfile with docker secretservice enabled (#3764) @zeitounator
b9e9bc
  * Add some FQCNs (#3750) @muellerbe
b9e9bc
  * Accept any string for "network_mode" in molecule.json schema (#3725) @fredflev
b9e9bc
  * Fix moved libera channel (#3727) @staticdev
b9e9bc
  * Add "default" as a valid docker "network_mode" in molecule.json schema (#3724) @fredflev
b9e9bc
  * JSON Schema: Allow additionalProperties in ProvisionerConfigOptionsSshConnectionModel (#3721) @fredflev
b9e9bc
  * Help messages when config does not match state file (#3713) @scottalreadytaken
b9e9bc
  * Re-add credentials to Docker registry schema (#3706) @TheLastProject
b9e9bc
  Changes from version 4.0.3:
b9e9bc
  Changelog: https://github.com/ansible-community/molecule/releases/tag/v4.0.3
b9e9bc
  * Add support for cgroupns_mode (#3700) @zhan9san
b9e9bc
  * Platform env expects a dict of vars (#3690) @zeitounator
b9e9bc
  * Support ANSIBLE_COLLECTIONS_PATH environment var (#3681) @nre-ableton
b9e9bc
  * Fix schema (#3687) @jsf9k
b9e9bc
  * Bump ansible-compat from 2.2.0 to 2.2.1 (#3670)
b9e9bc
  Changes from version 4.0.2:
b9e9bc
  Changelog: https://github.com/ansible-community/molecule/releases/tag/v4.0.2
b9e9bc
  * Use FQCN at any point I found (#3680) @muellerbe
b9e9bc
  * Schema fix (#3671) @apatard
b9e9bc
  * Adopt molecule config JSON schema (#3668) @ssbarnea
b9e9bc
  * Replace cerberus with jsonschema for configuration validation (#3638) @zhan9san
b9e9bc
  * Downgrade log level when linking Ansible variables (#3646) @sleiner
b9e9bc
  Changes from version 4.0.1:
b9e9bc
  Changelog: https://github.com/ansible-community/molecule/releases/tag/v4.0.1
b9e9bc
  * Add support for Python 3.11 (#3621) @ssbarnea
b9e9bc
  * Added clarifications about customizing docker images (#3604) @timblaktu
b9e9bc
  * Fix undocumented env vars (#3600) @gardar
b9e9bc
  * Document description for action arguments (verify and side_effect) (#3605) @amarao
b9e9bc
  Changes from version 4.0.0:
b9e9bc
  Full Changelog: https://github.com/ansible-community/molecule/releases/tag/v4.0.0
b9e9bc
  * Removed mol command line alias (#3457) @ssbarnea
b9e9bc
  * Remove ansible and ansible-base extras (#3395) @ssbarnea
b9e9bc
  * Remove support for py36 and py37 (#3436) @ssbarnea
b9e9bc
  * Allow bypassing role name checking (#3549) @zhan9san
b9e9bc
  * Add support for MOLECULE_PLATFORM_NAME (#3416) @zhan9san
b9e9bc
  * Add args for verify and side_effect actions (#3467) @amarao
b9e9bc
  * Enable packit rpm building for Fedora 35 (#3456) @ssbarnea
b9e9bc
  * Remove ansible and ansible-base extras (#3395) @ssbarnea
b9e9bc
b9e9bc
-------------------------------------------------------------------
cdd58a
Tue Jul 26 21:44:46 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
cdd58a
cdd58a
- Disable tests on Leap.
cdd58a
cdd58a
-------------------------------------------------------------------
cdd58a
Mon Jun 20 16:27:59 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
cdd58a
cdd58a
- Add patch to skip a broken test in TW with Python 3.10.
cdd58a
cdd58a
-------------------------------------------------------------------
cdd58a
Thu Apr 28 16:06:03 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
cdd58a
cdd58a
- Create initial package.