Releases: gstackio/openssl-source-code-resource
Releases · gstackio/openssl-source-code-resource
OpenSSL tarball Concourse resource v1.3.3
Improvements
- Built resource image on top of Alpine 3.21.3
Caveat
This Concourse resource does not support version families 3.3 and 3.4, now that souce code tarballs are no more shipped as they were before.
As these are now released on GitHub, you may use the github-release resource instead.
Usage
resource_types:
- name: bosh-config
type: registry-image
source:
repository: gstack/openssl-source-code-resource
tag: "1.3.3"OpenSSL tarball Concourse resource v1.3.2
Improvements
- Built resource image on top of Alpine 3.20.3
- Added new Concourse tests on version families
3.0,3.1, and3.2
Usage
resource_types:
- name: bosh-config
type: registry-image
source:
repository: gstack/openssl-source-code-resource
tag: "1.3.2"OpenSSL tarball Concourse resource v1.3.1
Improvements
- Fixed Concourse pipeline so that Alpine version is properly controlled from the pipeline resources, and version bumping is solid
- Built resource image on top of Alpine 3.19.1
Usage
resource_types:
- name: bosh-config
type: registry-image
source:
repository: gstack/openssl-source-code-resource
tag: "1.3.1"OpenSSL tarball Concourse resource v1.3.0
Improvements
- Bump base image to latest Alpine v3.19.1
Usage
resource_types:
- name: bosh-config
type: registry-image
source:
repository: gstack/openssl-source-code-resource
tag: "1.3.0"OpenSSL tarball Concourse resource v1.2.0
Improvements
- Bump base image to latest Alpine 3.18.4
- Minor improvements on code and docs
Usage
resource_types:
- name: bosh-config
type: registry-image
source:
repository: gstack/openssl-source-code-resource
tag: "1.2.0"OpenSSL tarball Concourse resource v1.1.0
Improvements
- Now uses HTTPS
- Fixed issue with
checkalways reporting a latest version of3.0.7, whateversource.familywas set - Now setting a
source.familyof0.9.6or0.9.8is properly supported - Properly handles
sha1ormd5fingerprint checks wheneversha256is not provided, fails when no fingerprint can be checked, and still always providessha256in the output artifact directory in order to honor the resource contract - Resource image is rebuild whenever a new
alpinebase image is published
Usage
resource_types:
- name: bosh-config
type: registry-image
source:
repository: gstack/openssl-source-code-resource
tag: "1.1.0"OpenSSL tarball Concourse resource v1.0.0
Features
- Checks for OpenSSL source code tarballs within a given version family
- Can find old versions in a given version family
- Verifies SHA256 checksum
- Provides the tarball, plus
version,family, andsha256files.
Usage
resource_types:
- name: bosh-config
type: registry-image
source:
repository: gstack/openssl-source-code-resource
tag: "v1.0.0"