gitlab-cloud-connector 1.16.0 → 1.17.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: 1c5e4946cfadda23467503f58d10377d704647b2792bc6890f8c30e4c8a680c0
4
- data.tar.gz: e3dd7520185a3ee4cfcc37afae8459a18a6817df9aecc804199309f267f5e705
3
+ metadata.gz: 84e9e87efe4387a0a77b93efd3bd519c067a51e0e6d4688c978f1c55c0ed9bc4
4
+ data.tar.gz: 3e56a0a9b50489e48731bbad822deddcad47fde0622e33a4a66528229b6f09bb
5
5
  SHA512:
6
- metadata.gz: 78cc588c59d15266314b38edbe42bb31937d98de01872bbb91bc5868c285f12866163bf18fc96fff45ed788cba8a6ecfad75834200c0d042df358d377d66d9eb
7
- data.tar.gz: 9e1d51a9bc0d8e222c4ffd5bd9577ea50c4811af2518d2e59218f9fb1202a860cd4642bba5a20d358ba883922d2ac37df4c8a109cf0ba80fac24c11ea4169ef7
6
+ metadata.gz: bc88d402211ee1cb036323b65432eb5a6fd2dbda1afb47b3b15db8ab1b625bed8ae1866560065449c82709e81869c5bd2c001cf11dd5f7c09fdb04610f36456f
7
+ data.tar.gz: 51152d3f2882e539cc7ab23c76c36233485e9941f55785a23f112153e3e4dca40aa764e5f3a24942bdb6ca39f97cdc2a5692a5b93768885d1133b7c5f8bd374d
@@ -21,5 +21,6 @@ unit_primitives:
21
21
  - include_terminal_context
22
22
  - include_repository_context
23
23
  - include_directory_context
24
+ - include_os_information_context
24
25
  - refactor_code
25
26
  - write_tests
@@ -24,6 +24,7 @@ unit_primitives:
24
24
  - include_terminal_context
25
25
  - include_repository_context
26
26
  - include_directory_context
27
+ - include_os_information_context
27
28
  - refactor_code
28
29
  - write_tests
29
30
  - troubleshoot_job
@@ -0,0 +1,9 @@
1
+ ---
2
+ name: include_os_information_context
3
+ description: Include context about the operating system.
4
+ group: group::duo_workflow
5
+ feature_category: duo_workflow
6
+ documentation_url: ""
7
+ backend_services:
8
+ - ai_gateway
9
+ - duo_workflow_service
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module CloudConnector
5
- VERSION = '1.16.0'
5
+ VERSION = '1.17.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.16.0
4
+ version: 1.17.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-11 00:00:00.000000000 Z
11
+ date: 2025-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -149,6 +149,7 @@ files:
149
149
  - config/unit_primitives/include_issue_context.yml
150
150
  - config/unit_primitives/include_local_git_context.yml
151
151
  - config/unit_primitives/include_merge_request_context.yml
152
+ - config/unit_primitives/include_os_information_context.yml
152
153
  - config/unit_primitives/include_repository_context.yml
153
154
  - config/unit_primitives/include_snippet_context.yml
154
155
  - config/unit_primitives/include_terminal_context.yml