File tree 3 files changed +6
-3
lines changed
cmd/vault-plugin-auth-openhorizon
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ 1.2.0] - 2025-03-04
5
+ ## [ 1.2.1] ( https://github.com/open-horizon/vault-plugin-auth-openhorizon/pull/90 ) - 2025-03-04
6
+ - Fixed type in module reference.
7
+
8
+ ## [ 1.2.0] ( https://github.com/open-horizon/vault-plugin-auth-openhorizon/compare/v1.1.5...open-horizon:vault-plugin-auth-openhorizon:v1.2.0?expand=1 ) - 2025-03-04
6
9
- Issue 84: Separated Out auth plugin for Vault into its own deliverables.
7
10
- Naming convention changes to conform to other plugins in the community.
8
11
- github.com/hashicorp/vault/api v1.15.0 -> v1.16.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ VAULT_PLUGIN_HASH := ""
10
10
11
11
EXECUTABLE := vault-plugin-auth-openhorizon
12
12
DOCKER_INAME ?= openhorizon/$(arch ) _vault
13
- VERSION ?= 1.2.0
13
+ VERSION ?= 1.2.1
14
14
DEV_VERSION ?=testing
15
15
DOCKER_IMAGE_LABELS ?= --label "name=$(arch ) _vault" --label "version=$(VERSION ) " --label "vault_version=$(VAULT_VERSION ) " --label "release=$(shell git rev-parse --short HEAD) "
16
16
Original file line number Diff line number Diff line change 6
6
7
7
"github.com/hashicorp/vault/api"
8
8
"github.com/hashicorp/vault/sdk/plugin"
9
- openhorizon "github.com/open-openhorizon /vault-plugin-auth-openhorizon"
9
+ openhorizon "github.com/open-horizon /vault-plugin-auth-openhorizon"
10
10
)
11
11
12
12
// This plugin provides authentication support for openhorizon users within bao.
You can’t perform that action at this time.
0 commit comments