-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
771 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
* Wed Mar 11 2020 Matiss Treinis <mrtreinis@gmail.com> - 1.1.0 | ||
- Logging timer no longer reports nonsense values (#1). | ||
- Environment name is now available from within scripts (#2). | ||
- Archives created using the API now have proper timestamps and metadata (#3). | ||
- Empty error messages are no longer possible in libkafe to avoid ambiguous errors (#4). | ||
- Extra arguments to "do" command are now forwarded to task function (#5). | ||
- SSH key passphrase and user password can now be defined in executing environment (#6). | ||
|
||
* Wed Mar 4 2020 Matiss Treinis <mrtreinis@gmail.com> - 1.0.0 | ||
- Initial public release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
### Latest stable release downloads | ||
#### Latest stable build is v1.1.0 | ||
|
||
Here you can find links to latest binary packages for all supported operating systems. | ||
|
||
- [CentOS and RHEL 7](#centos-and-rhel-7) | ||
- [CentOS and RHEL 8](#centos-and-rhel-8) | ||
- [Debian 9](#debian-9) | ||
- [Debian 10](#debian-10) | ||
- [Debian 11](#debian-11) | ||
- [Fedora 31](#fedora-31) | ||
- [Fedora 32](#fedora-32) | ||
- [Fedora 33](#fedora-33) | ||
- [Ubuntu 18.04](#ubuntu-1804) | ||
- [Ubuntu 19.10](#ubuntu-1910) | ||
- [Ubuntu 20.04](#ubuntu-2004) | ||
|
||
*NOTE:* macOS is supported, but there are no binary builds available. See [README](./README.md#building-on-macos) | ||
on how to build macOS binaries from source. | ||
|
||
*NOTE:* You should be able to use these binary packages for any derivative distributions too. For example, | ||
Elementary OS 5.1 users can use Ubuntu 18.04 packages, since Elementary OS 5.1 is based on Ubuntu 18.04. | ||
|
||
See [releases](https://github.com/libkafe/kafe/releases) for all available downloads and historic versions, | ||
including development headers. | ||
|
||
#### CentOS and RHEL 7 | ||
|
||
- [kafe-cli-1.1.0-1.x86_64.el7.rpm](https://github.com/libkafe/kafe/releases/download/v1.1.0/kafe-cli-1.1.0-1.x86_64.el7.rpm) | ||
- [libkafe-1.1.0-1.x86_64.el7.rpm](https://github.com/libkafe/kafe/releases/download/v1.1.0/libkafe-1.1.0-1.x86_64.el7.rpm) | ||
|
||
**IMPORTANT:** Kafe requires Lua version 5.3, a dependency not available in EL7 by default. You can either | ||
build the package yourself or use [Cheese](http://www.nosuchhost.net/~cheese/fedora/packages/epel-7/x86_64/cheese-release.html) | ||
repository to obtain compatible Lua package. | ||
|
||
#### CentOS and RHEL 8 | ||
|
||
- [kafe-cli-1.1.0-1.x86_64.el8.rpm](https://github.com/libkafe/kafe/releases/download/v1.1.0/kafe-cli-1.1.0-1.x86_64.el8.rpm) | ||
- [libkafe-1.1.0-1.x86_64.el8.rpm](https://github.com/libkafe/kafe/releases/download/v1.1.0/libkafe-1.1.0-1.x86_64.el8.rpm) | ||
|
||
#### Debian 9 | ||
|
||
- [kafe-cli_1.1.0_amd64.deb9.deb](https://github.com/libkafe/kafe/releases/download/v1.1.0/kafe-cli_1.1.0_amd64.deb9.deb) | ||
- [libkafe_1.1.0_amd64.deb9.deb](https://github.com/libkafe/kafe/releases/download/v1.1.0/libkafe_1.1.0_amd64.deb9.deb) | ||
|
||
#### Debian 10 | ||
|
||
- [kafe-cli_1.1.0_amd64.deb10.deb](https://github.com/libkafe/kafe/releases/download/v1.1.0/kafe-cli_1.1.0_amd64.deb10.deb) | ||
- [libkafe_1.1.0_amd64.deb10.deb](https://github.com/libkafe/kafe/releases/download/v1.1.0/libkafe_1.1.0_amd64.deb10.deb) | ||
|
||
#### Debian 11 | ||
|
||
- [kafe-cli_1.1.0_amd64.deb11.deb](https://github.com/libkafe/kafe/releases/download/v1.1.0/kafe-cli_1.1.0_amd64.deb11.deb) | ||
- [libkafe_1.1.0_amd64.deb11.deb](https://github.com/libkafe/kafe/releases/download/v1.1.0/libkafe_1.1.0_amd64.deb11.deb) | ||
|
||
#### Fedora 31 | ||
|
||
- [kafe-cli-1.1.0-1.x86_64.f31.rpm](https://github.com/libkafe/kafe/releases/download/v1.1.0/kafe-cli-1.1.0-1.x86_64.f31.rpm) | ||
- [libkafe-1.1.0-1.x86_64.f31.rpm](https://github.com/libkafe/kafe/releases/download/v1.1.0/libkafe-1.1.0-1.x86_64.f31.rpm) | ||
|
||
#### Fedora 32 | ||
|
||
- [kafe-cli-1.1.0-1.x86_64.f32.rpm](https://github.com/libkafe/kafe/releases/download/v1.1.0/kafe-cli-1.1.0-1.x86_64.f32.rpm) | ||
- [libkafe-1.1.0-1.x86_64.f32.rpm](https://github.com/libkafe/kafe/releases/download/v1.1.0/libkafe-1.1.0-1.x86_64.f32.rpm) | ||
|
||
#### Fedora 33 | ||
|
||
- [kafe-cli-1.1.0-1.x86_64.f33.rpm](https://github.com/libkafe/kafe/releases/download/v1.1.0/kafe-cli-1.1.0-1.x86_64.f33.rpm) | ||
- [libkafe-1.1.0-1.x86_64.f33.rpm](https://github.com/libkafe/kafe/releases/download/v1.1.0/libkafe-1.1.0-1.x86_64.f33.rpm) | ||
|
||
#### Ubuntu 18.04 | ||
|
||
- [kafe-cli_1.1.0_amd64.ubu1804.deb](https://github.com/libkafe/kafe/releases/download/v1.1.0/kafe-cli_1.1.0_amd64.ubu1804.deb) | ||
- [libkafe_1.1.0_amd64.ubu1804.deb](https://github.com/libkafe/kafe/releases/download/v1.1.0/libkafe_1.1.0_amd64.ubu1804.deb) | ||
|
||
#### Ubuntu 19.10 | ||
|
||
- [kafe-cli_1.1.0_amd64.ubu1910.deb](https://github.com/libkafe/kafe/releases/download/v1.1.0/kafe-cli_1.1.0_amd64.ubu1910.deb) | ||
- [libkafe_1.1.0_amd64.ubu1910.deb](https://github.com/libkafe/kafe/releases/download/v1.1.0/libkafe_1.1.0_amd64.ubu1910.deb) | ||
|
||
#### Ubuntu 20.04 | ||
|
||
- [kafe-cli_1.1.0_amd64.ubu2004.deb](https://github.com/libkafe/kafe/releases/download/v1.1.0/kafe-cli_1.1.0_amd64.ubu2004.deb) | ||
- [libkafe_1.1.0_amd64.ubu2004.deb](https://github.com/libkafe/kafe/releases/download/v1.1.0/libkafe_1.1.0_amd64.ubu2004.deb) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.