Skip to content

Commit

Permalink
Cfssl: Add Package (#297)
Browse files Browse the repository at this point in the history
* Rebuilt README.md (#270)

* Automatically update README nightly (#268)

* Automatically update README nightly

* fix triggers

* add name

* fix syntax

* add labels

* Fix example (#272)

* Update README.md (#273)

* Kind (#266)

* update: add kind

* update: minor pathing fixes to makefile inclusion documentation for a functional example

* update: Additional notes for adding new packages, minor wording fix for description of fetch package, update of readme

* Update README.yaml

Co-Authored-By: Erik Osterman <[email protected]>

* Update README.md

Co-Authored-By: Erik Osterman <[email protected]>

* update: minor readme fixes

* Update README.yaml

Co-Authored-By: Erik Osterman <[email protected]>

* Update README.yaml

Co-Authored-By: Erik Osterman <[email protected]>

* Update README.md (#274)

* Automated Package Updates (#275)

* update packages

* Fix vendor packages after updates

* Restore Makefile

* fix tarball

* reset release

* Update actions (#276)

* Update actions

* refactor auto-lable

* remove dup

* Update README.md (#278)

* update packages (#279)

* Automated Package Updates (#280)

* update packages

* fix sops download url

* Automated Package Updates (#281)

* update packages

* Fix pandoc url

* Rollback release

* update packages (#282)

* feature: kubectl plugin manager (krew) app (#286)

* [jx] add tool (#287)

* [jx] add tool

* fix: install as tarball, not binary

* [rancher] Add Package (#288)

* update packages (#285)

* Amtool (#271)

* update: addition of amtool

* update: addition of amtool

* update: amtool build fixes

* update: amtool build fixes

* update: amtool apk build

* fix: add amtool to auto-label

* fix: Makefile fix?

* fix: Makefile auto-label

* update: readme update

* update: auto-label space update

* Automated Package Updates (#289)

* update packages

* update packages

* update packages

* update packages (#290)

* cfssl: Add package

* cfssl: Add package
  • Loading branch information
zloeber authored and osterman committed Dec 10, 2019
1 parent 78e6a53 commit ba76692
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ vendor/awless: vendor/awless/**
vendor/aws-iam-authenticator: vendor/aws-iam-authenticator/**
vendor/aws-okta: vendor/aws-okta/**
vendor/aws-vault: vendor/aws-vault/**
vendor/cfssl: vendor/cfssl/**
vendor/chamber: vendor/chamber/**
vendor/cli53: vendor/cli53/**
vendor/cloudflared: vendor/cloudflared/**
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ awless 0.1.11 A Mighty CLI for AWS
aws-iam-authenticator 0.4.0 A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
aws-okta 0.19.4 aws-okta allows users to authenticate with AWS using Okta credentials
aws-vault 4.7.1 A vault for securely storing and accessing AWS credentials in development environments
cfssl 1.4.1 Cloudflare's PKI and TLS toolkit
chamber 2.7.5 CLI for managing secrets
cli53 0.8.16 Command line tool for Amazon Route 53
cloudflared 2019.9.0 Argo Tunnel client
Expand Down
1 change: 1 addition & 0 deletions docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ awless 0.1.11 A Mighty CLI for AWS
aws-iam-authenticator 0.4.0 A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
aws-okta 0.19.4 aws-okta allows users to authenticate with AWS using Okta credentials
aws-vault 4.7.1 A vault for securely storing and accessing AWS credentials in development environments
cfssl 1.4.1 Cloudflare's PKI and TLS toolkit
chamber 2.7.5 CLI for managing secrets
cli53 0.8.16 Command line tool for Amazon Route 53
cloudflared 2019.9.0 Argo Tunnel client
Expand Down
1 change: 1 addition & 0 deletions vendor/cfssl/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cloudflare's PKI and TLS toolkit
1 change: 1 addition & 0 deletions vendor/cfssl/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BSD2
14 changes: 14 additions & 0 deletions vendor/cfssl/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
include ../../tasks/Makefile.package
include ../../tasks/Makefile.apk

export VENDOR = cloudflare
export PACKAGE_NAME = cfssl
export PACKAGE_REPO_NAME = cfssl
export DOWNLOAD_URL = $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/cfssl_$(PACKAGE_VERSION)_$(OS)_$(ARCH)
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary

install:
$(call download_binary)

test:
$(PACKAGE_EXE) version
1 change: 1 addition & 0 deletions vendor/cfssl/RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
1 change: 1 addition & 0 deletions vendor/cfssl/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.4.1

0 comments on commit ba76692

Please sign in to comment.