gitlab-cloud-connector 1.27.0 → 1.29.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: 0aa64e92f345cae02ba4fa599f19d5a90364f74991adeb194049ee382a526599
4
- data.tar.gz: fbea31078262f6d104a83e8fdd50e7cce035d91b451faebd35992c4f0fdb8bdf
3
+ metadata.gz: 115acf47d006cc3d45dc36d8889e6080f3594633f7996b665ba9fff06cac9ead
4
+ data.tar.gz: 5ddda51a61d27ec62b1c3bc7cd31fbe6f6f0c33589fdb8027f9ce6fbb7e4ba89
5
5
  SHA512:
6
- metadata.gz: e4f0896d1749da4408c511af5f3413611475fce62e11675794ff24a1f12805148f6d306e659a7c42b2f2d8d86e216c3f4cb0098b69dc37c67d967c4917a76709
7
- data.tar.gz: e42e0d275b1e1c61071ebcbbe0307ad1fc702f56cc9c2f7fdcfb8ce0af84d7d6e5e155c07781c7b6bd2d7165998827bcbf15d21236c32396fc4cc5dc3c3a6f97
6
+ metadata.gz: 6d403a1a93f882820ed1c1b74f4490f26a9683c64a38c1c6200535b6a2726652dd85bdbfb0ab152c1aedc952ca0cb681405a44ab420da1968034c8464fd2eceb
7
+ data.tar.gz: dc1acc0a949c910564ed7977deffc484319b0aade195396a38c4ccd52fee2eb0a4e270336e5414ad590014dc5440f1c9a1c216dde00a8c149ddb819d00927083
@@ -0,0 +1,10 @@
1
+ ---
2
+ name: ai_gateway_model_provider_proxy
3
+ description: Use AI Gateway as a proxy to model providers.
4
+ cut_off_date: 2025-08-25T00:00:00+00:00
5
+ group: group::ai_framework
6
+ feature_category: duo_agent_platform
7
+ backend_services:
8
+ - ai_gateway
9
+ add_ons:
10
+ - duo_enterprise
@@ -0,0 +1,14 @@
1
+ ---
2
+ name: self_hosted_models
3
+ description: >
4
+ To maintain full control over your data privacy, security, and the deployment of large language models (LLMs) in your own infrastructure, use GitLab Duo Self-Hosted
5
+ By deploying GitLab Duo Self-Hosted, you can manage the entire lifecycle of requests made to LLM backends for GitLab Duo features,
6
+ ensuring that all requests stay in your enterprise network, and avoiding external dependencies.
7
+ cut_off_date: 2024-10-17T00:00:00+00:00
8
+ group: group::custom models
9
+ feature_category: custom_models
10
+ documentation_url: https://docs.gitlab.com/administration/gitlab_duo_self_hosted/
11
+ backend_services:
12
+ - ai_gateway
13
+ add_ons:
14
+ - duo_enterprise
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module CloudConnector
5
- VERSION = '1.27.0'
5
+ VERSION = '1.29.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.27.0
4
+ version: 1.29.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: 2025-08-11 00:00:00.000000000 Z
11
+ date: 2025-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -119,6 +119,7 @@ files:
119
119
  - config/services/self_hosted_models.yml
120
120
  - config/services/vertex_ai_proxy.yml
121
121
  - config/unit_primitives/agent_quick_actions.yml
122
+ - config/unit_primitives/ai_gateway_model_provider_proxy.yml
122
123
  - config/unit_primitives/amazon_q_integration.yml
123
124
  - config/unit_primitives/ask_build.yml
124
125
  - config/unit_primitives/ask_commit.yml
@@ -162,6 +163,7 @@ files:
162
163
  - config/unit_primitives/resolve_vulnerability.yml
163
164
  - config/unit_primitives/review_merge_request.yml
164
165
  - config/unit_primitives/security_scans.yml
166
+ - config/unit_primitives/self_hosted_models.yml
165
167
  - config/unit_primitives/semantic_search_issue.yml
166
168
  - config/unit_primitives/summarize_comments.yml
167
169
  - config/unit_primitives/summarize_issue_discussions.yml