Package Release Info

python-ec2metadata-5.0.0-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-ec2metadata

Change Logs

* Mon Apr 07 2025 rjschwei@suse.com
- Switch the build to s apecific Python interpreter. This avoids
  chasing Python binary names in our image build setup.
* Mon Jul 22 2024 rjschwei@suse.com
- Obsolete the Python 3.6 build
* Thu May 30 2024 mcepl@cepl.eu
- Replace python3-ec2metadata with universal packaging
  (https://trello.com/c/fupyiTVo/168-python3-packages-in-factory).
- Rename to python-ec2metadata.
* Wed Aug 23 2023 rjschwei@suse.com
- Update to version 5.0.0 (bsc#1214215)
  + Remove the --use-token command line option. Aws is deprecating access
    to instance metadata without authentication token. Ability to access
    metadat without token has been removed
  + Support access to the metadata server over IPv6. If the customer
    enables the IPv6 endpoint for an instance it will be preferred over the
    IPv4 endpoint
* Mon Oct 10 2022 rjschwei@suse.com
- Update to version 4.0.0 (bsc#1204066)
  + Disambiguate cli options for duplicate endpoints. This is an
    incompatible change for some API versions of IMDS. When a duplicate
    endpoint is detected the cli option for both endpoints is expanded to a
    unique name.
* Mon Aug 03 2020 rjschwei@suse.com
- Update to version 3.0.3 (bsc#1174743, bsc#1174837)
  + Prefer IMDSv2 and switch all IMDS access requests to support v2 token
    based access method.
* Wed Dec 04 2019 rjschwei@suse.com
- Update to version 3.0.2 (bsc#1157901, bsc#1157902)
  + Add man page
  + Support accessing IMDS with a token (API change) to support
    disabling unauthenticated acces of IMDS
* Wed Sep 20 2017 rjschwei@suse.com
- Update to version 2.0.0
  + Port to Python 3
* Wed Aug 17 2016 jgleissner@suse.com
- Bump to version 1.5.4 (bsc#994138 bsc#994139)
  + ec2metadata: do not use proxy
* Tue Mar 31 2015 rjschwei@suse.com
- Bump to version 1.5.3 (bnc#924626)
  + Properly write metadata to file if no query argument is provided
  + Properly generate XML for 'public-keys' query option
  + Document the 'api' option in the help message
  + Alpha sort the options displayed with the help message