terraspace 2.2.19 → 2.2.20

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: dbf1c1b45897e94a492fa019c221ee512e2fed81249823d4fe89579f461c3629
4
- data.tar.gz: 491bf9c1000b49a824854cb8d4e736da1a680401fc74d3487aa6f412d0a6dec6
3
+ metadata.gz: a6b466364349a7994317a4fe2d85cbbffb001b75928d2e977a9c513e1bf72fdf
4
+ data.tar.gz: 81e9d30239e51fe60e3c8ef508653435b6121f47ae27636b1d81129034ed5274
5
5
  SHA512:
6
- metadata.gz: 368fe5e7a2151f47bc3471bc381abc752afd4e3f709ec9dee2a4bb481510032739747a115b21bd1d70ea6e1846718370ae1d52001777acfd181165d07327044a
7
- data.tar.gz: 35991ef165b2e22cd59d831ea0d955540476af272468f4d0df16a06b84ee4528441f8b6ba1ba4b613e17cc9a3f104f52e288dc7de6d2c090e3c36ef36480c8e3
6
+ metadata.gz: 81764cd7c8dfa299b43c79d7589df2ca57230727c052a6b9368c1449cb179bfd4d07884ed719cc9172c97093f797d9bf4ec55aafa386c0f024074b8337d50af7
7
+ data.tar.gz: db5456265715f6ccaebe2ca72c6997eced32c355f1f2ae20dee90b4b501ed2175be7fc7ba6d6db966a810f9885e042201b82647f14640619b8db4a4aa24797d5
data/CHANGELOG.md CHANGED
@@ -3,6 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
+ ## [2.2.20] - 2025-10-13
7
+ - [#354](https://github.com/boltops-tools/terraspace/pull/354) Revert feat: add support for exit code in terraspace validate command
8
+
6
9
  ## [2.2.19] - 2025-10-13
7
10
  - [#354](https://github.com/boltops-tools/terraspace/pull/354) feat: add support for exit code in terraspace validate command
8
11
  - [#370](https://github.com/boltops-tools/terraspace/pull/370) Fix 'new project' command for Ruby 3.4.x versions
@@ -9,8 +9,7 @@ class Terraspace::CLI
9
9
  Terraspace::Builder.new(@options).run unless @options[:build] # Up already ran build
10
10
  Init.new(@options).run
11
11
  @runner = Terraspace::Terraform::Runner.new(@name, @options)
12
- success = @runner.run
13
- exit 1 unless success
12
+ @runner.run
14
13
  end
15
14
  end
16
15
  end
@@ -1,3 +1,3 @@
1
1
  module Terraspace
2
- VERSION = "2.2.19"
2
+ VERSION = "2.2.20"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terraspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.19
4
+ version: 2.2.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen