Skip to content

Releases: devrail-dev/dev-toolchain

v1.11.0

05 May 16:07

Choose a tag to compare

Container Image

Pull the image:

# Exact version (immutable)
docker pull ghcr.io/devrail-dev/dev-toolchain:1.11.0

# Major version (floating, always latest vv1.x.x)
docker pull ghcr.io/devrail-dev/dev-toolchain:v1

Verify Image Signature

cosign verify \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/devrail-dev/dev-toolchain' \
  ghcr.io/devrail-dev/dev-toolchain:1.11.0

What's Changed

  • feat(makefile): kotlin reference plugin extraction smoke test (Story 13.7) by @matthew-on-git in #39

Full Changelog: v1.10.6...v1.11.0

v1.10.6

05 May 03:57

Choose a tag to compare

Container Image

Pull the image:

# Exact version (immutable)
docker pull ghcr.io/devrail-dev/dev-toolchain:1.10.6

# Major version (floating, always latest vv1.x.x)
docker pull ghcr.io/devrail-dev/dev-toolchain:v1

Verify Image Signature

cosign verify \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/devrail-dev/dev-toolchain' \
  ghcr.io/devrail-dev/dev-toolchain:1.10.6

Full Changelog: v1.10.5...v1.10.6

v1.10.5

05 May 03:44

Choose a tag to compare

Container Image

Pull the image:

# Exact version (immutable)
docker pull ghcr.io/devrail-dev/dev-toolchain:1.10.5

# Major version (floating, always latest vv1.x.x)
docker pull ghcr.io/devrail-dev/dev-toolchain:v1

Verify Image Signature

cosign verify \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/devrail-dev/dev-toolchain' \
  ghcr.io/devrail-dev/dev-toolchain:1.10.5

What's Changed

  • feat(makefile): plugin execution loop and JSON aggregation (Story 13.5) by @matthew-on-git in #38

Full Changelog: v1.10.4...v1.10.5

v1.10.4

04 May 21:33

Choose a tag to compare

Container Image

Pull the image:

# Exact version (immutable)
docker pull ghcr.io/devrail-dev/dev-toolchain:1.10.4

# Major version (floating, always latest vv1.x.x)
docker pull ghcr.io/devrail-dev/dev-toolchain:v1

Verify Image Signature

cosign verify \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/devrail-dev/dev-toolchain' \
  ghcr.io/devrail-dev/dev-toolchain:1.10.4

What's Changed

Full Changelog: v1.10.3...v1.10.4

v1.10.2

03 May 16:09

Choose a tag to compare

Container Image

Pull the image:

# Exact version (immutable)
docker pull ghcr.io/devrail-dev/dev-toolchain:1.10.2

# Major version (floating, always latest vv1.x.x)
docker pull ghcr.io/devrail-dev/dev-toolchain:v1

Verify Image Signature

cosign verify \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/devrail-dev/dev-toolchain' \
  ghcr.io/devrail-dev/dev-toolchain:1.10.2

What's Changed

Full Changelog: v1.10.1...v1.10.2

v1.10.1

03 May 06:14

Choose a tag to compare

Container Image

Pull the image:

# Exact version (immutable)
docker pull ghcr.io/devrail-dev/dev-toolchain:1.10.1

# Major version (floating, always latest vv1.x.x)
docker pull ghcr.io/devrail-dev/dev-toolchain:v1

Verify Image Signature

cosign verify \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/devrail-dev/dev-toolchain' \
  ghcr.io/devrail-dev/dev-toolchain:1.10.1

What's Changed

  • fix(makefile): address Story 13.2 senior-developer review findings by @matthew-on-git in #33

Full Changelog: v1.10.0...v1.10.1

v1.10.0

01 May 20:09

Choose a tag to compare

Container Image

Pull the image:

# Exact version (immutable)
docker pull ghcr.io/devrail-dev/dev-toolchain:1.10.0

# Major version (floating, always latest vv1.x.x)
docker pull ghcr.io/devrail-dev/dev-toolchain:v1

Verify Image Signature

cosign verify \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/devrail-dev/dev-toolchain' \
  ghcr.io/devrail-dev/dev-toolchain:1.10.0

What's Changed

  • fix(makefile): rails make check honours .bundle/config + bundle exec + db:test:prepare (#30) by @matthew-on-git in #32
  • feat(makefile): plugin manifest parser and loader prelude (Story 13.2) by @matthew-on-git in #31

Full Changelog: v1.9.1...v1.10.0

v1.9.1

29 Apr 16:06

Choose a tag to compare

Container Image

Pull the image:

# Exact version (immutable)
docker pull ghcr.io/devrail-dev/dev-toolchain:1.9.1

# Major version (floating, always latest vv1.x.x)
docker pull ghcr.io/devrail-dev/dev-toolchain:v1

Verify Image Signature

cosign verify \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/devrail-dev/dev-toolchain' \
  ghcr.io/devrail-dev/dev-toolchain:1.9.1

What's Changed

  • fix(container): install libyaml-dev so bundle install can compile psych (#28) by @matthew-on-git in #29

Full Changelog: v1.9.0...v1.9.1

v1.9.0

27 Apr 16:33

Choose a tag to compare

Container Image

Pull the image:

# Exact version (immutable)
docker pull ghcr.io/devrail-dev/dev-toolchain:1.9.0

# Major version (floating, always latest vv1.x.x)
docker pull ghcr.io/devrail-dev/dev-toolchain:v1

Verify Image Signature

cosign verify \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/devrail-dev/dev-toolchain' \
  ghcr.io/devrail-dev/dev-toolchain:1.9.0

Full Changelog: v1.8.8...v1.9.0

v1.8.1

19 Mar 04:58

Choose a tag to compare

Container Image

Pull the image:

# Exact version (immutable)
docker pull ghcr.io/devrail-dev/dev-toolchain:1.8.1

# Major version (floating, always latest vv1.x.x)
docker pull ghcr.io/devrail-dev/dev-toolchain:v1

Verify Image Signature

cosign verify \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/devrail-dev/dev-toolchain' \
  ghcr.io/devrail-dev/dev-toolchain:1.8.1

What's Changed

Full Changelog: v1.8.0...v1.8.1