Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull in upstrea #1

Open
wants to merge 77 commits into
base: master
Choose a base branch
from
Open

pull in upstrea #1

wants to merge 77 commits into from

Conversation

bonedaddy
Copy link

No description provided.

dependabot-preview bot and others added 30 commits November 22, 2019 06:09
…rfave/cli-1.22.2

Bump github.com/urfave/cli from 1.22.1 to 1.22.2
Set CRL expiration to 2 years
…rfave/cli-1.22.3

Bump github.com/urfave/cli from 1.22.2 to 1.22.3
This allows for using `go test -v ./...` to run all the tests without
requiring binaries to be available on the host. The integration tests
can be triggered using `go test -v -tags=integration ./...`
I believe the docker build broke after merging #93. This change should
fix #105
…urfave/cli-1.22.4

Bump github.com/urfave/cli from 1.22.3 to 1.22.4
Fix docker build after removal of vendored deps
GH Actions will build on every PR and every Push and perform the
following:
- go build
- go test
- integration tests
- golanci-lint run

There are some linter errors, so linter fails are currently being
ignored, but they can be easily turned on once the code is fixed in a
subsequent PR.
Add option to create CA restricted to some domains
The description, related to generated binaries, is not right,
update to generated binaries information
…urfave/cli-1.22.5

Bump github.com/urfave/cli from 1.22.4 to 1.22.5
Adding/subtracting from time.Time with a plain integer is making
adjustments by the nanosecond whereas the intention was to create new
certificates that have a validity period starting 10 minutes in the past.
Fix NotBefore calculation on new certificates
isemaya-square and others added 30 commits May 16, 2022 12:59
Adding to run tests in windows environment
Removed lint-windows because code doesn't change between platforms, so we only need one linter
…-permissions

created separate perms for windows so that windows users will no longer experience permission denied issues
Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.15.2 to 0.16.2.
- [Release notes](https://github.com/smallstep/crypto/releases)
- [Commits](smallstep/crypto@v0.15.2...v0.16.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
…crypto-0.16.2

Bump go.step.sm/crypto from 0.15.2 to 0.16.2
* Expand on permissions error message.

If permissions are not as expected by certstrap it will give a very
terse "permission denied" message that gives no indication of what the
error is or how to address it.  This small PR expands the error message
to explain with which file the permissions problem lies, and why the
problem arose.  This allows users to be able to address the issue.

* Fix typo.
updated go version to 1.16 in response to permission denied issues
Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.16.2 to 0.17.0.
- [Release notes](https://github.com/smallstep/crypto/releases)
- [Commits](smallstep/crypto@v0.16.2...v0.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
…for-passphrase-protected-ca

Allow password-protected CAs to call revoke command
…crypto-0.17.0

Bump go.step.sm/crypto from 0.16.2 to 0.17.0
…ic_identity

update cism to cryptographic-identity
Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.17.0 to 0.25.1.
- [Release notes](https://github.com/smallstep/crypto/releases)
- [Commits](smallstep/crypto@v0.17.0...v0.25.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
…crypto-0.25.1

Bump go.step.sm/crypto from 0.17.0 to 0.25.1
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.9 to 1.22.12.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v1.22.9...v1.22.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
…urfave/cli-1.22.12

Bump github.com/urfave/cli from 1.22.9 to 1.22.12
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.12 to 1.22.13.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v1.22.12...v1.22.13)

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

Signed-off-by: dependabot[bot] <[email protected]>
…urfave/cli-1.22.13

Bump github.com/urfave/cli from 1.22.12 to 1.22.13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.