[ansible-devel] Release Announcement: Ansible community package 8.7.0

2023-12-06 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of the Ansible 8.7.0 package!

Ansible 8.7.0 includes ansible-core 2.15.7 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.

How to get it
--

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==8.7.0 --user`

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/90/25/55e09468efe564f3b48c47a7e082bd84d4f0d064af60ac8458eba4667994/ansible-8.7.0.tar.gz

SHA256:

3a5ca5152e4547d590e40b542d76b18dbbe2b36da4edd00a13a7c51a374ff737

Wheel package:

https://files.pythonhosted.org/packages/b4/1a/c88115997ce826c402d63da78bcbf5183a1ffe23308898eafedc5db9a8aa/ansible-8.7.0-py3-none-any.whl

SHA256:

fa7d3bc2dfdb0ab031df645814ff86b15cb5ec041bfbee4041f795abfa5646ca

Some important details


This release includes the mitigation of security issue CVE-2023-5764.
See the porting guide below for details.

Python wheels are now available for both Ansible 8 and ansible-core
2.15, resulting in significantly improved installation performance.

In addition, Ansible 8 does not install some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 8
unified changelog will have an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst

For collections which have not opted-in to the unified changelog, you
may find more information on

https://docs.ansible.com/ansible/latest/collections

source repository. For example, the community.crypto collection is
available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the
"Repository(Sources)" button.

The changelog for ansible-core 2.15.7 installed by this release of
Ansible 8 can be found here:

https://github.com/ansible/ansible/blob/v2.15.7/changelogs/CHANGELOG-v2.15.rst

What's the schedule for new Ansible releases after 8.7.0?

This is the final release for Ansible 8 series. The next release
roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

>From now on, the Ansible community package release schedule will
follow the Ansible Core release schedule, including (for example)
delays for holidays. This means Ansible releases happen every four
weeks through most of the year, but release dates may be delayed when
Ansible Core release is.

For the upcoming holiday season, this means that there will be no
Ansible release in early January 2024, but instead on January 30th,
2024.

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn

Join the new Ansible Community Forum to follow along and participate
in all the project and release related discussions and
announcements. Feel free to share your thoughts, feedback, ideas and concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
--

A unified porting guide for collections that have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_8.html

Getting collection updates from Ansible 8 with older releases of ansible-core
-

Ansible 8 includes ansible-core 2.15 Based on your requirements,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 8 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/main/8/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

Special Thanks
-

We would like to give a shoutout with a big THANK YOU to Felix Fontein
and Don Naro for making this release happen!

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 

[ansible-devel] Release announcement: Ansible Community Package 9.0.1

2023-11-21 Thread Anwesha Das
Hello everyone,

We’re happy to announce the release of Ansible 9.0.1!

This bugfix release was created to fix the Python package metadata in
`setup.cfg` to require Python `>=3.10` to ensure that `pip install ansible`
still works on older Python versions.
Thanks to Jeremy Cornett for reporting this issue!

This release contains the latest version of ansible-core
2.16 and includes a curated set of Ansible collections that provide a
vast number of modules and plugins.

ansible-core is a required dependency, not contained within the
ansible packages.

How to get it?
This release is available on [PyPI](https://pypi.org/project/ansible/)
and can be installed with pip:

$ python3 -m pip install ansible==9.0.1 --user

The source and the wheel for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/19/17/5da525931b5867b4f542c1ef1cdc5b55d28948da7eadf650d9f0f75df0ca/ansible-9.0.1.tar.gz

SHA256:

cc06c251f142837cf540b7977724596a94f3d0fe9da9619175e9de6539cd0705

Wheel package:

https://files.pythonhosted.org/packages/e5/9a/d8e83a8f64f208eeaf84f45358d85302efc14ff7c60c4c9d792c3d275155/ansible-9.0.1-py3-none-any.whl

SHA256:

4e758da22ff7a95ed2ab30cef12860407be68f65527af66a5b828739f634415a

Some important details
Python wheels are available for both Ansible 9.0.1 and ansible-core 2.16.0

In addition, Ansible 9 does not install some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 9
unified changelog will have an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/9.0.1/9/CHANGELOG-v9.rst

For collections which have not opted-in to the unified changelog, you
may find more information on

https://docs.ansible.com/ansible/latest/collections

or the collection source repository. For example, the community.crypto
collection is available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the
“Repository (Sources)” button.

The changelog for ansible-core 2.16 installed by this release of
Ansible 9 can be found here:

https://github.com/ansible/ansible/blob/v2.16.0/changelogs/CHANGELOG-v2.16.rst

What’s the schedule for new Ansible releases after 9.0.1?
The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe:

https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn

Join the new Ansible Community Forum to follow along and participate
in all the discussions and release related discussions and
announcements. Feel free to share your thoughts, ideas and concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
A unified porting guide for collections that have opted-in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html

Getting collection updates from Ansible 9 with older releases of ansible-core
Ansible 9 includes ansible-core 2.16 Based on your requirements, you
can get collection updates as they ship in the Ansible “batteries
included” package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 9 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/9.0.1/9/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

“ansible-galaxy collection install -r galaxy-requirements.yaml”

Special Thanks
We would like to give a shoutout with a big THANK YOU to Maxwell and
the Release Management Working Group for making this release happen!

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evhEkaH-JSRgTL0hiSqmrODVzRxB8%3D09Y8t5BAJdfst97w%40mail.gmail.com.


[ansible-devel] Release announcement: Ansible Community Package 9.0.0

2023-11-21 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of Ansible 9.0.0!

This pre-release version contains the latest version of ansible-core
2.16 and includes a curated set of Ansible collections that provides a
vast number of modules and plugins.

ansible-core is a required dependency, not contained within the
ansible packages.

How to get it?
--

[This release is available on
PyPI](https://pypi.org/project/ansible/9.0.0/) and can be installed
with pip:

`$ python3 -m pip install ansible==9.0.0 --user`

The source and the wheel for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/28/b7/44c7823f0342b358d3eca451a49c88a1ae7ce1724c9503290de9b04e09f3/ansible-9.0.0.tar.gz

SHA256:

c337b6f31187baffe7d289f4eaefb89bb34a3aae56dda6e1e8e61e4ae405cb3a

Wheel package:

https://files.pythonhosted.org/packages/cb/3a/f4c07cb9aac56d1e4b1b329c3ef7359feec00cedf22a2ef019df7edf74b7/ansible-9.0.0-py3-none-any.whl

SHA256:

e5fd9eeca38d0241ccd414302df2aa0937aaac060aeb150aa9bcc8016a194ad3

Some important details
---

Python wheels are available for both Ansible 9.0.0 and ansible-core 2.16.0.

In addition, Ansible 9 does not install some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 9
unified changelog will have an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/main/9.0.0/CHANGELOG-v9.rst

For collections which have not opted-in to the unified changelog, you
may find more information on

https://docs.ansible.com/ansible/latest/collections

or the collection source repository. For example, the community.crypto
collection is available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the
"Repository (Sources)" button.

The changelog for ansible-core 2.16 installed by this release of
Ansible 9 can be found here:

https://github.com/ansible/ansible/blob/v2.16.0/changelogs/CHANGELOG-v2.16.rst


What's the schedule for new Ansible releases after 9.0.0?
-

The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe:

https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn


Join the new Ansible Community Forum to follow along and participate
in all the discussions and release related discussions and
announcements. Feel free to share your thoughts, ideas and concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
-

A unified porting guide for collections that have opted-in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html


Getting collection updates from Ansible 9 with older releases of ansible-core


Ansible 9 includes ansible-core 2.16 Based on your requirements, you
can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 9 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/9.0.0/9/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

Special Thanks
-

We would like to give a shoutout with a big THANK YOU to the Maxwell
and Release Management Working Group for making this release happen!

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evhurnShZsHCpm-QqV7d9HaP6DNrUPQ0w96RDyne0kYz-A%40mail.gmail.com.


[ansible-devel] Re: Release announcement: Ansible Community Package 9.0.0rc1 (Pre-Release)

2023-11-14 Thread Anwesha Das
Hello everyone,

There is a typo in my previous email, this is a RC1 (Release Candidate
1) release and not Alpha release.

Sorry for the typo and the confusion.

Cheers
Anwesha

On Tue, Nov 14, 2023 at 5:41 PM Anwesha Das  wrote:
>
> Hello everyone,
>
> We're happy to announce the Alpha release of Ansible 9.0.0rc1!
>
> This pre-release version contains the latest version of ansible-core
> 2.16 and includes a curated set of Ansible collections that provides a
> vast number of modules and plugins.
>
> ansible-core is a required dependency, not contained within the
> ansible packages.
>
> How to get it?
> --
>
> This release is available on PyPI and can be installed with pip:
>
> `$ python3 -m pip install ansible==9.0.0rc1 --user`
>
> The source and the wheel for this release can be found here:
>
> Release tarball:
>
> https://files.pythonhosted.org/packages/cc/6a/e0ed75032e025e89d78797d993e29b8cf68faba2aeed7d06582aeb5c1224/ansible-9.0.0rc1.tar.gz
>
> SHA256:
>
> 7a87375fe0931de65ed025fac4b0c760c80453959f1e7254b0584019d6e8ac47
>
> Wheel package:
>
> https://files.pythonhosted.org/packages/d9/77/24379b1e81f70ee3439159bef637c5642827c94a197a2286ec10d2a831ba/ansible-9.0.0rc1-py3-none-any.whl
>
> SHA256:
>
> 404b49c79f8bebc7e007930cdc2eca5590f562a6f11cb24f8ee3755b0ff747b5
>
> Some important details
> ---
>
> Python wheels are available for both Ansible 9.0.0rc1 and ansible-core 2.16.
>
> In addition, Ansible 9 no longer installs some unnecessary files from
> the included Ansible collections such as tests or hidden files and
> directories. This further improves installation performance and
> reduces the size on disk. These files are still available in the
> source tarball if needed.
>
> Collections which have opted-in to being a part of the Ansible 9
> unified changelog will have an entry on this page:
>
> For collections which have not opted-in to the unified changelog, you
> may find more information on
> https://docs.ansible.com/ansible/latest/collections or the collection
> source repository. For example, the community.crypto collection is
> available at 
> https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html
> and you can find a link to the source repository under the
> "Repository(Sources)" button.
>
> The changelog for ansible-core 2.16 installed by this release of
> Ansible 9 can be found here:
>
> https://github.com/ansible/ansible/blob/v2.16.0/changelogs/CHANGELOG-v2.16.rst
>
>
> What's the schedule for new Ansible releases after 9.0.0rc1?
> -
>
> The next release roadmap can be found at
> https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html
>
> Subscribe to the Bullhorn for all future release dates, announcements,
> and Ansible contributor community news.
>
> Visit this link to subscribe: https://bit.ly/subscribe-bullhorn
>
> You can find all past Bullhorn issues on the official wiki page:
>
> https://github.com/ansible/community/wiki/News#the-bullhorn
>
>
> Join the new Ansible Community Forum to follow along and participate
> in all the discussions and release related discussions and
> announcements. Feel free to share your thoughts, ideas and concerns
> there.
>
> Register here to join the Ansible Forum:
>
> https://forum.ansible.com
>
> Porting Help
> -
>
> A unified porting guide for collections that have opted-in is available here:
>
> https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html
>
>
> Getting collection updates from Ansible 9 with older releases of ansible-core
> 
>
> Ansible 9 includes ansible-core 2.16 Based on your requirements, you
> can get collection updates as they ship in the Ansible "batteries
> included" package while continuing to use older versions of
> ansible-core.
>
> An ansible-galaxy requirements file based on the collections from
> Ansible 9 has been made available for this use case:
>
> https://github.com/ansible-community/ansible-build-data/blob/main/9/galaxy-requirements.yaml
>
> After you download the requirements file, the collections can be
> installed by running this command:
>
> "ansible-galaxy collection install -r galaxy-requirements.yaml"
>
> Special Thanks
> -
>
> We would like to give a shoutout with a big THANK YOU to felixfontein
> and `Ansible Release Management Working Group` for making this release
> happen!
>
> On behalf of the Ansible 

[ansible-devel] Release announcement: Ansible Community Package 9.0.0rc1 (Pre-Release)

2023-11-14 Thread Anwesha Das
Hello everyone,

We're happy to announce the Alpha release of Ansible 9.0.0rc1!

This pre-release version contains the latest version of ansible-core
2.16 and includes a curated set of Ansible collections that provides a
vast number of modules and plugins.

ansible-core is a required dependency, not contained within the
ansible packages.

How to get it?
--

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==9.0.0rc1 --user`

