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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d2bbfeeb379270a0601442c8a4681025cc411e94ce39fc5773db3c986b10308
4
- data.tar.gz: 6c9ceb70f9f64922331e300450d98baedb838befccba7820b3a922458be9bc2f
3
+ metadata.gz: fe6f20896746de15d2aa99d1930f4dcc10bc5f4ce2934b8150480f8cc896f0a1
4
+ data.tar.gz: 04e0986e0aecaaaf693a9aba46adf73a228901084c323da17d6df196c739c0f5
5
5
  SHA512:
6
- metadata.gz: ca947c2b9a566ed9bfa669f1202d6f9aed46b525ff48d39b5698fc335fdeb8d30bb7699ce481711cd06983eaf2d19affaf255076d481f2d31975d82a05b806ac
7
- data.tar.gz: 1dc85a51a1e2e9bc71abe56574321c2bd8f8bb7a6d8d2e1ec6f4a1ba1377d4d9290cd48c3dbd02d05d1ca128263c58de12cabe3d64d392b806b3f981bc78da64
6
+ metadata.gz: 1919b6cde96487cc641c9d8efbf8ec214b866e67f7c33be35fbfa039d6343a1f40b126cb3b20d6ea02eccc7f9bc8e1f160f05444fafcb09e1f58b5bccc78e8d2
7
+ data.tar.gz: 5ea2d40a74abcea345c1460ace7c12f91c46765e2147f33084084d44af7a0fba8d17115cae3e26c94251d98d6d9a17c4a4fcb8812d811cb313ba6b62de6971fc
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.2
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 = '2.6.0'
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: 'kontena/registry',
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: "kontena/registry:#{REGISTRY_VERSION}",
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.2
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-06-11 00:00:00.000000000 Z
11
+ date: 2020-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler