foreman_theme_satellite 13.3.1 → 13.3.3

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: f74f0cc5101f622a282a7f2c1b1f0a98438f387d197c2d10fd175925c6fc6031
4
- data.tar.gz: 0d03dfbeebe18ddafcc96cc056ffa0890880d0d6aca055fad720788dd1dc3856
3
+ metadata.gz: 7dc4aed19a8cc6d57d23433a46a19c6ab655b66dd164296939bb482b12805a17
4
+ data.tar.gz: 1b6d0a900fd961c8b6c75316aeabb016d1319362b8be74b498ff94a0722906eb
5
5
  SHA512:
6
- metadata.gz: e26d2289eae49ef416a8719498a92ca93e90adbdef7b941deb0db5e27eb1af423bdd72bca8c72b7c05ea0c3993f98848459edf6b3d9c76b0164c56392122cfe4
7
- data.tar.gz: 03da57b216e3e93504bb2fc362feff155ad28221125fd430773bc2016083ec999d246d57bcdefa1d57b2796a0922bcd2adb6acef336107f88686ae4ae7d33169
6
+ metadata.gz: 6f2a42d0910ffe19b65aa9019a4e34d79bb62cec02ec723757a870b72114f070269d4c80ba60716b63778c8f63acaeafee14bb5041361d697a928992dbba1eb8
7
+ data.tar.gz: 488c60a2ad79a09eb54a66581025dd1c43732377d764444e9a05e54eaf521f9d74bad62609d698e59363ca3a390f08ccc83f931b90b011a00e6be9382fb0fbbc
@@ -21,7 +21,7 @@ end %>
21
21
  <% end %>
22
22
  <div class="eol-banner-content">
23
23
  <%= _("For up to date information about Satellite's lifecycle see ") %><a href="https://access.redhat.com/support/policy/updates/satellite"><%= _("Red Hat Satellite Product Life Cycle") %></a>.
24
- <%= _("Kindly plan to upgrade Satellite to the supported version, for upgrade guidance see ") %><a href="<%= ForemanThemeSatellite.documentation_server %>/labsinfo/satelliteupgradehelper "><%= _("Red Hat Satellite Upgrade Helper") %>.
24
+ <%= _("Kindly plan to upgrade Satellite to the supported version, for upgrade guidance see ") %><a href="https://access.redhat.com/labsinfo/satelliteupgradehelper "><%= _("Red Hat Satellite Upgrade Helper") %>.
25
25
  </div>
26
26
  </div>
27
27
  <span id="satellite-oel-banner-dismiss-button" style="position: absolute; font-size: 20px; top: 0px; right: 5px; cursor: pointer;">&times;</span>
@@ -44,8 +44,8 @@ module ForemanThemeSatellite
44
44
  'Realm' => "#{ForemanThemeSatellite.documentation_root}/installing_satellite_server_in_a_connected_network_environment/configuring-external-services#configuring-project-to-manage-the-lifecycle-of-a-host-registered-to-a-freeipa-realm_satellite",
45
45
  'Searching' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/searching_and_bookmarking_admin",
46
46
  'RolesandPermissions' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/managing_users_and_roles_admin",
47
- 'LDAPAuthentication' => "#{ForemanThemeSatellite.documentation_root}/installing_satellite_server_in_a_connected_network_environment/configuring-external-authentication-and-enabling-single-sign-on-and-two-factor-authentication_satellite#Using_LDAP_satellite",
48
- 'ExternalAuthentication' => "#{ForemanThemeSatellite.documentation_root}/installing_satellite_server_in_a_connected_network_environment/configuring-external-authentication-and-enabling-single-sign-on-and-two-factor-authentication_satellite",
47
+ 'LDAPAuthentication' => "#{ForemanThemeSatellite.documentation_root}/configuring_authentication_for_red_hat_satellite_users/configuring-an-ldap-server-as-an-external-identity-provider-for-project_authentication",
48
+ 'ExternalAuthentication' => "#{ForemanThemeSatellite.documentation_root}/configuring_authentication_for_red_hat_satellite_users/",
49
49
  'Bookmarks' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/searching_and_bookmarking_admin",
50
50
  'Policydeploymentoptions' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/compliance-policy-deployment-options_security-compliance",
51
51
  'CreatingSCAPcontent' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/configuring_scap_contents_security-compliance",
@@ -1,3 +1,3 @@
1
1
  module ForemanThemeSatellite
2
- VERSION = '13.3.1'.freeze
2
+ VERSION = '13.3.3'.freeze
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foreman_theme_satellite",
3
- "version": "13.3.1",
3
+ "version": "13.3.3",
4
4
  "description": "Satellite theme =============",
5
5
  "main": "index.js",
6
6
  "scripts": {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_theme_satellite
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.3.1
4
+ version: 13.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shimon Stein
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-09-24 00:00:00.000000000 Z
12
+ date: 2024-11-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  - !ruby/object:Gem::Version
195
195
  version: '0'
196
196
  requirements: []
197
- rubygems_version: 3.5.16
197
+ rubygems_version: 3.5.22
198
198
  signing_key:
199
199
  specification_version: 4
200
200
  summary: This is a plugin that enables building a theme for Foreman.