Changelog for
container-suseconnect-2.5.0-1.1.x86_64.rpm :
* Tue Mar 05 2024 Dirk Müller
- remove unnecessary packaging buildrequires
* Wed Feb 28 2024 Dirk Müller - update to 2.5.0:
* Upgrade to go 1.21
* Allow setting of SCC credentials via environment variables
* Bump github.com/urfave/cli/v2 from 2.25.7 to 2.27.1
* Use switch instead of else if construction
* Add system token header to query SCC subscriptions (bsc#1219855)- run tests
* Thu Oct 05 2023 Dirk Müller - spec file cleanups
* Tue Dec 06 2022 Dirk Müller - update to 2.4.0 (jsc#PED-1710):
* Fix docker build example for non-SLE hosts
* Minor fixes to --help and README
* Improve documentation when building with podman on non-SLE host
* Add flag --log-credentials-errors
* Add GitHub actions
* Remove vendor/ dir
* Cleanup tests
* Update capture to the 1.0.0 release
* Bump cli to 2.34.4
* Update cli to 2.23.5
* Add dependabot
* Use URL.Redacted() to avoid security scanner warning
* Regcode fix
* Sat Mar 27 2021 Dirk Müller - strip binaries (removes 4MB/25% of the uncompressed size) (bsc#1186827)
* Tue Jun 30 2020 Ralf Haferkamp - Update to 2.3.0 (bsc#1173375) - Introduce \"containerbuild-regionsrv\" support and add \"susecloud\" zypper url-resolver plugin to allow building SLE containers on public cloud on-demand instances - Fix usage with RMT when repositories require authentication- remove \"%gosrc\" call to avoid including all the go sources into the main package.
* Thu Nov 28 2019 Ralf Haferkamp - Update to 2.2.0 (bsc#1157960) - Update go version and dependencies - Fix usage with RMT and SMT - parse the /etc/products.d/
*.prod files
* Wed Jun 19 2019 Sascha Grunert - Update to 2.1.0 (bsc#1138731, bsc#1154247) - Fix function comments based on best practices from Effective Go - Interacting with SCC behind proxy and SMT
* Tue Dec 11 2018 sgrunertAATTsuse.com- Update to 2.0.0 (bsc#1119496) - Add command line interface - Add `ADDITIONAL_MODULES` capability to enable further extension modules during image build and run - Add documentation about how to build docker images on non SLE distributions - Improve documentation to clarify how container-suseconnect works in a Dockerfile - Improve error handling on non SLE hosts - Fix bug which makes container-suseconnect work on SLE15 based distributions- Update build to use latest golang-packaging- Added container-suseconnect-rpmlintrc
* Thu Mar 01 2018 jmassaguerplaAATTsuse.com- Remove gcc since the latest go versions already support s390x, ppc64le Remove 0001-Added-TLS-root-CA-certificates-for-SLE-11.patch: this was needed for gcc builds. (fix bsc#1083189)