The source and the wheel for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/cc/6a/e0ed75032e025e89d78797d993e29b8cf68faba2aeed7d06582aeb5c1224/ansible-9.0.0rc1.tar.gz

SHA256:

7a87375fe0931de65ed025fac4b0c760c80453959f1e7254b0584019d6e8ac47

Wheel package:

https://files.pythonhosted.org/packages/d9/77/24379b1e81f70ee3439159bef637c5642827c94a197a2286ec10d2a831ba/ansible-9.0.0rc1-py3-none-any.whl

SHA256:

404b49c79f8bebc7e007930cdc2eca5590f562a6f11cb24f8ee3755b0ff747b5

Some important details
---

Python wheels are available for both Ansible 9.0.0rc1 and ansible-core 2.16.

In addition, Ansible 9 no longer installs some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 9
unified changelog will have an entry on this page:

For collections which have not opted-in to the unified changelog, you
may find more information on
https://docs.ansible.com/ansible/latest/collections or the collection
source repository. For example, the community.crypto collection is
available at 
https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html
and you can find a link to the source repository under the
"Repository(Sources)" button.

The changelog for ansible-core 2.16 installed by this release of
Ansible 9 can be found here:

https://github.com/ansible/ansible/blob/v2.16.0/changelogs/CHANGELOG-v2.16.rst


What's the schedule for new Ansible releases after 9.0.0rc1?
-

The next release roadmap can be found at
https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn


Join the new Ansible Community Forum to follow along and participate
in all the discussions and release related discussions and
announcements. Feel free to share your thoughts, ideas and concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
-

A unified porting guide for collections that have opted-in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html


Getting collection updates from Ansible 9 with older releases of ansible-core


Ansible 9 includes ansible-core 2.16 Based on your requirements, you
can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 9 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/main/9/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

Special Thanks
-

We would like to give a shoutout with a big THANK YOU to felixfontein
and `Ansible Release Management Working Group` for making this release
happen!

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8eviePpxyQqSrmPEaeT2VPny39b%3DgNgR-V7kgu8oZ25zK7g%40mail.gmail.com.


[ansible-devel] Release announcement : Ansible Community Package 9.0.0a3 (Pre Release)

