katello 4.3.0 → 4.3.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/katello/api/v2/repositories_controller.rb +2 -1
  3. data/app/controllers/katello/remote_execution_controller.rb +5 -4
  4. data/app/lib/actions/katello/content_view/publish.rb +5 -0
  5. data/app/lib/actions/katello/content_view_version/incremental_update.rb +17 -3
  6. data/app/lib/actions/pulp3/content_view_version/import.rb +7 -0
  7. data/app/lib/actions/pulp3/orchestration/content_view_version/import.rb +7 -5
  8. data/app/lib/actions/pulp3/repository/copy_content.rb +1 -1
  9. data/app/lib/actions/pulp3/repository/save_artifact.rb +1 -0
  10. data/app/lib/katello/resources/cdn.rb +1 -1
  11. data/app/models/katello/concerns/pulp_database_unit.rb +1 -1
  12. data/app/models/katello/docker_meta_tag.rb +1 -1
  13. data/app/models/katello/repository.rb +5 -0
  14. data/app/services/cert/rhsm_client.rb +1 -5
  15. data/app/services/katello/pulp3/content_view_version/import.rb +11 -2
  16. data/app/services/katello/pulp3/erratum.rb +9 -1
  17. data/app/services/katello/pulp3/generic_content_unit.rb +2 -1
  18. data/app/services/katello/pulp3/pulp_content_unit.rb +5 -7
  19. data/app/services/katello/pulp3/repository/yum.rb +10 -2
  20. data/app/services/katello/pulp3/repository.rb +11 -4
  21. data/app/views/foreman/job_templates/install_errata.erb +6 -9
  22. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +26 -0
  23. data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +11 -2
  24. data/db/seeds.d/111-upgrade_tasks.rb +2 -1
  25. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +1 -0
  26. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +2 -3
  27. data/lib/katello/plugin.rb +1 -0
  28. data/lib/katello/repository_types/ostree.rb +2 -0
  29. data/lib/katello/tasks/content_view_import_only.rake +34 -0
  30. data/lib/katello/tasks/upgrades/4.4/publish_import_cvvs.rake +17 -0
  31. data/lib/katello/version.rb +1 -1
  32. data/webpack/components/WithOrganization/withOrganization.js +1 -0
  33. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +2 -2
  34. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js +1 -1
  35. data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +5 -5
  36. data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +1 -1
  37. data/webpack/scenes/Content/ContentConfig.js +55 -5
  38. data/webpack/scenes/Content/ContentPage.js +1 -1
  39. data/webpack/scenes/Content/Details/ContentDetails.js +1 -1
  40. data/webpack/scenes/Content/Details/ContentInfo.js +1 -1
  41. data/webpack/scenes/Content/Details/ContentRepositories.js +1 -1
  42. data/webpack/scenes/Content/Table/ContentTable.js +1 -1
  43. data/webpack/scenes/ContentViews/ContentViewsConstants.js +2 -1
  44. data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +11 -10
  45. data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +5 -5
  46. data/webpack/scenes/ContentViews/Details/Repositories/ContentCounts.js +1 -1
  47. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionContent.js +16 -17
  48. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
  49. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +30 -34
  50. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.js +8 -8
  51. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionRepositoryCell.js +1 -1
  52. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +1 -1
  53. metadata +11 -2
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: katello
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0
4
+ version: 4.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - N/A
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-07 00:00:00.000000000 Z
11
+ date: 2022-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -87,6 +87,9 @@ dependencies:
87
87
  - - ">="
88
88
  - !ruby/object:Gem::Version
89
89
  version: '5.0'
90
+ - - "<"
91
+ - !ruby/object:Gem::Version
92
+ version: 6.0.0
90
93
  type: :runtime
91
94
  prerelease: false
92
95
  version_requirements: !ruby/object:Gem::Requirement
@@ -94,6 +97,9 @@ dependencies:
94
97
  - - ">="
95
98
  - !ruby/object:Gem::Version
96
99
  version: '5.0'
100
+ - - "<"
101
+ - !ruby/object:Gem::Version
102
+ version: 6.0.0
97
103
  - !ruby/object:Gem::Dependency
98
104
  name: foreman_remote_execution
99
105
  requirement: !ruby/object:Gem::Requirement
@@ -1576,6 +1582,7 @@ files:
1576
1582
  - app/views/foreman/job_templates/change_content_source.erb
1577
1583
  - app/views/foreman/job_templates/install_errata.erb
1578
1584
  - app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb
1585
+ - app/views/foreman/job_templates/install_errata_by_search_query.erb
1579
1586
  - app/views/foreman/job_templates/install_group.erb
1580
1587
  - app/views/foreman/job_templates/install_group_-_katello_ansible_default.erb
1581
1588
  - app/views/foreman/job_templates/install_package.erb
@@ -4491,6 +4498,7 @@ files:
4491
4498
  - lib/katello/tasks/clean_backend_objects.rake
4492
4499
  - lib/katello/tasks/clean_old_file_repos.rake
4493
4500
  - lib/katello/tasks/clean_published_repo_directories.rake
4501
+ - lib/katello/tasks/content_view_import_only.rake
4494
4502
  - lib/katello/tasks/delete_orphaned_content.rake
4495
4503
  - lib/katello/tasks/fix_hostgroup_facets.rake
4496
4504
  - lib/katello/tasks/import_applicability.rake
@@ -4514,6 +4522,7 @@ files:
4514
4522
  - lib/katello/tasks/upgrades/4.1/sync_noarch_content.rake
4515
4523
  - lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake
4516
4524
  - lib/katello/tasks/upgrades/4.3/fix_url_auth.rake
4525
+ - lib/katello/tasks/upgrades/4.4/publish_import_cvvs.rake
4517
4526
  - lib/katello/tasks/virt_who_report.rake
4518
4527
  - lib/katello/url_constrained_cookie_store.rb
4519
4528
  - lib/katello/version.rb