Commit Graph

4693 Commits

Author SHA1 Message Date
Max
364629e2a2 [ci] Missing permission in goreleaser job (#1993) 2024-09-13 10:05:38 -07:00
Max
7177451ec1 Update CHANGELOG for v0.27.3 (#1992)
* Update CHANGELOG for v0.27.3

Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
2024-09-12 14:24:40 -07:00
Herman Slatman
c118a2a154 Merge pull request #1976 from leonweecs/leonweecs/vault-aws-auth
Add AWS auth method for Vault RA mode
2024-09-12 10:35:30 +02:00
Leon Wee
78e7678c58 Add AWS auth method for Vault RA mode
This commit adds the AWS auth method for Vault RA mode following similar
pattern in the existing approle and kubernetes methods.

This auth method supports both iam and ec2 auth type, see
https://developer.hashicorp.com/vault/docs/auth/aws for more info.

Implements #1946
2024-09-12 15:43:02 +12:00
step-ci
5b1eebd756 Merge pull request #1987 from smallstep/dependabot/go_modules/google.golang.org/api-0.196.0
Bump google.golang.org/api from 0.195.0 to 0.196.0
2024-09-10 04:19:29 -07:00
dependabot[bot]
a42ac7d670 Bump google.golang.org/api from 0.195.0 to 0.196.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.195.0 to 0.196.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.195.0...v0.196.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-10 11:14:06 +00:00
step-ci
9fa9886910 Merge pull request #1988 from smallstep/dependabot/go_modules/golang.org/x/net-0.29.0
Bump golang.org/x/net from 0.28.0 to 0.29.0
2024-09-10 04:13:18 -07:00
dependabot[bot]
2bd33590de Bump golang.org/x/net from 0.28.0 to 0.29.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.29.0.
- [Commits](https://github.com/golang/net/compare/v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-10 11:07:30 +00:00
step-ci
6703b88292 Merge pull request #1990 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.27.0
Bump golang.org/x/crypto from 0.26.0 to 0.27.0
2024-09-10 04:06:38 -07:00
step-ci
6b6c4e94fc Merge pull request #1989 from smallstep/dependabot/go_modules/github.com/prometheus/client_golang-1.20.3
Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3
2024-09-10 04:06:17 -07:00
dependabot[bot]
6d789f9f7e Bump golang.org/x/crypto from 0.26.0 to 0.27.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.26.0 to 0.27.0.
- [Commits](https://github.com/golang/crypto/compare/v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 15:08:44 +00:00
dependabot[bot]
847f0c1ffd Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.2 to 1.20.3.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.3/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.20.2...v1.20.3)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 15:08:41 +00:00
step-ci
6b87cc4085 Merge pull request #1983 from smallstep/dependabot/go_modules/github.com/Masterminds/sprig/v3-3.3.0
Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0
2024-09-03 02:04:29 -07:00
step-ci
b0a3c4efae Merge pull request #1982 from smallstep/dependabot/go_modules/google.golang.org/api-0.195.0
Bump google.golang.org/api from 0.194.0 to 0.195.0
2024-09-03 02:02:47 -07:00
dependabot[bot]
3e4ddc18c2 Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0
Bumps [github.com/Masterminds/sprig/v3](https://github.com/Masterminds/sprig) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/Masterminds/sprig/releases)
- [Changelog](https://github.com/Masterminds/sprig/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Masterminds/sprig/compare/v3.2.3...v3.3.0)

---
updated-dependencies:
- dependency-name: github.com/Masterminds/sprig/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 08:30:03 +00:00
dependabot[bot]
ce3ef2981f Bump google.golang.org/api from 0.194.0 to 0.195.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.194.0 to 0.195.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.194.0...v0.195.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 08:30:03 +00:00
step-ci
3f7c5bde79 Merge pull request #1984 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.51.2
Bump go.step.sm/crypto from 0.51.1 to 0.51.2
2024-09-03 01:29:12 -07:00
step-ci
7b6a12bcab Merge pull request #1981 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.66.0
Bump google.golang.org/grpc from 1.65.0 to 1.66.0
2024-09-03 01:28:01 -07:00
dependabot[bot]
624f87b78f Bump go.step.sm/crypto from 0.51.1 to 0.51.2
Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.51.1 to 0.51.2.
- [Release notes](https://github.com/smallstep/crypto/releases)
- [Commits](https://github.com/smallstep/crypto/compare/v0.51.1...v0.51.2)

---
updated-dependencies:
- dependency-name: go.step.sm/crypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 15:48:06 +00:00
dependabot[bot]
e180d470b9 Bump google.golang.org/grpc from 1.65.0 to 1.66.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.65.0 to 1.66.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.65.0...v1.66.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 15:47:37 +00:00
Herman Slatman
5af2a9ec6a Merge pull request #1980 from emmanuel-ferdman/wip
Update reference to contributing file
2024-09-02 14:32:48 +02:00
Emmanuel Ferdman
52a4a27972 Update reference to contributing file
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2024-09-02 15:21:25 +03:00
step-ci
cc9617e146 Merge pull request #1971 from smallstep/dependabot/go_modules/google.golang.org/api-0.194.0
Bump google.golang.org/api from 0.191.0 to 0.194.0
2024-08-27 05:28:06 -07:00
dependabot[bot]
fc9d5e3d57 Bump google.golang.org/api from 0.191.0 to 0.194.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.191.0 to 0.194.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.191.0...v0.194.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27 12:21:42 +00:00
step-ci
df26821249 Merge pull request #1973 from smallstep/dependabot/go_modules/github.com/prometheus/client_golang-1.20.2
Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2
2024-08-27 05:16:11 -07:00
step-ci
637a000552 Merge pull request #1974 from smallstep/dependabot/go_modules/cloud.google.com/go/longrunning-0.6.0
Bump cloud.google.com/go/longrunning from 0.5.11 to 0.6.0
2024-08-27 05:15:10 -07:00
dependabot[bot]
d24bf8d066 Bump cloud.google.com/go/longrunning from 0.5.11 to 0.6.0
Bumps [cloud.google.com/go/longrunning](https://github.com/googleapis/google-cloud-go) from 0.5.11 to 0.6.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/longrunning/v0.5.11...v0.6.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/longrunning
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27 12:08:53 +00:00
step-ci
eccb85d58a Merge pull request #1975 from smallstep/dependabot/go_modules/cloud.google.com/go/security-1.18.0
Bump cloud.google.com/go/security from 1.17.5 to 1.18.0
2024-08-27 05:07:56 -07:00
dependabot[bot]
3d68156de5 Bump cloud.google.com/go/security from 1.17.5 to 1.18.0
Bumps [cloud.google.com/go/security](https://github.com/googleapis/google-cloud-go) from 1.17.5 to 1.18.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/retail/v1.17.5...kms/v1.18.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/security
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27 10:00:18 +00:00
dependabot[bot]
f10fc467f8 Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.1 to 1.20.2.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.20.1...v1.20.2)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27 10:00:17 +00:00
step-ci
fa9cb90a2c Merge pull request #1972 from smallstep/dependabot/go_modules/github.com/rs/xid-1.6.0
Bump github.com/rs/xid from 1.5.0 to 1.6.0
2024-08-27 02:59:26 -07:00
dependabot[bot]
68e0d487aa Bump github.com/rs/xid from 1.5.0 to 1.6.0
Bumps [github.com/rs/xid](https://github.com/rs/xid) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/rs/xid/releases)
- [Commits](https://github.com/rs/xid/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/rs/xid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 15:50:56 +00:00
Herman Slatman
442be8da1c Merge pull request #1970 from smallstep/herman/upgrade-google-cloud-sdk-auth 2024-08-21 16:29:42 +02:00
Herman Slatman
6b8fb2b857 Upgrade cloud.google.com/go/auth to v0.9.0 2024-08-21 00:33:53 +02:00
Herman Slatman
e337f72730 Merge pull request #1662 from smallstep/herman/fix-nebula-curve-param
Fix Nebula ECDSA P-256 support
2024-08-21 00:06:46 +02:00
Herman Slatman
1b09b1143e Use require and assert in a few more Nebula test functions 2024-08-20 23:09:11 +02:00
Herman Slatman
74d30d975a Add test for Nebula with ECDSA P256 keys 2024-08-20 23:01:38 +02:00
Herman Slatman
11c07fa36f Upgrade github.com/slackhq/nebula to v0.9.3 2024-08-20 21:25:50 +02:00
Herman Slatman
84d340d373 Merge branch 'master' into herman/fix-nebula-curve-param 2024-08-20 21:15:21 +02:00
github-actions[bot]
ff1a0d2f95 Merge pull request #1877 from smallstep/dependabot/go_modules/github.com/google/go-tpm-0.9.1
Bump github.com/google/go-tpm from 0.9.0 to 0.9.1
2024-08-20 20:41:38 +02:00
Herman Slatman
bdb68823e6 Run go mod tidy 2024-08-20 19:23:34 +02:00
step-ci
03f25da619 Merge pull request #1967 from smallstep/dependabot/go_modules/cloud.google.com/go/security-1.17.5
Bump cloud.google.com/go/security from 1.17.4 to 1.17.5
2024-08-20 09:21:48 -07:00
dependabot[bot]
cca32ca582 Bump cloud.google.com/go/security from 1.17.4 to 1.17.5
Bumps [cloud.google.com/go/security](https://github.com/googleapis/google-cloud-go) from 1.17.4 to 1.17.5.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/retail/v1.17.4...retail/v1.17.5)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/security
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-20 16:18:04 +00:00
step-ci
340eadae8c Merge pull request #1969 from smallstep/dependabot/go_modules/github.com/prometheus/client_golang-1.20.1
Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1
2024-08-20 09:16:28 -07:00
dependabot[bot]
8ae26c80a2 Bump github.com/google/go-tpm from 0.9.0 to 0.9.1
Bumps [github.com/google/go-tpm](https://github.com/google/go-tpm) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/google/go-tpm/releases)
- [Commits](https://github.com/google/go-tpm/compare/v0.9.0...v0.9.1)

---
updated-dependencies:
- dependency-name: github.com/google/go-tpm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-20 16:12:54 +00:00
dependabot[bot]
6c69dbdb98 Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.1 to 1.20.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.1/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.19.1...v1.20.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-20 16:04:41 +00:00
step-ci
f3c73d5803 Merge pull request #1966 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.26.0
Bump golang.org/x/crypto from 0.25.0 to 0.26.0
2024-08-20 08:51:14 -07:00
Herman Slatman
aeb5e1b366 Address linter issues 2024-08-20 16:54:29 +02:00
dependabot[bot]
91fccfe298 Bump golang.org/x/crypto from 0.25.0 to 0.26.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.25.0 to 0.26.0.
- [Commits](https://github.com/golang/crypto/compare/v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 15:45:25 +00:00
Herman Slatman
a9f40bab20 Merge pull request #1960 from smallstep/herman/wire-db-interface
Change `Wire` DB operations into using a runtime type assertion
2024-08-13 22:16:22 +02:00