2023-10-17 Thread Anwesha Das
Hello everyone,

We're happy to announce the Alpha release of Ansible 9.0.0a3!

This pre-release version contains the latest version of ansible-core
2.16 and includes a curated set of Ansible collections that provides a
vast number of modules and plugins.

ansible-core is a required dependency, not contained within the
ansible packages.

How to get it?
--

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==9.0.0a3 --user`

The source and the wheel for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/ef/48/6663f8b254906341c3e4ecf2acf5d6bcd32fc803e4f83a816668bc071570/ansible-9.0.0a3.tar.gz

SHA256:

0ecdc1f75044b8518b099cfe98708141f257cd9857f88624fddbbb51b3e816c7

Wheel package:

https://files.pythonhosted.org/packages/46/99/b5c73c28ddd890abd94b0a6af86ef508d602381bc8953146d4f909cbc7d3/ansible-9.0.0a3-py3-none-any.whl

SHA256:

dec7a0875f58bbdbad330fd7aa420a5fb74af08e0df7a9a7ef9af364e3a3f7ee

Some important details
---

Python wheels are available for both Ansible 9.0.0a3 and ansible-core 2.16.

In addition, Ansible 9 no longer installs some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 9
unified changelog will have an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/main/9/CHANGELOG-v9.rst

For collections which have not opted-in to the unified changelog, you
may find more information on

https://docs.ansible.com/ansible/latest/collections

or the collection source repository. For example, the community.crypto
collection is available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html
and you can find a link to the source repository under the
"Repository(Sources)" button.

The changelog for ansible-core 2.16 installed by this release of
Ansible 9 can be found here:

https://github.com/ansible/ansible/blob/v2.16.0rc1/changelogs/CHANGELOG-v2.16.rst


What's the schedule for new Ansible releases after 9.0.0a3?
-

The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe:

https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn


Join the new Ansible Community Forum to follow along and participate
in all the discussions and release related discussions and
announcements. Feel free to share your thoughts, ideas and concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
-

A unified porting guide for collections that have opted-in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html


Getting collection updates from Ansible 9 with older releases of ansible-core


Ansible 9 includes ansible-core 2.16 Based on your requirements, you
can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 9 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/main/9/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evh9vQwUg%3DiCb3HhbD8HsHaFam53_sUWWj35D13r-MskGg%40mail.gmail.com.


[ansible-devel] Release announcement : Ansible Community Package 8.5.0

2023-10-11 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of the Ansible 8.5.0 package!

Ansible 8.5.0 includes ansible-core 2.15.5 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.

How to get it
--

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==8.5.0 --user`

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/37/6e/53718ca07b7c46ac4777f9d1b13480cbe0b04f6a686c8436029f00ce25be/ansible-8.5.0.tar.gz

SHA256:

327c509bdaf5cdb2489d85c09d2c107e9432f9874c8bb5c0702a731160915f2d

Wheel package:

https://files.pythonhosted.org/packages/08/a2/35c6110299306db0495b61c57d24d042f57858923fbb1bee85347c1ed8bc/ansible-8.5.0-py3-none-any.whl

SHA256:

2749032e26b0dbc9a694528b85fd89e7f950b8c7b53606f17dd997f23ac7cc88

Some important details


Python wheels are now available for both Ansible 8 and ansible-core
2.15 resulting in significantly improved installation performance.

In addition, Ansible 8 no longer installs some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 8
unified changelog will have an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst

For collections which have not opted-in to the unified changelog, you
may find more information on

https://docs.ansible.com/ansible/latest/collections

source repository. For example, the community.crypto collection is
available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the
"Repository(Sources)" button.

The changelog for ansible-core 2.15.5 installed by this release of
Ansible 8 can be found here:

https://github.com/ansible/ansible/blob/v2.15.5/changelogs/CHANGELOG-v2.15.rst

What's the schedule for new Ansible releases after 8.5.0?


The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn

Join the new Ansible Community Forum to follow along and participate
in all the project and release related discussions and
announcements. Feel free to share your thoughts, feedback, ideas and concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
--

A unified porting guide for collections that have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_8.html

Getting collection updates from Ansible 8 with older releases of ansible-core
-

Ansible 8 includes ansible-core 2.15 Based on your requirements,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 8 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/main/8/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8eviOjoRXM3%2BkLR%2B_o0YSFw3x8RN66MSPzTKzRXUcKbDAKw%40mail.gmail.com.


[ansible-devel] Release announcement : Ansible Community Package 9.0.0a2 (Pre Release)

2023-10-05 Thread Anwesha Das
Hello everyone,

We're happy to announce the Alpha release of Ansible 9.0.0a2!

This pre-release version contains the latest version of ansible-core
2.16 and includes a curated set of Ansible collections that provides a
vast number of modules and plugins.

ansible-core is a required dependency, not contained within the
ansible packages.

How to get it?
--

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==9.0.0a2 --user`

The source and the wheel for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/52/a5/40ee791afdd11d3ff9d208476f22cfacb2cceebcb3d315886e067d7f2b66/ansible-9.0.0a2.tar.gz

SHA256:

467b0ff0b6004d8e6f0980f8b60eb23c2641620596b1fb8bac1f67b645584857

Wheel package:

https://files.pythonhosted.org/packages/19/3a/b40603905d5680d706588a3859ecd44be5107fa46a6066fa76a49aef0394/ansible-9.0.0a2-py3-none-any.whl

SHA256:

b4a0f99566c1acb72aacbda288622fd5716ae1138eca8528b54e2dcff75f11d0

Some important details
---

Python wheels are available for both Ansible 9.0.0a2 and ansible-core 2.16.

In addition, Ansible 9 no longer installs some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 9
unified changelog will have an entry on this page:

For collections which have not opted-in to the unified changelog, you
may find more information on
https://docs.ansible.com/ansible/latest/collections or the collection
source repository. For example, the community.crypto collection is
available at 
https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html
and you can find a link to the source repository under the
"Repository(Sources)" button.

The changelog for ansible-core 2.16 installed by this release of
Ansible 9 can be found here:

https://github.com/ansible/ansible/blob/v2.16.0b1/changelogs/CHANGELOG-v2.16.rst


What's the schedule for new Ansible releases after 9.0.0a2?
-

The next release roadmap can be found at
https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn


Join the new Ansible Community Forum to follow along and participate
in all the discussions and release related discussions and
announcements. Feel free to share your thoughts, ideas and concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
-

A unified porting guide for collections that have opted-in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html


Getting collection updates from Ansible 9 with older releases of ansible-core


Ansible 9 includes ansible-core 2.16 Based on your requirements, you
can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 9 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/main/9/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evikjh%2BCshSS%3DOzPMwit%2By6bHhNp9hgPWpvfYtNjtZhtBA%40mail.gmail.com.


[ansible-devel] Release announcement : Ansible Community Package 9.0.0a1 (Pre Release)

2023-09-28 Thread Anwesha Das
Hello everyone,

We're happy to announce the Alpha release of Ansible 9.0.0a1!

This pre-release version contains the latest version of ansible-core
2.16 and includes a curated set of Ansible collections that provides a
vast number of modules and plugins.

ansible-core is a required dependency, not contained within the
ansible packages.

How to get it?
--

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==9.0.0a1 --user`

The source and the wheel for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/db/95/f3374b1a1c1bd6b406619cccf9d7c3db34f09609eb078508e910c2a00634/ansible-9.0.0a1.tar.gz

