Skip to content

Commit

Permalink
Katafygio (#302)
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)

* katafygio: Add package

Co-authored-by: Erik Osterman <[email protected]>
Co-authored-by: Cloud Posse Bot (CI/CD) <[email protected]>
  • Loading branch information
3 people committed Dec 27, 2019
1 parent 89b80eb commit 9f1c322
Show file tree
Hide file tree
Showing 8 changed files with 29 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 @@ -55,6 +55,7 @@ vendor/json2hcl: vendor/json2hcl/**
vendor/jx: vendor/jx/**
vendor/k6: vendor/k6/**
vendor/k9s: vendor/k9s/**
vendor/katafygio: vendor/katafygio/**
vendor/kfctl: vendor/kfctl/**
vendor/kind: vendor/kind/**
vendor/kops-1.12: vendor/kops-1.12/**
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ json2hcl 0.0.6 Convert JSON to HCL, and vice versa
jx 2.0.1067 Jenkins-X
k6 0.25.1 A modern load testing tool, using Go and JavaScript - https://k6.io
k9s 0.9.3 Kubernetes CLI To Manage Your Clusters In Style
katafygio 0.8.1 K8s continuous backup to git
kfctl 0.7.0 Machine Learning Toolkit for Kubernetes
kind 0.6.1 A tool for running local Kubernetes clusters using Docker
kops 1.15.0 Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
Expand Down
1 change: 1 addition & 0 deletions docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ json2hcl 0.0.6 Convert JSON to HCL, and vice versa
jx 2.0.1067 Jenkins-X
k6 0.25.1 A modern load testing tool, using Go and JavaScript - https://k6.io
k9s 0.9.3 Kubernetes CLI To Manage Your Clusters In Style
katafygio 0.8.1 K8s continuous backup to git
kfctl 0.7.0 Machine Learning Toolkit for Kubernetes
kind 0.6.1 A tool for running local Kubernetes clusters using Docker
kops 1.15.0 Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
Expand Down
1 change: 1 addition & 0 deletions vendor/katafygio/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
K8s continuous backup to git
1 change: 1 addition & 0 deletions vendor/katafygio/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MIT
22 changes: 22 additions & 0 deletions vendor/katafygio/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Typical Github binary release

## Package details
export VENDOR = bpineau
export PACKAGE_NAME = katafygio
export PACKAGE_REPO_NAME = katafygio
export DOWNLOAD_URL = $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/$(PACKAGE_NAME)_$(PACKAGE_VERSION)_$(OS)_$(ARCH)

## APK build specific requirements
export APK_BUILD_TEMPLATE = APKBUILD.github-binary

## Uncomment only if you need additional libraries
export APKBUILD_DEPENDS += libc6-compat musl

include ../../tasks/Makefile.package
include ../../tasks/Makefile.apk

install:
$(call download_binary)

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

0 comments on commit 9f1c322

Please sign in to comment.