gitlab-cloud-connector 1.52.0 → 1.53.0

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: 53fb1ff0bc02c22bc9957c247a47e28b4ab34f4541772d263b99f9acd12bef46
4
- data.tar.gz: e71fe9b49d979d48d831731608c13235c3a84cf01e4103c5e764d34aacbdd3bf
3
+ metadata.gz: c465eec923f40ee3b579a9c3d296ad7c8be156a0bf12842577a593a2912f4efc
4
+ data.tar.gz: 7ee82c0e5a70e17c344f779175ee792c1a3f0d7f166347ab71d072c77849ede3
5
5
  SHA512:
6
- metadata.gz: 61d735af16b4d5b322d1567061f5a90363e0043832be196604c09b7d4bf24ac17cf7e8dd245b57b74a8b31a73cbca5f3d8299ed45af758fc8862108e30c2c4ee
7
- data.tar.gz: 1d8b660972415812e6fd3ab719296971288274b41f507d7fadd8b76e03662a5eb743cbfccb5592f90bc8d141b06d4c9ce968abf8a21e7b91d4e5845e723f0b29
6
+ metadata.gz: bb133e6caf617812221bc60cb6f15d444e87c86b718f6f2498c05c64490499b136899adb8833139c4a8510a98e7c2349c89533c83b19c17dc0ac492b6b59c611
7
+ data.tar.gz: 7ec944d08daa8ba4593023dda98436abf0d01743685c6947573a3f1a1d4b7e05036710c8c27acbc1a22999b662bf767a7daa4a52018f1b8a7521d8044928e989
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: package_licenses
3
+ description: Package license information used by GitLab Dependency Scanning to identify the licenses of project dependencies.
4
+ group: group::composition analysis
5
+ feature_category: software_composition_analysis
6
+ unit_primitive_issue_url: https://gitlab.com/gitlab-org/gitlab/-/work_items/610641
7
+ introduced_by_url: https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector/-/merge_requests/252
8
+ backend_services:
9
+ - pmdb_distribution_service
10
+ license_types:
11
+ - ultimate
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module CloudConnector
5
- VERSION = '1.52.0'
5
+ VERSION = '1.53.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-cloud-connector
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikola Milojevic
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-06-23 00:00:00.000000000 Z
11
+ date: 2026-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -174,6 +174,7 @@ files:
174
174
  - config/unit_primitives/malware_advisories.yml
175
175
  - config/unit_primitives/measure_comment_temperature.yml
176
176
  - config/unit_primitives/observability_all.yml
177
+ - config/unit_primitives/package_licenses.yml
177
178
  - config/unit_primitives/refactor_code.yml
178
179
  - config/unit_primitives/resolve_vulnerability.yml
179
180
  - config/unit_primitives/review_merge_request.yml