ufo 6.0.8 → 6.0.9

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: 0ebcf583b29f7a6bd3e78d01091d1c993799b3ee3b30f139ae13fec372ca6328
4
- data.tar.gz: 745a00ef65d3788e2b986f33cde18d763ee2167f205e1e7ed2d4340be2383529
3
+ metadata.gz: 1c4e6b0091848fd532fead2674d45a37691cd6e7305beee4bfcf9c2d3fad3ad7
4
+ data.tar.gz: 0506141a6987010eac49ae0e940790de1790914f719e3459b87f45bba3117d56
5
5
  SHA512:
6
- metadata.gz: c511ee4143f521d907ffd066fa2bd2c15b8dbad9a4e647e7646418ed936a7c3f4956f8e142eb551c53990be6bb6ae049bd29c6022dcefd311a420ba204f725ae
7
- data.tar.gz: e55927bdc1d09f921c35f27ceaac142022d7fd2a73fefd0fa9e96cff6b846340e01f540be09669f0f03ab31c8c39e4f16ed60202b20cb47d02fee5ab9235c21d
6
+ metadata.gz: bdd3f4a7ae8a6c258f21e88b791ad8c0afe23fa000c7c891441042dcad1a5d0f53c1e331c3090ace785513e91e7e1ddf323b4e49b65cc6f8598a54175c4d55be
7
+ data.tar.gz: f8b7ed0ec7b0f2f85a7c47579b7800b406c9116e58fbb1dec603aec4d4bc0862de4d6e705433a41744b9d83918c19abc428bb15405559ab898110ea3273959cf
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 *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
+ ## [6.0.9] - 2022-03-10
7
+ - fix config.autoscaling.manual_changes.warning cli help hint
8
+
6
9
  ## [6.0.8] - 2022-03-10
7
10
  - [#135](https://github.com/tongueroo/ufo/pull/135) improve .ufo/config/boot.rb location
8
11
  - change default config.ship.docker.quiet to false
data/lib/ufo/cli/scale.rb CHANGED
@@ -76,7 +76,7 @@ class Ufo::CLI
76
76
 
77
77
  You can turn off this warning with
78
78
 
79
- config.autoscaling.warning = false
79
+ config.autoscaling.manual_changes.warning = false
80
80
 
81
81
  Or you can use the
82
82
 
data/lib/ufo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ufo
2
- VERSION = "6.0.8"
2
+ VERSION = "6.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ufo
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.8
4
+ version: 6.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen