manageiq-appliance_console 9.0.0 → 9.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a97381a8401fe4bca6637ed905ead74a593f7442c34a824f0091a455b157140a
4
- data.tar.gz: bc909c5a470d8ad361c403e2f4028f83c921db32d7ac0f8e5e651bd54e68c18b
3
+ metadata.gz: 9124d70e4081198bfb4f29b5c5df5e56ca07f8f23df9ac06682e4fbbfd734408
4
+ data.tar.gz: 01b374f5051b20e1852e03065b2e807fdebfcf348437ab7afedaf860680ba940
5
5
  SHA512:
6
- metadata.gz: becba0dc1ce0328af521795b80ca99166a18db2837cfd089ce48c1d75860a814f7c6b3915afc3cfecc4a6e8fa631ee2b71e262710a8a2e9525357fcea01f1041
7
- data.tar.gz: 4301e2fe2d5762840a2ef1c3218066b8052f1431282ae6e341b61902e5a446172d4cdaa447277280726bb4ae71b324f0fd5c1048982b8c80c88748d82d3ae53e
6
+ metadata.gz: 0360bbc61d87decadb5370cb7e3c5ac018c3ab9d9d389cebce765406b8cb5cdaefabbdfa58dfee39f13fe2838e005735e1b87ed6f496c59e95a74ba6df85934c
7
+ data.tar.gz: cf2a73898eaa1473faddf5fcf4ed1a3ea4a43a06d2a6959aed4be77362a8eed620854d4565d23dd72ed95a2fa4f1481b2996ef659d1e4fb4184175080b82de3b
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [9.0.1] - 2023-03-08
8
+ ### Fixed
9
+ - Enable evmserver after configuring db and messaging [[#239]](https://github.com/ManageIQ/manageiq-appliance_console/pull/239)
10
+
7
11
  ## [9.0.0] - 2024-03-05
8
12
  ### Changed
9
13
  - Update codeclimate channel to the latest in manageiq-style [[#237]](https://github.com/ManageIQ/manageiq-appliance_console/pull/237)
@@ -254,8 +258,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
254
258
 
255
259
  ## [1.0.0] - 2017-10-19
256
260
 
257
- [Unreleased]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v9.0.0...HEAD
258
- [8.1.0]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v8.1.0...v9.0.0
261
+ [Unreleased]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v9.0.1...HEAD
262
+ [9.0.1]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v9.0.0...v9.0.1
263
+ [9.0.0]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v8.1.0...v9.0.0
259
264
  [8.1.0]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v8.0.0...v8.1.0
260
265
  [8.0.0]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v7.2.2...v8.0.0
261
266
  [7.2.2]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v7.2.1...v7.2.2
@@ -312,7 +312,7 @@ To modify the configuration, use a web browser to access the management page.
312
312
  # Start evmserverd if database and/or messaging were set up and we are supposed to run as an evmserver
313
313
  if changes_requested && database_configuration.run_as_evm_server
314
314
  say("\nStarting #{I18n.t("product.name")} Server...")
315
- ManageIQ::ApplianceConsole::EvmServer.start
315
+ ManageIQ::ApplianceConsole::EvmServer.start(:enable => true)
316
316
  end
317
317
 
318
318
  press_any_key
@@ -1,5 +1,5 @@
1
1
  module ManageIQ
2
2
  module ApplianceConsole
3
- VERSION = '9.0.0'.freeze
3
+ VERSION = '9.0.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: manageiq-appliance_console
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.0.0
4
+ version: 9.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ManageIQ Developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-05 00:00:00.000000000 Z
11
+ date: 2024-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -386,7 +386,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
386
386
  - !ruby/object:Gem::Version
387
387
  version: '0'
388
388
  requirements: []
389
- rubygems_version: 3.3.26
389
+ rubygems_version: 3.4.20
390
390
  signing_key:
391
391
  specification_version: 4
392
392
  summary: ManageIQ Appliance Console