foreman_rh_cloud 11.4.1 → 11.4.2

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: 9f8fc6102624f1f64c8417c8417d1ba48e5db528a0551027ba3fd2fac84cb11e
4
- data.tar.gz: 9a8a361d435e8ad403937c50b46c6ed3f56f127342320d00258480bd9dfad194
3
+ metadata.gz: aee9954c5e119c527132dcbe1325928f7fce1902da38f0116497e97b8addd6d1
4
+ data.tar.gz: 36a38ad9e923bb9c7aa4e4cfd587946ea2a4c16a5a85a7a005c276b35d6ba77a
5
5
  SHA512:
6
- metadata.gz: b3d88a21a8bdb3990d0b5f76b20b9b43e1cac02d1c5f8c1adcbc565fa2291d67ede4c4fd5cc794b83db7569048853bf13dc1fa0eeb7fa0556c1e77c390ebf10e
7
- data.tar.gz: 7309c277c4478897a0cf00d5fb2a18cf9007e2231bf6c63e16ee880feed2bc664ab340e9af84d092ae4b31bd8fe1e6e3c4f282a4628a56cd463eea2b3f234b2d
6
+ metadata.gz: 05ef9f3e97082434f41d44be69d4d965acc3e2429416b2aaf931b7c140dfcbc3f9dd277f9d2d5157bad8b5f088d4f5dcf8a3565ae766b6b981ecccaf949c26a9
7
+ data.tar.gz: 74ffc33f7cdddaf3e67099a7b8102b3b7ebc99672183fd442bc4a8d01f14139eb04b6e10fa8d3cd928ab0b008f2b473e46687e384e7a55f0927d30ec62f48646
@@ -1,3 +1,3 @@
1
1
  module ForemanRhCloud
2
- VERSION = '11.4.1'.freeze
2
+ VERSION = '11.4.2'.freeze
3
3
  end
@@ -47,6 +47,8 @@ module ForemanRhCloud
47
47
  end
48
48
 
49
49
  def self.proxy_string
50
+ return '' if ForemanRhCloud.with_local_advisor_engine?
51
+
50
52
  HttpProxy.default_global_content_proxy&.full_url ||
51
53
  ForemanRhCloud.global_foreman_proxy ||
52
54
  ''
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foreman_rh_cloud",
3
- "version": "11.4.1",
3
+ "version": "11.4.2",
4
4
  "description": "Inventory Upload =============",
5
5
  "main": "index.js",
6
6
  "scripts": {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_rh_cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.4.1
4
+ version: 11.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Foreman Red Hat Cloud team