SHA256:

f6195805d610810a91741ea0f2c809919c00b2653bd50704785fa7dfcf86fb0b

Wheel package:

https://files.pythonhosted.org/packages/b4/99/c25e4a329276dfd5207f9db09e95e3fc9978a8a3c15f9e78fbac48100b2e/ansible-9.0.0a1-py3-none-any.whl

SHA256:

43008ee301b8f4968a638c05d07423312700d54fabd4d33114c33b3f50774ba9

Some important details
---

Python wheels are available for both Ansible 9.0.0a1 and ansible-core 2.16.

In addition, Ansible 9 no longer installs some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 9
unified changelog will have an entry on this page:

For collections which have not opted-in to the unified changelog, you
may find more information on
https://docs.ansible.com/ansible/latest/collections or the collection
source repository. For example, the community.crypto collection is
available at 
https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html
and you can find a link to the source repository under the
"Repository(Sources)" button.

The changelog for ansible-core 2.16 installed by this release of
Ansible 9 can be found here:

https://github.com/ansible/ansible/blob/v2.16.0b1/changelogs/CHANGELOG-v2.16.rst


What's the schedule for new Ansible releases after 9.0.0a1?
-

The next release roadmap can be found at
https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn


Join the new Ansible Community Forum to follow along and participate
in all the discussions and release related discussions and
announcements. Feel free to share your thoughts, ideas and concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
-

A unified porting guide for collections that have opted-in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html


Getting collection updates from Ansible 9 with older releases of ansible-core


Ansible 9 includes ansible-core 2.16 Based on your requirements, you
can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 9 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/main/9/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evhOn%3DW7E8aEc5-hDGTLcQXH3K0b%3DtnJ4mjX1ZcwYS5tGg%40mail.gmail.com.


[ansible-devel] Release announcement : Ansible Community Package 8.4.0

2023-09-12 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of the Ansible 8.4.0 package!

Ansible 8.4.0 includes ansible-core 2.15.4 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.

How to get it
--

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==8.4.0 --user`

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/06/27/9889d6cb25bc347d7e811e8a4e6fb568537e038ac0a73e6f48d2b4aea1e4/ansible-8.4.0.tar.gz

SHA256:

f33c492690592fad12684e9897f6de2da15c9f6e1ecb79137703a06470af2ce6

Wheel package:

https://files.pythonhosted.org/packages/4f/7d/de88451cb4b7cda10eebf94b448fdae6a6feb8719e735c135994ef312f17/ansible-8.4.0-py3-none-any.whl

SHA256:

d601d89a4306934e7c0aae05195fd72c0719287fde165982d0ebac282b4280f1

Some important details


Python wheels are now available for both Ansible 8 and ansible-core
2.15.4 resulting in significantly improved installation performance.

In addition, Ansible 8 no longer installs some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 8
unified changelog will have an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst

For collections which have not opted-in to the unified changelog, you
may find more information on

https://docs.ansible.com/ansible/latest/collections

source repository. For example, the community.crypto collection is
available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the
"Repository(Sources)" button.

The changelog for ansible-core 2.15.4 installed by this release of
Ansible 8 can be found here:

https://github.com/ansible/ansible/blob/v2.15.4/changelogs/CHANGELOG-v2.15.rst

What's the schedule for new Ansible releases after 8.4.0?


The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn

Now we have the new Ansible Community Forum, a single starting point
for questions and help, development discussions, events, and to
connect with the users, contributors and developers.

Register here to join us! :

https://forum.ansible.com

Porting Help
--

A unified porting guide for collections that have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_8.html

Getting collection updates from Ansible 8 with older releases of ansible-core
-

Ansible 8 includes ansible-core 2.15. Based on your requirements,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 8 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/main/8/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evhr5xQujb7Ky%2BzT1nZD-hMw9sRuoEvNYS-H1Q3g_-xWFQ%40mail.gmail.com.


[ansible-devel] Release announcement : Ansible Community Package 8.3.0

2023-08-15 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of the Ansible 8.3.0 package!

Ansible 8.3.0 includes ansible-core 2.15.3 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.

How to get it
-

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==8.3.0 --user`

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/3b/e5/ce68986eae98f0ef98120c4e77e3ef6420f4cec1bbdbfb778238d09e40aa/ansible-8.3.0.tar.gz

SHA256:

5e58001d7d6dc33e5d156ca343883b613ec988f69364b0a43f7124fe4b5be2f2

Wheel package:

https://files.pythonhosted.org/packages/68/a7/101e0ae83e4932a0e9c6e5db2d3088e3273198a78677eccd4d432f06dfa3/ansible-8.3.0-py3-none-any.whl

SHA256:

f36b6f809743a4bca4c969178c7f4e0a960b2922c6c93ae12c08846e3acddc5a

Some important details
--

Python wheels are now available for both Ansible 8 and ansible-core
2.15.3 resulting in significantly improved installation performance.

In addition, Ansible 8 no longer installs some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 8
unified changelog will have an entry on this page:
https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst

For collections which have not opted-in to the unified changelog, you
may find more information on
https://docs.ansible.com/ansible/latest/collections or the collection
source repository. For example, the community.crypto collection is
available at 
https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html
and you can find a link to the source repository under the
"Repository(Sources)" button.

The changelog for ansible-core 2.15.3 installed by this release of
Ansible 8 can be found here:
https://github.com/ansible/ansible/blob/v2.15.2/changelogs/CHANGELOG-v2.15.rst


What's the schedule for new Ansible releases after 8.3.0?
-

The next release roadmap can be found at
https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:
https://github.com/ansible/community/wiki/News#the-bullhorn

Porting Help


A unified porting guide for collections that have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_8.html

Getting collection updates from Ansible 8 with older releases of ansible-core
-

Ansible 8 includes ansible-core 2.15.3. Based on your requirements,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 8 has been made available for this use case:



After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evh2Xv%2Bg453OYyE9K%2BNmJO%3DeXhSBuNH2Fv6Nhd4Qsg8%3D6A%40mail.gmail.com.


[ansible-devel] Release announcement : Ansible Community Package 8.1.0

2023-06-22 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of the Ansible 8.1.0 package!

Ansible 8.1.0 includes ansible-core 2.15.1 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.

