Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.5...v1.4.0) (2023-12-06)

### Features

* create issue when adding nkeys or jwts ([bb5c772](bb5c772))
  • Loading branch information
semantic-release-bot committed Dec 6, 2023
1 parent d71b8c4 commit 1babd1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ metadata:
spec:
size: 1
# Use the custom vault image containing the NATS secrets plugin
image: ghcr.io/edgefarm/vault-plugin-secrets-nats/vault-with-nats-secrets:1.3.5
image: ghcr.io/edgefarm/vault-plugin-secrets-nats/vault-with-nats-secrets:1.4.0
config:
disable_mlock: true
plugin_directory: "/etc/vault/vault_plugins"
Expand All @@ -209,7 +209,7 @@ spec:
plugins:
- plugin_name: vault-plugin-secrets-nats
command: vault-plugin-secrets-nats --tls-skip-verify --ca-cert=/vault/tls/ca.crt
sha256: 4b52e1a87714bd7e8e165f8ab70b563d3f98b77b2b5d3397abe113c5f8438748
sha256: 1e6ea81a74042eac16f042aac3e747353adc8328b1e1d759c3451211b1feec92
type: secret
secrets:
- path: nats-secrets
Expand Down
4 changes: 2 additions & 2 deletions dev/manifests/vault/vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
size: 1
# Use the custom vault image containing the NATS secrets plugin
image: ghcr.io/edgefarm/vault-plugin-secrets-nats/vault-with-nats-secrets:1.3.5
image: ghcr.io/edgefarm/vault-plugin-secrets-nats/vault-with-nats-secrets:1.4.0

# Common annotations for all created resources
annotations:
Expand Down Expand Up @@ -129,7 +129,7 @@ spec:
plugins:
- plugin_name: vault-plugin-secrets-nats
command: vault-plugin-secrets-nats --tls-skip-verify --ca-cert=/vault/tls/ca.crt
sha256: 4b52e1a87714bd7e8e165f8ab70b563d3f98b77b2b5d3397abe113c5f8438748
sha256: 1e6ea81a74042eac16f042aac3e747353adc8328b1e1d759c3451211b1feec92
type: secret

policies:
Expand Down

0 comments on commit 1babd1c

Please sign in to comment.