| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Switch te SLE 15 build setup to also use a macro instead of referencing the Python 3.11 interpreter directly.
- Switch to a defined Python interpreter. Use the primary interpreter in SLE 16 and later distribution and Python 3.11 for SLE 15 SP4 and later.
- Obsolete the Python 3.6 build
- Replace python3-gcemetadata with universal packaging (https://trello.com/c/fupyiTVo/168-python3-packages-in-factory). - Rename to python-gcemetadata.
- Update to version 1.0.4 (bsc#1173136)
+ Fix typo, missing "=" for "identity" option in processed command
line options causes mis-identification of instance as missing identity
data access
- Include in SLE 12 (jsc#PM-1900)
- Update to version 1.0.3 (bsc#1134510)
+ Handle the condition where the identity data of the instance may
not be accessible from the metadata server and provide proper
error messaging
- From 1.0.2
+ Avoid traceback when not running in GCE, by testing access to the
metdata server first before performing othre operations
- Use noun phrase in summary.
- Update to version 1.0.1 (bsc#1097505) + Support instances with multiple Nics
- Update to version 1.0.0 + Port to Python 3