How to get it
-

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==8.1.0 --user`

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/87/d7/322dd9d88261e56862ade2f9b9c125d0de648857e755d7177500272d2e05/ansible-8.1.0.tar.gz

SHA256:

91f20b5bfcf5f298533c174a93881e00bc9e6b41411464f44c054a38d716a56a

Wheel package:

https://files.pythonhosted.org/packages/01/43/b5620e57e14a84d9bf257ba4797c2abfa13f7c3be04bc8cd35f86d2e6a2d/ansible-8.1.0-py3-none-any.whl

SHA256:

3bcfb06f2d65edc1c4876df33a52d4469d48d4fe534f1d8ffa196f1b0d81ab0e

Some important details
---

Python wheels are now available for both Ansible 8 and ansible-core
2.15.x, resulting in significantly improved installation performance.

In addition, Ansible 8 no longer installs some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories to further improve installation performance and reduce the
size on disk. These files are still available in the source tarball if
necessary.

The changelog for ansible-core 2.15.1 installed by this release of
Ansible 8 can be found here:
https://github.com/ansible/ansible/blob/v2.15.1/changelogs/CHANGELOG-v2.15.rst

Collections which have opted-in to being a part of the Ansible 8
unified changelog will have an entry on this page:
https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst

For collections which have not opted-in to the unified changelog, you
may find more information on https://galaxy.ansible.com or the
collection source repository. For example, the community.crypto
collection is available at https://galaxy.ansible.com/community/crypto
and you can find a link to the source repository under the "Repo"
button at the top right.

What's the schedule for new Ansible releases after 8.1.0?
-

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:
https://github.com/ansible/community/wiki/News#the-bullhorn

Porting Help


A unified porting guide for collections that have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_8.html

Getting collection updates from Ansible 8 with older releases of ansible-core
--

Ansible 8 includes ansible-core 2.15.x. Based on your requirements,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 8 has been made available for this use case:
https://github.com/ansible-community/ansible-build-data/blob/main/8/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evh36%2BKTcnmkUbKRugzen5mnQ61sCz574Z5KEqE9rA%2BOWw%40mail.gmail.com.


[ansible-devel] New release announcement : Ansible Community Package 7.7.0

2023-06-22 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of the Ansible 7.7.0 package!

Ansible 7.7.0 includes ansible-core 2.14.7 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.

How to get it
-

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==7.7.0 --user`

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/39/47/bef8fd8bc2b6e7b5058b61565959c91819eccb8be119a66f8524c0252c62/ansible-7.7.0.tar.gz

SHA256:

9c206ba515f13a0cc9c919d496218ba26df581755bdc39be85b074066c699a02

Wheel package:

https://files.pythonhosted.org/packages/f5/0f/fd3546905e2fae6fa8fc646d6698887c8e31f625d1016936f984223d2d95/ansible-7.7.0-py3-none-any.whl

SHA256:

4f8d346db1b6cec0f30b77935b3dce5633d76881186da839b58b34b48a089b92

What's the schedule for new Ansible releases after 7.7.0 ?
-

* This is the last release of Ansible version 7. No new feature or bug
fixes will come for Ansible 7.X.X. From now on we will only have 8.X.X
releases. The next scheduled release is Ansible 8.1.0 on 22nd June 2023.

* Please follow the announcement of the recent release of 2.14.7
https://groups.google.com/g/ansible-announce/c/7KktcxSN7zA
for detailed information on the release cadance of ansible-core.


Porting Help


A unified porting guide for collections that have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_7.html

Getting collection updates from Ansible 7 with older releases of ansible-core
--

Ansible 7 includes ansible-core 2.14.x. Based on your requirements,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 7 has been made available for this use case:
https://github.com/ansible-community/ansible-build-data/blob/main/7/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evjRKsWgFdcEgHv_e2NGD6qOf0QJr7wSNz4H%2B8XVWVjDkw%40mail.gmail.com.


[ansible-devel] Release Announcement of Ansible Community Package 8.0.0rc1

2023-05-23 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of the Ansible 8.0.0rc1 package!

Ansible 8.0.0rc1 includes ansible-core 2.15.0 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.


How to get it
-

This pre-release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==8.0.0rc1 --user`

The sources for this release can be found here:

Release tarball:
https://files.pythonhosted.org/packages/3a/ff/9e78cf60fccc22c8b431d9469e0e8006ee084e0ae57faba003e5349b0946/ansible-8.0.0rc1.tar.gz

SHA256:
84ef735f5cc8acd9b9a8b594dd1825f216584b5a82e06636e55897d6ef0527e8

Wheel package:
https://files.pythonhosted.org/packages/9b/92/2cb4c3746467db4102db2c82ab53ce68e5d49251dd9a68f240bf680c831c/ansible-8.0.0rc1-py3-none-any.whl

SHA256:
b402d4f566b81428a9fdb817081fb4e33b55c43c3691faf6fe3178a50e5324fd


What's new in Ansible 8
---

This is  `Release Candidate 1`  for Ansible 8.0.0.

Collections added to Ansible 8:
* dellemc.powerflex (version 1.6.0)
* dellemc.unity (version 1.6.0)
* grafana.grafana (version 2.0.0)
* microsoft.ad (version 1.0.0)
* servicenow.servicenow (version 1.0.6)

Collections removed from Ansible 8:
* dellemc.os10 (previously included version: 1.1.1)
* dellemc.os6 (previously included version: 1.0.7)
* dellemc.os9 (previously included version: 1.0.4)
* mellanox.onyx (previously included version: 1.0.0)

The full changelog can be found here:

https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst


What's the schedule for new Ansible releases after 8.0.0rc1?
-

View the Roadmap for Ansible project 8.0 here:

https://docs.ansible.com/ansible/devel/roadmap/COLLECTIONS_8.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible community contributor news at:

https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:
https://github.com/ansible/community/wiki/News#the-bullhorn

Porting Help


A unified porting guide for collections that have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_8.html

Getting collection updates from Ansible 8 with older releases of ansible-core
--

Ansible 8 includes ansible-core 2.15.x. Based on your requirements,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 8 has been made available for this use case:
https://github.com/ansible-community/ansible-build-data/blob/main/8/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evjoJkimYcHz64G4TLQ2r%3DqAoxWrJKij0TyG_r4Xq7nAZw%40mail.gmail.com.


[ansible-devel] Release announcement : Ansible Community Package 7.6.0

2023-05-23 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of the Ansible 7.6.0 package!

Ansible 7.6.0 includes ansible-core 2.14.6 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.

How to get it
-

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==7.6.0 --user`

The sources for this release can be found here:

Release tarball:
https://files.pythonhosted.org/packages/e8/88/4309077c4a2ca9b322ae0b5e98c699fc7d871a49260e8aafabcec769dd80/ansible-7.6.0.tar.gz

SHA256:
4159a266f2caf91adf16daca6a23d132b987ce3acde9c0f2f3089e80d8048f2e

Wheel package: 
https://files.pythonhosted.org/packages/9a/54/ceba345e4f42ea9d4b8c6f24a51c5edd382ead93acd8f170ce5150e4885d/ansible-7.6.0-py3-none-any.whl

SHA256:
e7b1ea64ac2af00f18df3f20d69651f119b1bc3c68d57f8f8a16b045b430dc56

What's new in Ansible 7
---

Python wheels are now available for both Ansible 7 and ansible-core
2.14.x, resulting in significantly improved installation performance.

In addition, Ansible 7 no longer installs some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories to further improve installation performance and reduce the
size on disk. These files are still available in the source tarball if
necessary.

The changelog for ansible-core 2.14 installed by this release of
Ansible 7 is available here:
https://github.com/ansible/ansible/blob/stable-2.14/changelogs/CHANGELOG-v2.14.rst

Collections which have opted-in to being a part of the Ansible 7
unified changelog will have an entry on this page:
https://github.com/ansible-community/ansible-build-data/blob/main/7/CHANGELOG-v7.rst

For collections which have not opted-in to the unified changelog, you
may find more information on https://galaxy.ansible.com or the
collection source repository. For example, the community.crypto
collection is available at https://galaxy.ansible.com/community/crypto
and you can find a link to the source repository under the "Repo"
button at the top right.

What's the schedule for new Ansible releases after 7.6.0?
-

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:
https://github.com/ansible/community/wiki/News#the-bullhorn

Porting Help


A unified porting guide for collections that have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_7.html

Getting collection updates from Ansible 7 with older releases of ansible-core
-

