foreman_puppet 10.1.0 → 10.1.1

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: 6897f1c5899747e2b70508bfa86bd240db54e8cef027b369941302e4de585814
4
- data.tar.gz: 81360486bd6be95f0a73be4132766b4a8b561e0020e26589e4a08b90b6318ba7
3
+ metadata.gz: f1463bc1aa7a38f55928ea6ba9ecfc288a8c77f887f59ebfb680471dacdd6c82
4
+ data.tar.gz: 6e3c498c7f90bcccb4993cac29da549f81c3354c73afae3b39d09b734f650e97
5
5
  SHA512:
6
- metadata.gz: 2391cce05ed4cf77c2f84ffa205306d563add4ad6a361002583a791debae0b8166d6ef4f196fd57b9b1896dd983d8d35f4e7e6b79fac3362a1ceb0d11a65d82e
7
- data.tar.gz: 852d1503ca1443e667ccf8f70f7271ba4baaadd067878ad62a28ff0426921d6597f9f245a1232948e9ac1e2b0573b4c74634b0012ab80991895899b11a7ccff1
6
+ metadata.gz: 96b687f4f595b8ae2b174ee38a9f5492c84cb39acf0162a90f5d0cbce90d1278bf548641281c299668dddaf7593ad69f1bdd280ff773491b4c21c81be44ff81e
7
+ data.tar.gz: b26ebc9f3e00c8d11758bb82ecca37d9882e20663410b4dbe3747a7cb7ae8619361a9ad37094fa6d04e735f56e1d8aaa473fb4da51d643ff46ded06d4c72e33f
@@ -11,7 +11,7 @@ module ForemanPuppet
11
11
  protected
12
12
 
13
13
  def show_deprecation_for_core_routes
14
- return if request.path.starts_with?('/foreman_puppet') || request.path.starts_with?('/api/smart_proxies')
14
+ return if request.path.starts_with?('/foreman_puppet') || request.path.starts_with?('/api/smart_proxies') || request.path.starts_with?('/api/v2/hosts/bulk/')
15
15
  Foreman::Deprecation.api_deprecation_warning(
16
16
  format(
17
17
  '/api/v2/%{controller} API endpoints are deprecated, please use /foreman_puppet/api/v2/%{controller} instead',
@@ -1,3 +1,3 @@
1
1
  module ForemanPuppet
2
- VERSION = '10.1.0'.freeze
2
+ VERSION = '10.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_puppet
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.1.0
4
+ version: 10.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondřej Ezr