I know in the past I installed infra.osbuild tag or version 2.3.2. But I can’t recall how I did it. I don’t even see tage or version 2.3.2 listed in the git repo. But looking at the infra.osbuild project 2.3.2 is listed in the Infra.Osbuild Release Notes.
I was thinking I made a requirements.yml file but no such luck
It looks like the latest version of the collection on galaxy/automation hub is 2.3.0, which is also the last git release. In the galaxy.yml they are using version 2.3.2 and the CHANGELOG (not the release notes) mentions changes up to 2.3.2.
So what I think has happened is that the maintainers made patches and logged the changes, but never actually created a new release in Github or uploaded a new build to galaxy/hub.
You can install the repository from a specific tag, commit, or branch:
Thanks for the reply. You are probably right about the maintainer not updating the version. I thought at one time there was a tag for 2.3.2 but I don’t see it.
Looks like the change I thought was in 2.3.2 was actually in commit 6e34162
I was after include blueprint import file option.
commit d3031d5ab1f88915fdcb39cf97d7d18cee8d2db9
Author: Luis Javier Arizmendi Alonso luis.ariz@gmail.com
Date: Wed Jun 26 11:21:50 2024 +0200
Add ignition to simplified installer blueprint (#389)
* create v2.3.1
commit 6e3416233c84623b2edd503a4b50d15c61d6c155
Author: Luis Javier Arizmendi Alonso luis.ariz@gmail.com
Date: Wed Mar 6 21:56:48 2024 +0100
Include blueprint import file option (#357)
* include blueprint import file option
* include blueprint import file option