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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f1463bc1aa7a38f55928ea6ba9ecfc288a8c77f887f59ebfb680471dacdd6c82
|
|
4
|
+
data.tar.gz: 6e3c498c7f90bcccb4993cac29da549f81c3354c73afae3b39d09b734f650e97
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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',
|