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: 0aa64e92f345cae02ba4fa599f19d5a90364f74991adeb194049ee382a526599
4
- data.tar.gz: fbea31078262f6d104a83e8fdd50e7cce035d91b451faebd35992c4f0fdb8bdf
3
+ metadata.gz: cccd130567fa958f31586f2ccb76052afded25be08fb440ee6a895bf21fdc9be
4
+ data.tar.gz: 771a27c4024b445035f069231cc071b9d6d027225c88819f2ac627a90ba1b6dc
5
5
  SHA512:
6
- metadata.gz: e4f0896d1749da4408c511af5f3413611475fce62e11675794ff24a1f12805148f6d306e659a7c42b2f2d8d86e216c3f4cb0098b69dc37c67d967c4917a76709
7
- data.tar.gz: e42e0d275b1e1c61071ebcbbe0307ad1fc702f56cc9c2f7fdcfb8ce0af84d7d6e5e155c07781c7b6bd2d7165998827bcbf15d21236c32396fc4cc5dc3c3a6f97
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module CloudConnector
5
- VERSION = '1.27.0'
5
+ VERSION = '1.28.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.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 00:00:00.000000000 Z
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