Ansible 7 includes ansible-core 2.14.x. Based on your requirements,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 7 has been made available for this use case:
https://github.com/ansible-community/ansible-build-data/blob/main/7/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evhjHA22qWmPXJoyVZ%2BFKdRcTQANo0Jf5g%2B8g2typD-LKg%40mail.gmail.com.


[ansible-devel] Release announcement : Ansible Community Package 8.0.0b1 (Feature Freeze)

2023-05-16 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of the Ansible 8.0.0b1 package!

Ansible 8.0.0b1 includes ansible-core 2.15.0 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.

This is a `Feature Freeze`. No new modules or major features accepted after
today. In practice, this means we will freeze the semver collection
versions to compatible release versions. For example, if the version of
community.crypto on this date was community.crypto 2.3.0; Ansible-8.0.0
could ship with community.crypto 2.3.1. It would not ship with
community.crypto 2.4.0.

How to get it
-

This pre-release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==8.0.0b1 --user`

The sources for this release can be found here:

Release tarball:
https://files.pythonhosted.org/packages/21/26/2b317a434ee561bf9495c7c7b461c2773ab6f7d0c427a19e2538592770af/ansible-8.0.0b1.tar.gz

SHA256:
6094edf9aa78150b8e0204b290b32b1124ca31eec5083fbf21c50e6d9c62a517

Wheel package:
https://files.pythonhosted.org/packages/9a/b6/05158b2b09d80e17b3fe5701de08fa69a645d615018afa179f152c51b2e2/ansible-8.0.0b1-py3-none-any.whl

SHA256:
7070136920ff0cbb0453a8b35edb3f9c39223a6fcd9a6bf0c9ec70ec83f69727


What's new in Ansible 8
---

This is an Alpha release of a major version.

Collections added to Ansible 8:
* dellemc.powerflex (version 1.6.0)
* dellemc.unity (version 1.6.0)
* grafana.grafana (version 2.0.0)
* microsoft.ad (version 1.0.0)
* servicenow.servicenow (version 1.0.6)

Collections removed from Ansible 8:
* dellemc.os10 (previously included version: 1.1.1)
* dellemc.os6 (previously included version: 1.0.7)
* dellemc.os9 (previously included version: 1.0.4)
* mellanox.onyx (previously included version: 1.0.0)

The full changelog can be found here:

https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst


What's the schedule for new Ansible releases after 8.0.0b1?
-

View the Roadmap for Ansible project 8.0 here:

https://docs.ansible.com/ansible/devel/roadmap/COLLECTIONS_8.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible community contributor news at:

https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:
https://github.com/ansible/community/wiki/News#the-bullhorn

Porting Help


A unified porting guide for collections that have opted-in is available
here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_8.html

Getting collection updates from Ansible 8 with older releases of
ansible-core
--

Ansible 8 includes ansible-core 2.15.x. Based on your requirements,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 8 has been made available for this use case:
https://github.com/ansible-community/ansible-build-data/blob/main/8/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evj%3DtUu-PyCxWufS4YE-z_xX%3Du9pnKjgBnN%3D_VmU2PPeZg%40mail.gmail.com.


[ansible-devel] Release announcement : Ansible Community Package 8.0.0a3 (Pre- Release)

2023-05-02 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of the Ansible 8.0.0a3 package!

Ansible 8.0.0a3 includes ansible-core 2.15.0rc2 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.

How to get it
-

This pre-release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==8.0.0a3 --user`

The sources for this release can be found here:

Release tarball:
https://files.pythonhosted.org/packages/f6/54/d161658b9d80ba0923d884aac74423a0952b12ac8c06f55491761dd101ea/ansible-8.0.0a3.tar.gz

SHA256:
301c575c51903e7672b1a564a95479767e89a2cac1f5ddc41dbe79e2c6bb8dcc

Wheel package:
https://files.pythonhosted.org/packages/d4/a9/8595d4e5ddbee5ac485f5cd902f4b1e3c41a1b6bc6d49f6d7c0781884fea/ansible-8.0.0a3-py3-none-any.whl

SHA256:
83ea00ee67c1d1fedbae288565b0da480493ac610fbe2d02ed752e5b37922a8f


What's new in Ansible 8
---

This is an Alpha release of a major version.

Collections added to Ansible 8:
* dellemc.powerflex (version 1.6.0)
* dellemc.unity (version 1.6.0)
* grafana.grafana (version 2.0.0)
* microsoft.ad (version 1.0.0)
* servicenow.servicenow (version 1.0.6)

Collections removed from Ansible 8:
* dellemc.os10 (previously included version: 1.1.1)
* dellemc.os6 (previously included version: 1.0.7)
* dellemc.os9 (previously included version: 1.0.4)
* mellanox.onyx (previously included version: 1.0.0)

The full changelog can be found here:

https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst


What's the schedule for new Ansible releases after 8.0.0a3?
-

View the Roadmap for Ansible project 8.0 here:

https://docs.ansible.com/ansible/devel/roadmap/COLLECTIONS_8.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible community contributor news at:

https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:
https://github.com/ansible/community/wiki/News#the-bullhorn

Porting Help


A unified porting guide for collections that have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_8.html

Getting collection updates from Ansible 8 with older releases of ansible-core
--

Ansible 8 includes ansible-core 2.15.x. Based on your requirements,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 8 has been made available for this use case:
https://github.com/ansible-community/ansible-build-data/blob/main/8/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evhAp8633MjO_QLjFyzO-jff3X4mV67EdqSXWvEPvG4Myw%40mail.gmail.com.


[ansible-devel] Release Announcement of Ansible Community Package 8.0.0a2 : for Pre Release versions

2023-04-26 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of the Ansible 8.0.0a2 package!

Ansible 8.0.0a2 includes ansible-core 2.15.0rc1 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.

How to get it
-

This pre-release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==8.0.0a2 --user`

The sources for this release can be found here:

Release tarball:
https://files.pythonhosted.org/packages/3b/81/3576eb61e81eba9319afa61be429ef5ac82e08586cb0dba24caed57c5ad1/ansible-8.0.0a2.tar.gz

SHA256:
66e25b753350aab48621c8a97659eb0bf176fc26fe25c7d9e52b291de6e903e4

Wheel package:
https://files.pythonhosted.org/packages/3e/dc/5148b6feee25f542cc8c3ecb305e573657fad7127b7da5d8c5e0a8842780/ansible-8.0.0a2-py3-none-any.whl

SHA256:
acf8eaa090c863212710ccfa4dffa4cf0828059c0f6ecf0f8f760003dba7222a


What's new in Ansible 8
---

This is an Alpha release of a major version.

Collections added to Ansible 8:
* dellemc.powerflex (version 1.6.0)
* dellemc.unity (version 1.6.0)
* grafana.grafana (version 2.0.0)
* microsoft.ad (version 1.0.0)
* servicenow.servicenow (version 1.0.6)

Collections removed from Ansible 8:
* dellemc.os10 (previously included version: 1.1.1)
* dellemc.os6 (previously included version: 1.0.7)
* dellemc.os9 (previously included version: 1.0.4)
* mellanox.onyx (previously included version: 1.0.0)

The full changelog can be found here:

https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst


What's the schedule for new Ansible releases after 8.0.0a2?
-

View the Roadmap for Ansible project 8.0 here:

https://docs.ansible.com/ansible/devel/roadmap/COLLECTIONS_8.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible community contributor news at:

https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:
https://github.com/ansible/community/wiki/News#the-bullhorn

Porting Help


A unified porting guide for collections that have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_8.html

Getting collection updates from Ansible 8 with older releases of ansible-core
--

Ansible 8 includes ansible-core 2.15.x. Based on your requirements,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 8 has been made available for this use case:
https://github.com/ansible-community/ansible-build-data/blob/main/8/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8eviFYPOQEQJhuFWc710yyuE%3DXXSsHspa1dpdtGk0Zymw8A%40mail.gmail.com.


[ansible-devel] Release announcement : Ansible Community Package 7.5.0

2023-04-26 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of the Ansible 7.5.0 package!

Ansible 7.5.0 includes ansible-core 2.14.5 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.

How to get it
-

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==7.5.0 --user`

