minfra-cli 1.1.0 → 1.2.1

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: ad8c40bad784c7d620305dd1f0b352e96c51d21a985017cbf98550b110d8ee6d
4
- data.tar.gz: 7f5895eeaf923585c2e7072d09b3bac513228662c09761c89af81ec442a374d2
3
+ metadata.gz: 85c13c7902b1b38e6fa594e7a63f93ad7648f40738e2cc06a1ae1413d898dca1
4
+ data.tar.gz: 52ac2f1dc8914969b6ddede468dbd3ab02e5597f652862741e9dd011d517c0b8
5
5
  SHA512:
6
- metadata.gz: 599880ad0ff8161584e13abdd479371c793cc551ef6f788d556bd5ae5f4e742399539a150ca896f84781a9796ac91e7c0134172d53e952106cb9067c7cd0d91c
7
- data.tar.gz: 1cf840dac8f60258804e20ffeee65b3c41e6c6248ff9a08b187000ad145bd498ca540b0be090739e12b135f8a68a5b443f662be6d684e087316dc667a9772351
6
+ metadata.gz: ae8cd064ce5d77085284517ce131e67f7153c3f2a42321bedf7f25a599beae30a515b69aca117de5f741127d493628d648bb5a1dc110578795524fb9363dedcf
7
+ data.tar.gz: '036991cef9ff075acd446ac45fb8d0709ff8048662c3943b31efa98ccd21ce66e3e0c5faebb51f0ebeb7669f2e5ad266d84c71f8de9394fa0a3eca81e64b062c'
data/CHANGELOG.md CHANGED
@@ -1,7 +1,9 @@
1
+ # 1.2.1
2
+ * fixing merge
3
+ # 1.2.0
4
+ * no .tags any more
1
5
  # 1.1.0
2
- * adding state path so stacks/ is now read only and all generated states are in state/
3
- * logger's output always goes to STDERR
4
-
6
+
5
7
  # 1.0.2
6
8
  * looking up cluster name by hiera cluster.id
7
9
  # 1.0.1
@@ -17,11 +17,11 @@ module Minfra
17
17
  info 'Creating tag.'
18
18
  debug "Using .tags folder..."
19
19
  write_tag_folder_file(message)
20
- run_cmd(cmd_add_tag_info("#{@tags_folder}/#{tag_name}"), :system)
21
- run_cmd(cmd_create_tag_commit, :system)
20
+ #run_cmd(cmd_add_tag_info("#{@tags_folder}/#{tag_name}"), :system)
21
+ #run_cmd(cmd_create_tag_commit, :system)
22
22
  run_cmd(cmd_tag_commit(message), :system)
23
- info 'Pushing tag to remote.'
24
- run_cmd(cmd_push, :system)
23
+ # info 'Pushing tag to remote.'
24
+ # run_cmd(cmd_push, :system)
25
25
  run_cmd(cmd_push_tag, :system)
26
26
  end
27
27
 
@@ -1,5 +1,5 @@
1
1
  module Minfra
2
2
  module Cli
3
- VERSION = '1.1.0'.freeze
3
+ VERSION = '1.2.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minfra-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Schrammel
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-18 00:00:00.000000000 Z
11
+ date: 2022-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor