gitlab-cloud-connector 1.28.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: cccd130567fa958f31586f2ccb76052afded25be08fb440ee6a895bf21fdc9be
4
- data.tar.gz: 771a27c4024b445035f069231cc071b9d6d027225c88819f2ac627a90ba1b6dc
3
+ metadata.gz: 115acf47d006cc3d45dc36d8889e6080f3594633f7996b665ba9fff06cac9ead
4
+ data.tar.gz: 5ddda51a61d27ec62b1c3bc7cd31fbe6f6f0c33589fdb8027f9ce6fbb7e4ba89
5
5
  SHA512:
6
- metadata.gz: 1e4f18d63bc52ae7b9e1940b1c67bf2c79a18dbab9a3698a72da985627b26de4632d420ee8ee245b74e006c76c15fd5791df02e19ff81d42c9ecb039736c8be3
7
- data.tar.gz: e4505e9dae8db521b78fcb87ebf8838fd3427e169190d6edb53692698717dd2043029aa696160e5e2afee760b01a391c33648d8755abff16e66a94c8fba8c761
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module CloudConnector
5
- VERSION = '1.28.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.28.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-19 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