The sources for this release can be found here:

Release tarball:
https://files.pythonhosted.org/packages/6b/70/16c9a3f41bcc6e046643b650f09c333128b08de3982d32dca7f67190596b/ansible-7.5.0.tar.gz

SHA256:
4f08ca25bb29005c1afc4125e837882ad7a2c67ff0cc9d1a361b89ad09cf8c44

Wheel package: 
https://files.pythonhosted.org/packages/41/21/48fa41c5de7985672cd332a9e91fd21bb6b76e51c72bd30be1e63829/ansible-7.5.0-py3-none-any.whl

SHA256:
a2deadeb8a199abfbd7c1960bc126697be517ac4310b2f59eb2190706e6a2637

What's new in Ansible 7
---

Python wheels are now available for both Ansible 7 and ansible-core
2.14.x, resulting in significantly improved installation performance.

In addition, Ansible 7 no longer installs some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories to further improve installation performance and reduce the
size on disk. These files are still available in the source tarball if
necessary.

The changelog for ansible-core 2.14 installed by this release of
Ansible 7 is available here:
https://github.com/ansible/ansible/blob/stable-2.14/changelogs/CHANGELOG-v2.14.rst

Collections which have opted-in to being a part of the Ansible 7
unified changelog will have an entry on this page:
https://github.com/ansible-community/ansible-build-data/blob/main/7/CHANGELOG-v7.rst

For collections which have not opted-in to the unified changelog, you
may find more information on https://galaxy.ansible.com or the
collection source repository. For example, the community.crypto
collection is available at https://galaxy.ansible.com/community/crypto
and you can find a link to the source repository under the "Repo"
button at the top right.

What's the schedule for new Ansible releases after 7.5.0?
-

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:
https://github.com/ansible/community/wiki/News#the-bullhorn

Porting Help


A unified porting guide for collections that have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_7.html

Getting collection updates from Ansible 7 with older releases of ansible-core
--

Ansible 7 includes ansible-core 2.14.x. Based on your requirements,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 7 has been made available for this use case:
https://github.com/ansible-community/ansible-build-data/blob/main/7/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8eviF%3D%2BK%3D0WTXsrUMjD4Ph2ynB0OyCGJAac9TMWUBvf7-FA%40mail.gmail.com.


[ansible-devel] Re: Release announcement : Ansible Community Package 8.0.0a1

2023-04-12 Thread Anwesha Das
On Wed, Apr 12, 2023 at 8:29 PM Anwesha Das  wrote:
>
> Hello everyone,
>
> We're happy to announce the release of the Ansible 8.0.0a1 package!
>
> Ansible 8.0.0a1 includes ansible-core 2.15.0b2 as well as a curated set of
> Ansible collections that provide a vast number of modules and plugins.



> The full changelog can be found here:

Missed the link to the changelog, You can find it here

https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst

Happy automating.

Cheers
Anwesha

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evineDqTVGmuwhBJTQOzPB-o8F3qob%2BP3MSt-Rkoz7y74Q%40mail.gmail.com.


[ansible-devel] Release announcement : Ansible Community Package 8.0.0a1

2023-04-12 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of the Ansible 8.0.0a1 package!

Ansible 8.0.0a1 includes ansible-core 2.15.0b2 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.

How to get it
-

This pre-release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==8.0.0a1 --user`

The sources for this release can be found here:

Release tarball:
https://pypi.python.org/packages/source/a/ansible/ansible-8.0.0a1.tar.gz

SHA256:
d81b16a4c99485539648352997b4e7f558a04737c2727999f6183b0fa35d0df4

Wheel package:
https://files.pythonhosted.org/packages/d9/92/de2b17c21abe029ed1db306e408d31f586cfbe9e9c59f13001a7b7e997da/ansible-8.0.0a1-py3-none-any.whl

SHA256:
fcd2ae4411518f20e979f1dd7284d7ac18b11805ff88c8939551913772558487


What's new in Ansible 8
---

This is an Alpha release of a major version.

Collections added to Ansible 8:
* dellemc.powerflex (version 1.6.0)
* dellemc.unity (version 1.6.0)
* grafana.grafana (version 2.0.0)
* microsoft.ad (version 1.0.0)
* servicenow.servicenow (version 1.0.6)

Collections removed from Ansible 8:
* dellemc.os10 (previously included version: 1.1.1)
* dellemc.os6 (previously included version: 1.0.7)
* dellemc.os9 (previously included version: 1.0.4)
* mellanox.onyx (previously included version: 1.0.0)

The full changelog can be found here:


What's the schedule for new Ansible releases after 8.0.0a1?
-

View the Roadmap for Ansible project 8.0 here:

https://docs.ansible.com/ansible/devel/roadmap/COLLECTIONS_8.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible community contributor news at:

https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:
https://github.com/ansible/community/wiki/News#the-bullhorn

Porting Help


A unified porting guide for collections that have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_8.html

Getting collection updates from Ansible 8 with older releases of ansible-core
--

Ansible 8 includes ansible-core 2.15.x. Based on your requirements,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 8 has been made available for this use case:
https://github.com/ansible-community/ansible-build-data/blob/main/8/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evjaMFDQr2EA-kEoedCFWBM7aV1oUOCvpKSj7XawqQ2qYg%40mail.gmail.com.


[ansible-devel] Release announcement : Ansible Community Package 7.4.0

2023-03-28 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of the Ansible 7.4.0 package!

Ansible 7.4.0 includes ansible-core 2.14.4 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.

How to get it


This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==7.4.0 --user`

The sources for this release can be found here:

Release tarball:
https://pypi.python.org/packages/source/a/ansible/ansible-7.4.0.tar.gz

SHA256:
0964d6ec7b363d2d559f245c39b01798c720a85b207672ec2c9d83cf61564b90

Wheel package: 
https://files.pythonhosted.org/packages/py3/a/ansible/ansible-7.4.0-py3-none-any.whl

SHA256:
c9b5cae2ff8168b3dc859fff12275338cd7c84ef37f62889076f82846bb4beb5

What's new in Ansible 7
--

Python wheels are now available for both Ansible 7 and ansible-core
2.14.x, resulting in significantly improved installation performance.

In addition, Ansible 7 no longer installs some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories to further improve installation performance and reduce the
size on disk. These files are still available in the source tarball if
necessary.

The changelog for ansible-core 2.14 installed by this release of
Ansible 7 is available here:
https://github.com/ansible/ansible/blob/stable-2.14/changelogs/CHANGELOG-v2.14.rst

Collections which have opted-in to being a part of the Ansible 7
unified changelog will have an entry on this page:
https://github.com/ansible-community/ansible-build-data/blob/main/7/CHANGELOG-v7.rst

For collections which have not opted-in to the unified changelog, you
may find more information on https://galaxy.ansible.com or the
collection source repository. For example, the community.crypto
collection is available at https://galaxy.ansible.com/community/crypto
and you can find a link to the source repository under the "Repo"
button at the top right.

