gitlab-cloud-connector 1.27.0 → 1.28.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cccd130567fa958f31586f2ccb76052afded25be08fb440ee6a895bf21fdc9be
|
4
|
+
data.tar.gz: 771a27c4024b445035f069231cc071b9d6d027225c88819f2ac627a90ba1b6dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e4f18d63bc52ae7b9e1940b1c67bf2c79a18dbab9a3698a72da985627b26de4632d420ee8ee245b74e006c76c15fd5791df02e19ff81d42c9ecb039736c8be3
|
7
|
+
data.tar.gz: e4505e9dae8db521b78fcb87ebf8838fd3427e169190d6edb53692698717dd2043029aa696160e5e2afee760b01a391c33648d8755abff16e66a94c8fba8c761
|
@@ -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
|
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.
|
4
|
+
version: 1.28.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
|
+
date: 2025-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -162,6 +162,7 @@ files:
|
|
162
162
|
- config/unit_primitives/resolve_vulnerability.yml
|
163
163
|
- config/unit_primitives/review_merge_request.yml
|
164
164
|
- config/unit_primitives/security_scans.yml
|
165
|
+
- config/unit_primitives/self_hosted_models.yml
|
165
166
|
- config/unit_primitives/semantic_search_issue.yml
|
166
167
|
- config/unit_primitives/summarize_comments.yml
|
167
168
|
- config/unit_primitives/summarize_issue_discussions.yml
|