Skip to content

Commit d3aa28e

Browse files
make credentials_provider internal (#19)
* make credentials_provider internal
1 parent e87d9d0 commit d3aa28e

File tree

8 files changed

+1014
-395
lines changed

8 files changed

+1014
-395
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v0.1.0 (2021-06-08)
4+
### Added
5+
* Tests for vault credential provider
6+
* Vault service health check
7+
8+
### Changed
9+
* Update credentials provider to be internal package
10+
* Environmental variable handling
11+
312
## v0.0.4 (2021-06-03)
413
### Fixed
514
* Passing Argo context to Argo Workflow calls

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lint:
1414
golangci-lint run
1515

1616
test:
17-
go test -race -timeout=180s -coverprofile=coverage.out ./service #github.com/argoproj-labs/argo-cloudops
17+
go test -race -timeout=180s -coverprofile=coverage.out ./... #github.com/argoproj-labs/argo-cloudops
1818

1919
tidy:
2020
go mod tidy

service/credential_providers.go

-297
This file was deleted.

0 commit comments

Comments
 (0)