gitlab-cloud-connector 1.51.0 → 1.52.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: 5cf385914ad047a2d682af4cc9c73fa79199ef21ea287e1e781105073b958fd4
4
- data.tar.gz: d16550c3f2c458d0ad39b783c6c02ea47e1e698e0f3dd9072d7ccfc0be58da21
3
+ metadata.gz: 53fb1ff0bc02c22bc9957c247a47e28b4ab34f4541772d263b99f9acd12bef46
4
+ data.tar.gz: e71fe9b49d979d48d831731608c13235c3a84cf01e4103c5e764d34aacbdd3bf
5
5
  SHA512:
6
- metadata.gz: 03d53a46c6460f24bec6ce5db05bef2914682c5599a61fec19f0c75186c3fafbaba372faa7ecd95f78554537bd8cbec5b6b70ed83e0195d3a94ab88d6a518558
7
- data.tar.gz: 2601f3cdfbc5118f8e52fbf5081fbb24b9d0fb27756121fb072fb9f698117594f41c1805245baed879ddce44073b9c986035037d326d6251f0ffdf50ad5f9c85
6
+ metadata.gz: 61d735af16b4d5b322d1567061f5a90363e0043832be196604c09b7d4bf24ac17cf7e8dd245b57b74a8b31a73cbca5f3d8299ed45af758fc8862108e30c2c4ee
7
+ data.tar.gz: 1d8b660972415812e6fd3ab719296971288274b41f507d7fadd8b76e03662a5eb743cbfccb5592f90bc8d141b06d4c9ce968abf8a21e7b91d4e5845e723f0b29
@@ -0,0 +1,16 @@
1
+ ---
2
+ name: feature_discovery_search
3
+ description: Search and surface relevant GitLab features.
4
+ cut_off_date: 2026-06-23T00:00:00+00:00
5
+ group: group::activation
6
+ feature_category: activation
7
+ unit_primitive_issue_url: https://gitlab.com/gitlab-org/gitlab/-/work_items/603089
8
+ introduced_by_url: https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector/-/merge_requests/250
9
+ backend_services:
10
+ - ai_gateway
11
+ add_ons:
12
+ - duo_core
13
+ - duo_pro
14
+ - duo_enterprise
15
+ - self_hosted_dap
16
+ - gitlab_credits
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module CloudConnector
5
- VERSION = '1.51.0'
5
+ VERSION = '1.52.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.51.0
4
+ version: 1.52.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-05-27 00:00:00.000000000 Z
11
+ date: 2026-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -30,14 +30,20 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '2.9'
33
+ version: '2.10'
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: 2.10.3
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
41
  - - "~>"
39
42
  - !ruby/object:Gem::Version
40
- version: '2.9'
43
+ version: '2.10'
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: 2.10.3
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: gitlab-styles
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -144,6 +150,7 @@ files:
144
150
  - config/unit_primitives/duo_workflow_execute_workflow.yml
145
151
  - config/unit_primitives/explain_code.yml
146
152
  - config/unit_primitives/explain_vulnerability.yml
153
+ - config/unit_primitives/feature_discovery_search.yml
147
154
  - config/unit_primitives/fix_code.yml
148
155
  - config/unit_primitives/generate_code.yml
149
156
  - config/unit_primitives/generate_commit_message.yml