What's the schedule for new Ansible releases after 7.4.0?
-

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:
https://github.com/ansible/community/wiki/News#the-bullhorn

Porting Help


A unified porting guide for collections that have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_7.html

Getting collection updates from Ansible 7 with older releases of ansible-core
--

Ansible 7 includes ansible-core 2.14.x. Based on your requirements,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 7 has been made available for this use case:
https://github.com/ansible-community/ansible-build-data/blob/main/7/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers
Anwesha

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evgza6K2r%2Bmb0z0J8q21aGJOLqCcRUYOSM_bC4qZHUofFA%40mail.gmail.com.


[ansible-devel] Ansible 7.3.0 has been Released!

2023-02-28 Thread Anwesha Das
Hello everyone,

We're happy to announce that the Ansible 7.3.0 package has been released!

Ansible 7.3.0 will include ansible-core 2.14 as well as a curated set of
Ansible collections to provide a vast number of modules and plugins.


How to get it
-

This pre-release is available on PyPI and can be installed with pip:

```
$ python3 -m pip install ansible==7.3.0 --user
```

The sources for this release can be found here:

Release tarball:
https://pypi.python.org/packages/source/a/ansible/ansible-7.3.0.tar.gz
SHA256: 56c2fd97487b2cc83e39e895d8dfad8b2a5df34d490394a15735ebcfdc45f5be

Wheel package: 
https://files.pythonhosted.org/packages/py3/a/ansible/ansible-7.3.0-py3-none-any.whl
SHA256: 5039bf0fe4cbb9dcc3dbefe464fe2fa7fe75d8548814f00c478d5fe90c3e3979

What's new in Ansible 7
---

* New command-line utility “ansible-community” is added in Ansible 7
to check the installed version of Ansible Community package.

```
$ ansible-community --version
Ansible community version 7.3.0
```

* Python wheels are now available for both Ansible 7 and ansible-core
2.14.x, resulting in significantly improved installation performance.

* In addition, Ansible 7 will no longer install some unnecessary files
from the included Ansible collections such as tests or hidden files &
directories in order to further improve installation performance and
reduce the size on disk. These files are still available in the source
tarball if necessary.

* The changelog for ansible-core 2.14 installed by this release of
ansible is available here:
https://github.com/ansible/ansible/blob/stable-2.14/changelogs/CHANGELOG-v2.14.rst

* Collections which have opted into being a part of the Ansible-7
unified changelog will have an entry on this page:
https://github.com/ansible-community/ansible-build-data/blob/main/6/CHANGELOG-v6.rst

* For collections which have not opted into the unified changelog, you
may find more information on https://galaxy.ansible.com or their
source repository.
For example, the community.crypto collection would be found at
https://galaxy.ansible.com/community/crypto and you can find a link to
the source repository under the "Repo" button at the top right.

What's the schedule for new Ansible releases after 7.3.0 ?
-

For the all future release dates please follow the Bullhorn. The
Bullhorn is our newsletter for the Ansible contributor community.

Please subscribe to receive it :
https://ansible.us19.list-manage.com/subscribe?u=56d874e027110e35dea0e03c1=d6635f5420

Read past issues on the official Bullhorn’s wiki page :
https://github.com/ansible/community/wiki/News#the-bullhorn

Porting Help
-

A unified porting guide for collections which have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_6.html

Getting collection updates from Ansible 7 with older releases of ansible-core
-

Ansible 6 includes ansible-core 2.14.x and users have expressed an interest
in getting collection updates as they ship in the Ansible "batteries
included" package while keeping an older version of ansible-core based
on their needs and requirements.

An ansible-galaxy requirements file based on the collections from
Ansible 6 has been made available for this use case:
https://github.com/ansible-community/ansible-build-data/blob/main/6/galaxy-requirements.yaml

Once the requirements file has been downloaded, the collections can be
installed by running:
"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Anwesha

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evge7XjfXmguu34VDQ9sCqzDeABgnD5BB2AtE7W6nZ4Yig%40mail.gmail.com.


[ansible-devel] Ansible 6.7.0 has been Released!

2022-12-06 Thread Anwesha Das
Hi all,

We're happy to announce that the Ansible 6.7.0 package has been released!

Ansible 6.7.0 will include ansible-core 2.13.7 as well as a curated set of
Ansible collections to provide a vast number of modules and plugins.


How to get it
-

This pre-release is available on PyPI and can be installed with pip:

```
$ python3 -m pip install ansible==6.7.0 --user
```

The sources for this release can be found here:

Release tarball:
https://pypi.python.org/packages/source/a/ansible/ansible-6.7.0.tar.gz
SHA256: c188f3ac8a8583794aadcff0bea87895ead58c19d6f244cd0c342562706e176c

Wheel package: 
https://files.pythonhosted.org/packages/py3/a/ansible/ansible-6.7.0-py3-none-any.whl
SHA256: 3cda6e67b1d42516f64ce376bb94c5186ff33d215d155432be5b3c2ec60bf112

What's new in Ansible 6
---

* New command-line utility “ansible-community” is added in Ansible 6
to check the installed version of Ansible Community package.

```
$ ansible-community --version
Ansible community version 6.7.0
```

* Python wheels are now available for both Ansible 6 and ansible-core
2.13.x, resulting in significantly improved installation performance.

* In addition, Ansible 6 will no longer install some unnecessary files
from the included Ansible collections such as tests or hidden files &
directories in order to further improve installation performance and
reduce the size on disk. These files are still available in the source
tarball if necessary.

* The changelog for ansible-core 2.13 installed by this release of
ansible is available here:
https://github.com/ansible/ansible/blob/stable-2.13/changelogs/CHANGELOG-v2.13.rst

* Collections which have opted into being a part of the Ansible-6
unified changelog will have an entry on this page:
https://github.com/ansible-community/ansible-build-data/blob/main/6/CHANGELOG-v6.rst

* For collections which have not opted into the unified changelog, you
may find more information on https://galaxy.ansible.com or their
source repository.
For example, the community.crypto collection would be found at
https://galaxy.ansible.com/community/crypto and you can find a link to
the source repository under the "Repo" button at the top right.

What's the schedule for new Ansible releases after 6.7.0 ?
-

* This is the last release of Ansible version 6. No new feature or
bugfixes will come for Ansible 6.X.X. From now on we will only have
7.X.X releases. The next scheduled release is Ansible 7.1.0.

* Please note that with the recent release of 2.14.0
https://groups.google.com/g/ansible-announce/c/JnolNZw-tdU, ansible
2.9, ansible-base 2.10, and ansible-core 2.11 are end-of-life.

Porting Help
-

A unified porting guide for collections which have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_6.html

Getting collection updates from Ansible 6 with older releases of ansible-core
-

Ansible 6 includes ansible-core 2.13.x and users have expressed an interest
in getting collection updates as they ship in the Ansible "batteries
included" package while keeping an older version of ansible-core based
on their needs and requirements.

An ansible-galaxy requirements file based on the collections from
Ansible 6 has been made available for this use case:
https://github.com/ansible-community/ansible-build-data/blob/main/6/galaxy-requirements.yaml

Once the requirements file has been downloaded, the collections can be
installed by running:
"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evhpVALTF9-230_CH%2BLwOExepDVRuZKspuCFG0jahC4eeA%40mail.gmail.com.