ansible-collections / kubernetes.core

The collection includes a variety of Ansible content to help automate the management of applications in Kubernetes and OpenShift clusters, as well as the provisioning and maintenance of clusters themselves.
Other
214 stars 133 forks source link

update version to 3.0.1 in galaxy.yml #710

Closed yurnov closed 4 months ago

yurnov commented 4 months ago
SUMMARY

Bump kubernetes.core version in galaxy.yml to 3.0.1 to avoid inconsistency between output of ansible-galaxy (version 3.0.0 in the output) and CHANGELOG.rst (that is 3.0.1) when installated from branch stable-3 (directly with type: git or using tar.gz file) even version

ISSUE TYPE
COMPONENT NAME

Ansible Galaxy

ADDITIONAL INFORMATION

Additional information and output in issue #709

Shortly:

# /root/.ansible/collections/ansible_collections
Collection      Version
--------------- -------
kubernetes.core 3.0.0
root@ec13eacdd5bd:/# cat  /root/.ansible/collections/ansible_collections/kubernetes/core/CHANGELOG.rst | head -n 10
===================================
Kubernetes Collection Release Notes
===================================

.. contents:: Topics

v3.0.1
======

Release Summary
root@ec13eacdd5bd:/#
softwarefactory-project-zuul[bot] commented 4 months ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/4e466621ffa84f8fa49df4b28cea1215

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 5m 39s :heavy_check_mark: build-ansible-collection SUCCESS in 8m 40s

gravesm commented 4 months ago

@yurnov thanks for the PR, but this really needs to be fixed by doing a new release with an updated galaxy.yml. We are likely going to be doing a new release on the stable-3 branch in the next couple weeks.

yurnov commented 4 months ago

Thanks @gravesm,

so, reasonable to just to close this PR, and issue #709 will be fixed in the next minor release. Is it any chance to have a new release within one week to include them to Andible 10? Here is the release schedule for Ansible 10.

gravesm commented 4 months ago

We'll try to get a 3.1.0 release out this week.

yurnov commented 4 months ago

Thanks

yurnov commented 4 months ago

Closing based on the conversation above