gitlab-cloud-connector 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67ce9f6dcc2ee1ea8bcb29bb7d7f5a4a5c95a6e0e3e6830352541cf627bb73e8
4
- data.tar.gz: e3e31b925c70a6bd0a1e99ae2d3d2692a85dd9a055f88debfb433ce2ba3bb8d9
3
+ metadata.gz: c67bf53f19e59f53539e9492c7ad90695e3e9986d8ac9afd1eaad60bd0f426bf
4
+ data.tar.gz: f61bcf16396ed0c05b5da04e2cd84f865b597fad0f39ff007e8c41afed69c1cd
5
5
  SHA512:
6
- metadata.gz: 4d457b2ea48bf430d5c5fab197a2da85d9c6e6657219f53370e776ae60a49af24a9a0480b026be796d43d296a06e14796026ce167683f6f8af2100bd5a740144
7
- data.tar.gz: ea09694cf8331e5add4372630f67bcc768e3eb253901ab5b23133da7a72887fc1fbcd8ea927a399d6ceeb19ea21f1fba54adf3dfd60268925847b02b85028428
6
+ metadata.gz: 6fe26d08d1bc89590782e1995ea2e8c59410ec7b05a0fd25273416cc32a08624e04dec70b5ea78fd3e940e9dd0acbe9b857ee4bb5bb1524edb2a0b6d764f4fdb
7
+ data.tar.gz: a8c32d1ee2175dbc85eab503c34df8190c593e26cb7ce869e19fcb534e0436a0459510e4691f8a0326d78fc70c40265bf242f434603f839747cbb9b9915e9373
@@ -0,0 +1,9 @@
1
+ ---
2
+ name: amazon_q_integration
3
+ description: 'Amazon Q Integration.'
4
+ group: group::duo_chat
5
+ feature_category: duo_chat
6
+ backend_services:
7
+ - ai_gateway
8
+ license_types:
9
+ - ultimate
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module CloudConnector
5
- VERSION = '0.2.4'
5
+ VERSION = '0.2.5'
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: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikola Milojevic
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-12-05 00:00:00.000000000 Z
11
+ date: 2024-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -120,6 +120,7 @@ files:
120
120
  - config/services/summarize_new_merge_request.yml
121
121
  - config/services/vertex_ai_proxy.yml
122
122
  - config/unit_primitives/agent_quick_actions.yml
123
+ - config/unit_primitives/amazon_q_integration.yml
123
124
  - config/unit_primitives/ask_build.yml
124
125
  - config/unit_primitives/ask_commit.yml
125
126
  - config/unit_primitives/ask_epic.yml