gitlab-cloud-connector 1.20.0 → 1.21.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: 70f12d85a7eb01ff9cf08c2da1d04d59d269253f91f9d0c2daaf9bca164d0fb6
4
- data.tar.gz: dd845af8d47d7b34f00b2428589039ce02212261492cefe1da3738868a59ec2c
3
+ metadata.gz: 14c4552d7227d0465b39a55c3e7547d119a4cdacf31f094c414208dc6580c266
4
+ data.tar.gz: 11f560a6079bda358c677d76881443f10e924b4caeb1dcd43bade4e81d3c6ad8
5
5
  SHA512:
6
- metadata.gz: be470fa7caa56a2bf552cf969678414711db8fa58f54047928a74bd58f922820e3bed19fe8f88d52befc8842226548a03ef79b2213e1fbf7aa51776212d5535e
7
- data.tar.gz: 97bebda7550b7b3f0432ab1ed0200af0130176a94bfa3d1f058b0a1f8621c8c30864dc3cc729f5c068bb6a16cfc1d296ffdeb9b80e5d4e008de6a59faa2849c7
6
+ metadata.gz: b958c7c90251c348cde825d316e0291c05f97207f747ee57e99ef6e221f19681bcb69b13ac6e939e00e3b3987ca26870fed9f9ca34552233e021f39e6b4d05e5
7
+ data.tar.gz: 82f52535e491bbaf6d2d8f8160d8f41282adf1124c900a68074374f255a66bdc5b6c554a9ef4687913264b865c2f59765641baa3b34a6353a4cdabe08f44dca0
@@ -0,0 +1,14 @@
1
+ ---
2
+ name: duo_agent_platform
3
+ description: Automate tasks and help increase productivity in your development workflow by using GitLab Duo Agent Platform.
4
+ cut_off_date: 2025-07-03T00:00:00+00:00
5
+ group: group::duo workflow
6
+ feature_category: duo_workflow
7
+ documentation_url: https://docs.gitlab.com/user/duo_agent_platform/
8
+ backend_services:
9
+ - ai_gateway
10
+ - duo_workflow_service
11
+ add_ons:
12
+ - duo_pro
13
+ - duo_enterprise
14
+ - duo_core
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module CloudConnector
5
- VERSION = '1.20.0'
5
+ VERSION = '1.21.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.20.0
4
+ version: 1.21.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-06-30 00:00:00.000000000 Z
11
+ date: 2025-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -133,6 +133,7 @@ files:
133
133
  - config/unit_primitives/complete_code.yml
134
134
  - config/unit_primitives/description_composer.yml
135
135
  - config/unit_primitives/documentation_search.yml
136
+ - config/unit_primitives/duo_agent_platform.yml
136
137
  - config/unit_primitives/duo_chat.yml
137
138
  - config/unit_primitives/duo_workflow_execute_workflow.yml
138
139
  - config/unit_primitives/explain_code.yml