Skip to content

pull in upstrea#1

Open
bonedaddy wants to merge 89 commits intoRTradeLtd:masterfrom
square:master
Open

pull in upstrea#1
bonedaddy wants to merge 89 commits intoRTradeLtd:masterfrom
square:master

Conversation

@bonedaddy
Copy link
Copy Markdown

No description provided.

dependabot-preview Bot and others added 30 commits November 22, 2019 06:09
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.1 to 1.22.2.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md)
- [Commits](urfave/cli@v1.22.1...v1.22.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…rfave/cli-1.22.2

Bump github.com/urfave/cli from 1.22.1 to 1.22.2
Set CRL expiration to 2 years
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.2 to 1.22.3.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md)
- [Commits](urfave/cli@v1.22.2...v1.22.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…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 ./...`
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.3 to 1.22.4.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md)
- [Commits](urfave/cli@v1.22.3...v1.22.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.4 to 1.22.5.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md)
- [Commits](urfave/cli@v1.22.4...v1.22.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…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
jdtw and others added 30 commits July 1, 2022 09:49
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] <support@github.com>
…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] <support@github.com>
…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] <support@github.com>
…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] <support@github.com>
…urfave/cli-1.22.13

Bump github.com/urfave/cli from 1.22.12 to 1.22.13
Pin github action versions following Github security best practices
Merge pull request #229 from matthewhart-block/master
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.