Skip to content

Releases: suorcd/openbao-plugin-secrets-nebula

v2.10.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 17:41
aa8038f

OpenBao Nebula Secrets Plugin v2.10.0

This release contains the OpenBao plugin binary for managing Nebula certificates.

Installation

  1. Download the appropriate binary for your system
  2. Move it to your OpenBao plugins directory
  3. Register the plugin with OpenBao:
SHA256=$(sha256sum openbao-plugin-secrets-nebula | cut -d' ' -f1)
bao write sys/plugins/catalog/secret/bao-plugin-secrets-nebula sha256=$SHA256 command="openbao-plugin-secrets-nebula"

Changelog

Full Changelog: mkrauser/openbao-plugin-secrets-nebula@v2.0.5...v2.10.0

v2.10.0-alpha.1

v2.10.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Sep 20:57

OpenBao Nebula Secrets Plugin v2.10.0-alpha.1

This release contains the OpenBao plugin binary for managing Nebula certificates.

Installation

  1. Download the appropriate binary for your system
  2. Move it to your OpenBao plugins directory
  3. Register the plugin with OpenBao:
SHA256=$(sha256sum openbao-plugin-secrets-nebula | cut -d' ' -f1)
bao write sys/plugins/catalog/secret/bao-plugin-secrets-nebula sha256=$SHA256 command="openbao-plugin-secrets-nebula"

Changelog

Full Changelog: mkrauser/openbao-plugin-secrets-nebula@v2.0.5...v2.10.0-alpha.1

v2.0.5

Choose a tag to compare

@github-actions github-actions released this 23 Jul 23:40
906dc08

OpenBao Nebula Secrets Plugin v2.0.5

This release contains the OpenBao plugin binary for managing Nebula certificates.

Installation

  1. Download the appropriate binary for your system
  2. Move it to your OpenBao plugins directory
  3. Register the plugin with OpenBao:
SHA256=$(sha256sum openbao-plugin-secrets-nebula | cut -d' ' -f1)
bao write sys/plugins/catalog/secret/bao-plugin-secrets-nebula sha256=$SHA256 command="openbao-plugin-secrets-nebula"

Changelog

  • 906dc08 fix: update goreleaser to v2 config and bump CI Go to 1.26 (#4)

Full Changelog: mkrauser/openbao-plugin-secrets-nebula@v2.0.4...v2.0.5

v2.0.3

Choose a tag to compare

@github-actions github-actions released this 30 Jun 18:45

OpenBao Nebula Secrets Plugin v2.0.3

This release contains the OpenBao plugin binary for managing Nebula certificates.

Installation

  1. Download the appropriate binary for your system
  2. Move it to your OpenBao plugins directory
  3. Register the plugin with OpenBao:
SHA256=$(sha256sum openbao-plugin-secrets-nebula | cut -d' ' -f1)
bao write sys/plugins/catalog/secret/bao-plugin-secrets-nebula sha256=$SHA256 command="openbao-plugin-secrets-nebula"

Changelog

  • 4e695c0 fix: use native Curve25519 (X25519) keygen for node certs in /issue
  • 3b287e9 upgrade to v2.0.3

Full Changelog: mkrauser/openbao-plugin-secrets-nebula@v2.0.2...v2.0.3

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 30 Jun 17:16

OpenBao Nebula Secrets Plugin v2.0.2

This release contains the OpenBao plugin binary for managing Nebula certificates.

Installation

  1. Download the appropriate binary for your system
  2. Move it to your OpenBao plugins directory
  3. Register the plugin with OpenBao:
SHA256=$(sha256sum openbao-plugin-secrets-nebula | cut -d' ' -f1)
bao write sys/plugins/catalog/secret/bao-plugin-secrets-nebula sha256=$SHA256 command="openbao-plugin-secrets-nebula"

Changelog

  • bb83dbd adding openapi.yaml
  • 8a74f59 fix: resolve x25519 seed crypto bug and rename sign to issue endpoint
  • 042e230 update readme

Full Changelog: mkrauser/openbao-plugin-secrets-nebula@v2.0.1...v2.0.2

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 29 Jun 22:58

OpenBao Nebula Secrets Plugin v2.0.1

This release contains the OpenBao plugin binary for managing Nebula certificates.

Installation

  1. Download the appropriate binary for your system
  2. Move it to your OpenBao plugins directory
  3. Register the plugin with OpenBao:
SHA256=$(sha256sum openbao-plugin-secrets-nebula | cut -d' ' -f1)
bao write sys/plugins/catalog/secret/bao-plugin-secrets-nebula sha256=$SHA256 command="openbao-plugin-secrets-nebula"

Changelog

Full Changelog: mkrauser/openbao-plugin-secrets-nebula@v2.0.0...v2.0.1