Skip to content

Commit 239ce10

Browse files
authored
Merge pull request #90 from naphelps/issue-84
Issue 84: Fixed typo in module reference.
2 parents 815d3e4 + 5cd8a40 commit 239ce10

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

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
69
- Issue 84: Separated Out auth plugin for Vault into its own deliverables.
710
- Naming convention changes to conform to other plugins in the community.
811
- github.com/hashicorp/vault/api v1.15.0 -> v1.16.0

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ VAULT_PLUGIN_HASH := ""
1010

1111
EXECUTABLE := vault-plugin-auth-openhorizon
1212
DOCKER_INAME ?= openhorizon/$(arch)_vault
13-
VERSION ?= 1.2.0
13+
VERSION ?= 1.2.1
1414
DEV_VERSION ?=testing
1515
DOCKER_IMAGE_LABELS ?= --label "name=$(arch)_vault" --label "version=$(VERSION)" --label "vault_version=$(VAULT_VERSION)" --label "release=$(shell git rev-parse --short HEAD)"
1616

cmd/vault-plugin-auth-openhorizon/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
"github.com/hashicorp/vault/api"
88
"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"
1010
)
1111

1212
// This plugin provides authentication support for openhorizon users within bao.

0 commit comments

Comments
 (0)