Skip to content

Releases: gstackio/openssl-source-code-resource

OpenSSL tarball Concourse resource v1.3.1

11 May 15:34
Compare
Choose a tag to compare

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

01 Feb 21:54
Compare
Choose a tag to compare

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

09 Nov 00:30
Compare
Choose a tag to compare

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

17 Nov 18:24
Compare
Choose a tag to compare

Improvements

  • Now uses HTTPS
  • Fixed issue with check always reporting a latest version of 3.0.7, whatever source.family was set
  • Now setting a source.family of 0.9.6 or 0.9.8 is properly supported
  • Properly handles sha1 or md5 fingerprint checks whenever sha256 is not provided, fails when no fingerprint can be checked, and still always provides sha256 in the output artifact directory in order to honor the resource contract
  • Resource image is rebuild whenever a new alpine base 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

01 May 18:47
Compare
Choose a tag to compare

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, and sha256 files.

Usage

resource_types:
  - name: bosh-config
    type: registry-image
    source:
      repository: gstack/openssl-source-code-resource
      tag: "v1.0.0"