Skip to content

Key-value Concourse resource v1.5.1

Latest
Compare
Choose a tag to compare
@gk-concourse-ninja gk-concourse-ninja released this 11 May 14:59
· 16 commits to master since this release

Improvements

  • Improved Concourse pipeline for smoother maintainance of the resource
    • Added support for new go.mod semantics with Golang 1.22
    • Fixed Golang and Alpine version control from pipeline resources
  • Bumped Golang dependencies
  • Built code with Golang 1.22.3
  • Built resource image on top of Alpine 3.19.1

Usage

resource_types:
  - name: key-value
    type: registry-image
    source:
      repository: gstack/keyval-resource
      tag:        "1.5.1"