krates 1.7.2 → 1.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/kontena/cli/master/ssh_command.rb +1 -1
- data/lib/kontena/cli/nodes/ssh_command.rb +1 -1
- data/lib/kontena/cli/registry/create_command.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe6f20896746de15d2aa99d1930f4dcc10bc5f4ce2934b8150480f8cc896f0a1
|
4
|
+
data.tar.gz: 04e0986e0aecaaaf693a9aba46adf73a228901084c323da17d6df196c739c0f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1919b6cde96487cc641c9d8efbf8ec214b866e67f7c33be35fbfa039d6343a1f40b126cb3b20d6ea02eccc7f9bc8e1f160f05444fafcb09e1f58b5bccc78e8d2
|
7
|
+
data.tar.gz: 5ea2d40a74abcea345c1460ace7c12f91c46765e2147f33084084d44af7a0fba8d17115cae3e26c94251d98d6d9a17c4a4fcb8812d811cb313ba6b62de6971fc
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.7.
|
1
|
+
1.7.7
|
@@ -8,7 +8,7 @@ module Kontena::Cli::Master
|
|
8
8
|
|
9
9
|
parameter "[COMMANDS] ...", "Run command on host"
|
10
10
|
|
11
|
-
option ["-i", "--identity-file"], "IDENTITY_FILE", "Path to ssh private key"
|
11
|
+
option ["-i", "--identity-file"], "IDENTITY_FILE", "Path to ssh private key", environment_variable: 'KRATES_MASTER_IDENTITY_FILE'
|
12
12
|
option ["-u", "--user"], "USER", "Login as a user", default: "core"
|
13
13
|
|
14
14
|
requires_current_master
|
@@ -10,7 +10,7 @@ module Kontena::Cli::Nodes
|
|
10
10
|
parameter "[NODE]", "SSH to Grid node. Use --any to connect to the first available node"
|
11
11
|
parameter "[COMMANDS] ...", "Run command on host"
|
12
12
|
option ["-a", "--any"], :flag, "Connect to first available node"
|
13
|
-
option ["-i", "--identity-file"], "IDENTITY_FILE", "Path to ssh private key"
|
13
|
+
option ["-i", "--identity-file"], "IDENTITY_FILE", "Path to ssh private key", environment_variable: 'KRATES_NODE_IDENTITY_FILE'
|
14
14
|
option ["-u", "--user"], "USER", "Login as a user", default: "core"
|
15
15
|
option "--private-ip", :flag, "Connect to node's private IP address"
|
16
16
|
option "--internal-ip", :flag, "Connect to node's internal IP address (requires VPN connection)"
|
@@ -7,7 +7,7 @@ module Kontena::Cli::Registry
|
|
7
7
|
include Kontena::Cli::GridOptions
|
8
8
|
include Kontena::Cli::Stacks::StacksHelper
|
9
9
|
|
10
|
-
REGISTRY_VERSION = '
|
10
|
+
REGISTRY_VERSION = 'latest'
|
11
11
|
|
12
12
|
option '--node', 'NODE', 'Node name'
|
13
13
|
option '--s3-bucket', 'S3_BUCKET', 'S3 bucket'
|
@@ -90,7 +90,7 @@ module Kontena::Cli::Registry
|
|
90
90
|
|
91
91
|
data = {
|
92
92
|
name: 'registry',
|
93
|
-
stack: '
|
93
|
+
stack: 'krates/registry',
|
94
94
|
version: Kontena::Cli::VERSION,
|
95
95
|
source: '---',
|
96
96
|
registry: 'file://',
|
@@ -100,7 +100,7 @@ module Kontena::Cli::Registry
|
|
100
100
|
name: 'api',
|
101
101
|
stateful: stateful,
|
102
102
|
container_count: instances,
|
103
|
-
image: "
|
103
|
+
image: "krates/registry:#{REGISTRY_VERSION}",
|
104
104
|
volumes: ['/registry'],
|
105
105
|
env: env,
|
106
106
|
secrets: secrets,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: krates
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pavel Tsurbeleu
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|