gitlab-kas-grpc 19.3.0.pre.rc1 → 19.3.0.pre.rc2

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: 161ebb609775322ce1e53bc773f3f2e00559c3ea0fa6fc86c522b111241a0fc6
4
- data.tar.gz: 878304f1cb06341547cd9aba37dede53315edca420647a22bb1006e5044dfdd3
3
+ metadata.gz: faba5168e23684bb9e29dfb6815a9e1ea990e05dee97062d07a4e7e95e51aa50
4
+ data.tar.gz: f027d04af25b6411a9085e117c11fe6912424ea6fdd2d98effafda28b297793c
5
5
  SHA512:
6
- metadata.gz: 200ce920244d688292653c86f347be589084b6355d0387940f11dbd6cd6303e96be95d6f6c57da1a197472eb19d97c2398f2cff051320841b68e56bbb7a8826c
7
- data.tar.gz: 15ab16eca6c9e81ccadcf5fb17da67d1ac7c2ee7e454760884c258db4c3020e0c923edf6266f921d137cff527857f4206f7a8c2eaff825fa23aef2cd531d12b1
6
+ metadata.gz: 243c9089375a01b96ba264ba3b1261deb642ca7cdabd3aaf1228cbfa0a3664b6b70c70540505ea7c01a7bd295a27715af0e42f25a803452a0e3da13fee08ca6d
7
+ data.tar.gz: e92302b235a710af993158a9e3847136126ab48edcce52361547d8e8e11c50648a9005ea54498dedd22d4537ec9e9b250c60d4635844d454636c5fcf040579e4
@@ -18,6 +18,10 @@ require 'internal/module/managed_resources/rpc/rpc_services_pb'
18
18
  require 'internal/module/notifications/rpc/rpc_services_pb'
19
19
  require 'internal/module/server_info/rpc/rpc_services_pb'
20
20
  require 'internal/module/server_info/server_info_pb'
21
+ require 'pkg/autoflow/constraint_pb'
22
+ require 'pkg/autoflow/named_value_pb'
23
+ require 'pkg/autoflow/result_pb'
24
+ require 'pkg/autoflow/value_pb'
21
25
  require 'pkg/constraint/constraint_pb'
22
26
  require 'pkg/entity/agentk/agentk_pb'
23
27
  require 'pkg/entity/agentw/agentw_pb'
@@ -0,0 +1,23 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: pkg/autoflow/result.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'buf/validate/validate_pb'
8
+ require 'pkg/autoflow/value_pb'
9
+
10
+
11
+ descriptor_data = "\n\x19pkg/autoflow/result.proto\x12\x15gitlab.agent.autoflow\x1a\x1b\x62uf/validate/validate.proto\x1a\x18pkg/autoflow/value.proto\"K\n\x05\x45rror\x12$\n\x07message\x18\x01 \x01(\tB\n\xbaH\x07r\x05 \x01(\x80 R\x07message\x12\x1c\n\tretryable\x18\x02 \x01(\x08R\tretryable\"\x85\x01\n\x06Result\x12\x34\n\x05value\x18\x01 \x01(\x0b\x32\x1c.gitlab.agent.autoflow.ValueH\x00R\x05value\x12\x34\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1c.gitlab.agent.autoflow.ErrorH\x00R\x05\x65rrorB\x0f\n\x06result\x12\x05\xbaH\x02\x08\x01\x42WZPgitlab.com/gitlab-org/cluster-integration/gitlab-agent/pkg/autoflow/v19;autoflow\x92\x03\x02\x08\x02\x62\x08\x65\x64itionsp\xe8\x07"
12
+
13
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
14
+ pool.add_serialized_file(descriptor_data)
15
+
16
+ module Gitlab
17
+ module Agent
18
+ module Autoflow
19
+ Error = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.Error").msgclass
20
+ Result = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.Result").msgclass
21
+ end
22
+ end
23
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-kas-grpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 19.3.0.pre.rc1
4
+ version: 19.3.0.pre.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tiger Watson
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2026-07-15 00:00:00.000000000 Z
13
+ date: 2026-07-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: grpc
@@ -57,6 +57,7 @@ files:
57
57
  - lib/internal/module/server_info/server_info_pb.rb
58
58
  - lib/pkg/autoflow/constraint_pb.rb
59
59
  - lib/pkg/autoflow/named_value_pb.rb
60
+ - lib/pkg/autoflow/result_pb.rb
60
61
  - lib/pkg/autoflow/value_pb.rb
61
62
  - lib/pkg/constraint/constraint_pb.rb
62
63
  - lib/pkg/entity/agentk/agentk_pb.rb