manageiq-appliance_console 9.0.1 → 9.0.3
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 +4 -4
- data/.github/workflows/ci.yaml +1 -1
- data/CHANGELOG.md +16 -1
- data/bin/appliance_console_cli +1 -0
- data/lib/manageiq/appliance_console/cli.rb +3 -7
- data/lib/manageiq/appliance_console/message_configuration_client.rb +1 -0
- data/lib/manageiq/appliance_console/version.rb +1 -1
- data/manageiq-appliance_console.gemspec +4 -3
- data/renovate.json +6 -0
- metadata +39 -24
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: b2e3543b11c78c8759bbec5fce9e2ccda935b6bd40f072f72a252fb9d7ae49fa
         | 
| 4 | 
            +
              data.tar.gz: 2242da455964838d4cb1c1801136a43dd3ec100986bf8d427c292729b548163f
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 98ae6fea30f0a22d71df4a61dacc9a9e4f19820f0f047ebe5ef72f062ae78c46fde41513fae2a5f5be74d62ded807bdf8d67e6aa4fa2f9e21c6e8815eca11c32
         | 
| 7 | 
            +
              data.tar.gz: 2cb850cb2873ce65c7ce1cfd7f0010272d6d4879576cc31c4df2bc17ed2faf1b501ff0406d010c02116eeaa91f4c0c23cb2002562bda3bb3b652868ddf8a7202
         | 
    
        data/.github/workflows/ci.yaml
    CHANGED
    
    
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -4,6 +4,20 @@ This project adheres to [Semantic Versioning](http://semver.org/). | |
| 4 4 |  | 
| 5 5 | 
             
            ## [Unreleased]
         | 
| 6 6 |  | 
| 7 | 
            +
            ## [9.0.3] - 2023-05-06
         | 
| 8 | 
            +
            ### Fixed
         | 
| 9 | 
            +
            - Fix missing kafka client ca-cert [[#250]](https://github.com/ManageIQ/manageiq-appliance_console/pull/250)
         | 
| 10 | 
            +
             | 
| 11 | 
            +
            ## [9.0.2] - 2024-05-01
         | 
| 12 | 
            +
            ### Fixed
         | 
| 13 | 
            +
            - Bump net-ssh/scp for OpenSSL 3.0 support [[#248]](https://github.com/ManageIQ/manageiq-appliance_console/pull/248)
         | 
| 14 | 
            +
            - Start evmserverd after cli config [[#244]](https://github.com/ManageIQ/manageiq-appliance_console/pull/244)
         | 
| 15 | 
            +
            - Fix missing i18n with appliance_console_cli [[#247]](https://github.com/ManageIQ/manageiq-appliance_console/pull/247)
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            ### Changed
         | 
| 18 | 
            +
            - Update paambaati/codeclimate-action action to v6 [[#249]](https://github.com/ManageIQ/manageiq-appliance_console/pull/249)
         | 
| 19 | 
            +
            - Add renovate.json [[#214]](https://github.com/ManageIQ/manageiq-appliance_console/pull/214)
         | 
| 20 | 
            +
             | 
| 7 21 | 
             
            ## [9.0.1] - 2023-03-08
         | 
| 8 22 | 
             
            ### Fixed
         | 
| 9 23 | 
             
            - Enable evmserver after configuring db and messaging [[#239]](https://github.com/ManageIQ/manageiq-appliance_console/pull/239)
         | 
| @@ -258,7 +272,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). | |
| 258 272 |  | 
| 259 273 | 
             
            ## [1.0.0] - 2017-10-19
         | 
| 260 274 |  | 
| 261 | 
            -
            [Unreleased]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v9.0. | 
| 275 | 
            +
            [Unreleased]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v9.0.2...HEAD
         | 
| 276 | 
            +
            [9.0.1]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v9.0.1...v9.0.2
         | 
| 262 277 | 
             
            [9.0.1]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v9.0.0...v9.0.1
         | 
| 263 278 | 
             
            [9.0.0]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v8.1.0...v9.0.0
         | 
| 264 279 | 
             
            [8.1.0]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v8.0.0...v8.1.0
         | 
    
        data/bin/appliance_console_cli
    CHANGED
    
    
| @@ -273,12 +273,14 @@ module ApplianceConsole | |
| 273 273 | 
             
                  saml_unconfig if saml_unconfig?
         | 
| 274 274 | 
             
                  oidc_config if oidc_config?
         | 
| 275 275 | 
             
                  oidc_unconfig if oidc_unconfig?
         | 
| 276 | 
            -
                  set_server_state if set_server_state?
         | 
| 277 276 | 
             
                  openscap if openscap?
         | 
| 278 277 | 
             
                  message_server_config if message_server_config?
         | 
| 279 278 | 
             
                  message_server_unconfig if message_server_unconfig?
         | 
| 280 279 | 
             
                  message_client_config if message_client_config?
         | 
| 281 280 | 
             
                  message_client_unconfig if message_client_unconfig?
         | 
| 281 | 
            +
                  # set_server_state must be after set_db and message_*_config so that a user
         | 
| 282 | 
            +
                  # can configure database, messaging, and start the server in one command
         | 
| 283 | 
            +
                  set_server_state if set_server_state?
         | 
| 282 284 | 
             
                rescue CliError => e
         | 
| 283 285 | 
             
                  say(e.message)
         | 
| 284 286 | 
             
                  say("")
         | 
| @@ -322,9 +324,6 @@ module ApplianceConsole | |
| 322 324 | 
             
                  # start pg, create user, create db update the rails configuration,
         | 
| 323 325 | 
             
                  # verify, set up the database with region. activate does it all!
         | 
| 324 326 | 
             
                  raise CliError, "Failed to configure internal database" unless config.activate
         | 
| 325 | 
            -
             | 
| 326 | 
            -
                  # enable/start related services
         | 
| 327 | 
            -
                  config.post_activation
         | 
| 328 327 | 
             
                rescue RuntimeError => e
         | 
| 329 328 | 
             
                  raise CliError, "Failed to configure internal database #{e.message}"
         | 
| 330 329 | 
             
                end
         | 
| @@ -343,9 +342,6 @@ module ApplianceConsole | |
| 343 342 |  | 
| 344 343 | 
             
                  # call create_or_join_region (depends on region value)
         | 
| 345 344 | 
             
                  raise CliError, "Failed to configure external database" unless config.activate
         | 
| 346 | 
            -
             | 
| 347 | 
            -
                  # enable/start related services
         | 
| 348 | 
            -
                  config.post_activation
         | 
| 349 345 | 
             
                end
         | 
| 350 346 |  | 
| 351 347 | 
             
                def set_replication
         | 
| @@ -29,6 +29,7 @@ module ManageIQ | |
| 29 29 | 
             
                      configure_messaging_yaml          # Set up the local message client in case EVM is actually running on this, Message Server
         | 
| 30 30 | 
             
                      create_client_properties          # Create the client.properties configuration fle
         | 
| 31 31 | 
             
                      fetch_truststore_from_server      # Fetch the Java Keystore from the Kafka Server
         | 
| 32 | 
            +
                      fetch_ca_cert_from_server         # Fetch the CA Certificate from the Kafka Server
         | 
| 32 33 | 
             
                    rescue AwesomeSpawn::CommandResultError => e
         | 
| 33 34 | 
             
                      say(e.result.output)
         | 
| 34 35 | 
             
                      say(e.result.error)
         | 
| @@ -25,15 +25,16 @@ Gem::Specification.new do |spec| | |
| 25 25 | 
             
              spec.add_runtime_dependency "awesome_spawn",           "~> 1.6"
         | 
| 26 26 | 
             
              spec.add_runtime_dependency "bcrypt",                  "~> 3.1.10"
         | 
| 27 27 | 
             
              spec.add_runtime_dependency "bcrypt_pbkdf",            ">= 1.0", "< 2.0"
         | 
| 28 | 
            +
              spec.add_runtime_dependency "ed25519",                 ">= 1.2", "< 2.0"
         | 
| 28 29 | 
             
              spec.add_runtime_dependency "highline",                "~> 2.1"
         | 
| 29 30 | 
             
              spec.add_runtime_dependency "i18n",                    ">= 0.8"
         | 
| 30 | 
            -
              spec.add_runtime_dependency "linux_admin",             "~>  | 
| 31 | 
            +
              spec.add_runtime_dependency "linux_admin",             "~> 3.0"
         | 
| 31 32 | 
             
              spec.add_runtime_dependency "manageiq-password",       "< 2"
         | 
| 32 | 
            -
              spec.add_runtime_dependency "net-scp",                 "~>  | 
| 33 | 
            +
              spec.add_runtime_dependency "net-scp",                 "~> 4.0"
         | 
| 34 | 
            +
              spec.add_runtime_dependency "net-ssh",                 "~> 7.2"
         | 
| 33 35 | 
             
              spec.add_runtime_dependency "optimist",                "~> 3.0"
         | 
| 34 36 | 
             
              spec.add_runtime_dependency "pg"
         | 
| 35 37 | 
             
              spec.add_runtime_dependency "pg-logical_replication"
         | 
| 36 | 
            -
              spec.add_runtime_dependency "rbnacl",                  ">= 3.2", "< 5.0"
         | 
| 37 38 |  | 
| 38 39 | 
             
              spec.add_development_dependency "bundler"
         | 
| 39 40 | 
             
              spec.add_development_dependency "manageiq-style"
         | 
    
        data/renovate.json
    ADDED
    
    
    
        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. | 
| 4 | 
            +
              version: 9.0.3
         | 
| 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- | 
| 11 | 
            +
            date: 2024-05-06 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: activerecord
         | 
| @@ -86,6 +86,26 @@ dependencies: | |
| 86 86 | 
             
                - - "<"
         | 
| 87 87 | 
             
                  - !ruby/object:Gem::Version
         | 
| 88 88 | 
             
                    version: '2.0'
         | 
| 89 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 90 | 
            +
              name: ed25519
         | 
| 91 | 
            +
              requirement: !ruby/object:Gem::Requirement
         | 
| 92 | 
            +
                requirements:
         | 
| 93 | 
            +
                - - ">="
         | 
| 94 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 95 | 
            +
                    version: '1.2'
         | 
| 96 | 
            +
                - - "<"
         | 
| 97 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 98 | 
            +
                    version: '2.0'
         | 
| 99 | 
            +
              type: :runtime
         | 
| 100 | 
            +
              prerelease: false
         | 
| 101 | 
            +
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 102 | 
            +
                requirements:
         | 
| 103 | 
            +
                - - ">="
         | 
| 104 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 105 | 
            +
                    version: '1.2'
         | 
| 106 | 
            +
                - - "<"
         | 
| 107 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 108 | 
            +
                    version: '2.0'
         | 
| 89 109 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 90 110 | 
             
              name: highline
         | 
| 91 111 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -120,14 +140,14 @@ dependencies: | |
| 120 140 | 
             
                requirements:
         | 
| 121 141 | 
             
                - - "~>"
         | 
| 122 142 | 
             
                  - !ruby/object:Gem::Version
         | 
| 123 | 
            -
                    version: ' | 
| 143 | 
            +
                    version: '3.0'
         | 
| 124 144 | 
             
              type: :runtime
         | 
| 125 145 | 
             
              prerelease: false
         | 
| 126 146 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 127 147 | 
             
                requirements:
         | 
| 128 148 | 
             
                - - "~>"
         | 
| 129 149 | 
             
                  - !ruby/object:Gem::Version
         | 
| 130 | 
            -
                    version: ' | 
| 150 | 
            +
                    version: '3.0'
         | 
| 131 151 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 132 152 | 
             
              name: manageiq-password
         | 
| 133 153 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -148,44 +168,44 @@ dependencies: | |
| 148 168 | 
             
                requirements:
         | 
| 149 169 | 
             
                - - "~>"
         | 
| 150 170 | 
             
                  - !ruby/object:Gem::Version
         | 
| 151 | 
            -
                    version:  | 
| 171 | 
            +
                    version: '4.0'
         | 
| 152 172 | 
             
              type: :runtime
         | 
| 153 173 | 
             
              prerelease: false
         | 
| 154 174 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 155 175 | 
             
                requirements:
         | 
| 156 176 | 
             
                - - "~>"
         | 
| 157 177 | 
             
                  - !ruby/object:Gem::Version
         | 
| 158 | 
            -
                    version:  | 
| 178 | 
            +
                    version: '4.0'
         | 
| 159 179 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 160 | 
            -
              name:  | 
| 180 | 
            +
              name: net-ssh
         | 
| 161 181 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 162 182 | 
             
                requirements:
         | 
| 163 183 | 
             
                - - "~>"
         | 
| 164 184 | 
             
                  - !ruby/object:Gem::Version
         | 
| 165 | 
            -
                    version: ' | 
| 185 | 
            +
                    version: '7.2'
         | 
| 166 186 | 
             
              type: :runtime
         | 
| 167 187 | 
             
              prerelease: false
         | 
| 168 188 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 169 189 | 
             
                requirements:
         | 
| 170 190 | 
             
                - - "~>"
         | 
| 171 191 | 
             
                  - !ruby/object:Gem::Version
         | 
| 172 | 
            -
                    version: ' | 
| 192 | 
            +
                    version: '7.2'
         | 
| 173 193 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 174 | 
            -
              name:  | 
| 194 | 
            +
              name: optimist
         | 
| 175 195 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 176 196 | 
             
                requirements:
         | 
| 177 | 
            -
                - - " | 
| 197 | 
            +
                - - "~>"
         | 
| 178 198 | 
             
                  - !ruby/object:Gem::Version
         | 
| 179 | 
            -
                    version: '0'
         | 
| 199 | 
            +
                    version: '3.0'
         | 
| 180 200 | 
             
              type: :runtime
         | 
| 181 201 | 
             
              prerelease: false
         | 
| 182 202 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 183 203 | 
             
                requirements:
         | 
| 184 | 
            -
                - - " | 
| 204 | 
            +
                - - "~>"
         | 
| 185 205 | 
             
                  - !ruby/object:Gem::Version
         | 
| 186 | 
            -
                    version: '0'
         | 
| 206 | 
            +
                    version: '3.0'
         | 
| 187 207 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 188 | 
            -
              name: pg | 
| 208 | 
            +
              name: pg
         | 
| 189 209 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 190 210 | 
             
                requirements:
         | 
| 191 211 | 
             
                - - ">="
         | 
| @@ -199,25 +219,19 @@ dependencies: | |
| 199 219 | 
             
                  - !ruby/object:Gem::Version
         | 
| 200 220 | 
             
                    version: '0'
         | 
| 201 221 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 202 | 
            -
              name:  | 
| 222 | 
            +
              name: pg-logical_replication
         | 
| 203 223 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 204 224 | 
             
                requirements:
         | 
| 205 225 | 
             
                - - ">="
         | 
| 206 226 | 
             
                  - !ruby/object:Gem::Version
         | 
| 207 | 
            -
                    version: ' | 
| 208 | 
            -
                - - "<"
         | 
| 209 | 
            -
                  - !ruby/object:Gem::Version
         | 
| 210 | 
            -
                    version: '5.0'
         | 
| 227 | 
            +
                    version: '0'
         | 
| 211 228 | 
             
              type: :runtime
         | 
| 212 229 | 
             
              prerelease: false
         | 
| 213 230 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 214 231 | 
             
                requirements:
         | 
| 215 232 | 
             
                - - ">="
         | 
| 216 233 | 
             
                  - !ruby/object:Gem::Version
         | 
| 217 | 
            -
                    version: ' | 
| 218 | 
            -
                - - "<"
         | 
| 219 | 
            -
                  - !ruby/object:Gem::Version
         | 
| 220 | 
            -
                    version: '5.0'
         | 
| 234 | 
            +
                    version: '0'
         | 
| 221 235 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 222 236 | 
             
              name: bundler
         | 
| 223 237 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -366,6 +380,7 @@ files: | |
| 366 380 | 
             
            - locales/appliance/en.yml
         | 
| 367 381 | 
             
            - locales/container/en.yml
         | 
| 368 382 | 
             
            - manageiq-appliance_console.gemspec
         | 
| 383 | 
            +
            - renovate.json
         | 
| 369 384 | 
             
            - zanata.xml
         | 
| 370 385 | 
             
            homepage: https://github.com/ManageIQ/manageiq-appliance_console
         | 
| 371 386 | 
             
            licenses:
         |