mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-21 12:23:00 +00:00
Merge branch 'release/0.2.0'
This commit is contained in:
commit
ecc6c943fd
4 changed files with 5 additions and 5 deletions
4
dist/kiwi
vendored
4
dist/kiwi
vendored
|
@ -22,8 +22,8 @@ KIWI_REPO="https://github.com/ldericher/kiwi-scp"
|
|||
KIWI_VERSION="master"
|
||||
|
||||
# URI of "kiwi" launcher script
|
||||
KIWI_URI="https://raw.githubusercontent.com/ldericher/kiwi-scp/master/kiwi"
|
||||
INSTALLER_URI="https://raw.githubusercontent.com/ldericher/kiwi-scp/master/install.sh"
|
||||
KIWI_URI="https://raw.githubusercontent.com/ldericher/kiwi-scp/master/dist/kiwi"
|
||||
INSTALLER_URI="https://raw.githubusercontent.com/ldericher/kiwi-scp/master/dist/install.sh"
|
||||
# canary file: limit curl requests
|
||||
CANARY_FILENAME="/tmp/kiwi-scp-$(id -u).canary"
|
||||
CANARY_MAX_AGE=600
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# kiwi-scp instance configuration #
|
||||
###################################
|
||||
|
||||
version: 0.2.1
|
||||
version: 0.2.0
|
||||
|
||||
shells:
|
||||
- /bin/bash
|
||||
|
|
|
@ -164,7 +164,7 @@ class MissingMemberError(ValueError):
|
|||
class KiwiConfig(BaseModel):
|
||||
"""represents a kiwi.yml"""
|
||||
|
||||
version: constr(regex=RE_SEMVER) = "0.2.1"
|
||||
version: constr(regex=RE_SEMVER) = "0.2.0"
|
||||
|
||||
shells: List[Path] = [
|
||||
Path("/bin/bash"),
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "kiwi-scp"
|
||||
version = "0.2.1"
|
||||
version = "0.2.0"
|
||||
description = "kiwi is the simple tool for managing container servers."
|
||||
authors = ["ldericher <40151420+ldericher@users.noreply.github.com>"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue