Package Release Info

certstrap-1.2.0+git20200507.7cda9d4-bp153.1.65

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

certstrap

Change Logs

Version: 1.2.0+git20200507.7cda9d4-bp152.1.10
* Fri May 15 2020 kukuk@suse.de
- Update to version 1.2.0+git20200507.7cda9d4:
  * update to readme & .gitignore
  * update to generated binaries information
  * Enforce linter errors
  * Fix issues surfaced by running `golangci-lint run`
  * Configure GitHub Actions
  * Fix docker build after removal of vendored deps
  * Bump github.com/urfave/cli from 1.22.3 to 1.22.4
  * Clean-up test execution
  * Remove vendorized dependencies in favor of Go modules
  * Bump github.com/urfave/cli from 1.22.2 to 1.22.3
  * Set CRL expiration to 2 years
  * Add option to create CA restricted to some domains
  * Bump github.com/urfave/cli from 1.22.1 to 1.22.2
  * Use raw string to avoid escaping
  * Add minute and second granularity to expiration time
  * Remove duplicate travis build
  * Update README regarding go version
* Sat Sep 21 2019 kukuk@suse.de
- Build pie binary
- Update to version 1.2.0+git20190920.dceba24:
  * Bump Go to 1.13
  * Automatically inject version from tag in CI
  * Bump github.com/urfave/cli from 1.21.0 to 1.22.1
  * Allow to override default file inputs and outputs
  * Bump github.com/urfave/cli from 1.20.0 to 1.21.0
  * avoid using global variables
* Fri Apr 26 2019 Richard Brown <rbrown@suse.com>
- Correct factual inaccuracies and excess technical details from description
* Thu Apr 18 2019 Jan Engelhardt <jengelh@inai.de>
- Trim bias from description
* Thu Apr 18 2019 kukuk@suse.de
- Removed unused CDDL licensed files
* Mon Apr 15 2019 kukuk@suse.de
- Update to version 1.1.1+git20190303.350df15:
  * cmd: Make errors from existing CA/CSR/Cert paths more explicit
  * Add Dockerfile
  * Update dependencies to lastest versions
  * Remove dep references in README, travis.yml
  * Switch to using Go modules for dependencies
  * The CLA link is outdated; remove it
  * Adding URI SAN support (#63)
  * Add revoke command
  * Makes golang 1.11 default and skips golang 1.5 in CI build
* Mon Apr 15 2019 kukuk@suse.de
- Initial release