From 50384e47c762438b9e39abe4677f3c29f3c09184 Mon Sep 17 00:00:00 2001 From: Samuel Pilla Date: Fri, 15 Nov 2019 10:59:59 -0600 Subject: [PATCH] Upgrade Tiller to v2.16.1 This leaves support in Armada for tiller 2.13+ as we don't use any new features since then, so don't need to require a newer version. Change-Id: I6e5343fe942794987bec140e23208dd04fcbfd44 --- charts/armada/values.yaml | 2 +- charts/tiller/values.yaml | 2 +- hapi/chart/chart_pb2.py | 9 +- hapi/chart/config_pb2.py | 25 ++-- hapi/chart/metadata_pb2.py | 25 ++-- hapi/chart/template_pb2.py | 9 +- hapi/release/hook_pb2.py | 28 ++-- hapi/release/info_pb2.py | 9 +- hapi/release/release_pb2.py | 9 +- hapi/release/status_pb2.py | 9 +- hapi/release/test_run_pb2.py | 9 +- hapi/release/test_suite_pb2.py | 9 +- hapi/services/tiller_pb2.py | 257 ++++++++++++++++++--------------- hapi/version/version_pb2.py | 9 +- tools/helm-hapi.sh | 2 +- tools/helm_install.sh | 2 +- 16 files changed, 231 insertions(+), 184 deletions(-) diff --git a/charts/armada/values.yaml b/charts/armada/values.yaml index 1916fe9e..dcb28b3f 100644 --- a/charts/armada/values.yaml +++ b/charts/armada/values.yaml @@ -34,7 +34,7 @@ images: ks_service: 'docker.io/openstackhelm/heat:newton' ks_user: 'docker.io/openstackhelm/heat:newton' image_repo_sync: docker.io/docker:17.07.0 - tiller: gcr.io/kubernetes-helm/tiller:v2.13.1 + tiller: gcr.io/kubernetes-helm/tiller:v2.16.1 pull_policy: "IfNotPresent" local_registry: active: false diff --git a/charts/tiller/values.yaml b/charts/tiller/values.yaml index a6e16c6c..c29d7f5c 100644 --- a/charts/tiller/values.yaml +++ b/charts/tiller/values.yaml @@ -24,7 +24,7 @@ dependencies: images: tags: - tiller: gcr.io/kubernetes-helm/tiller:v2.13.1 + tiller: gcr.io/kubernetes-helm/tiller:v2.16.1 pull_policy: "IfNotPresent" local_registry: # NOTE(portdirect): this tiller chart does not support image pulling diff --git a/hapi/chart/chart_pb2.py b/hapi/chart/chart_pb2.py index 837d4c3f..cc1b68fc 100644 --- a/hapi/chart/chart_pb2.py +++ b/hapi/chart/chart_pb2.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: hapi/chart/chart.proto @@ -96,11 +97,11 @@ _CHART.fields_by_name['files'].message_type = google_dot_protobuf_dot_any__pb2._ DESCRIPTOR.message_types_by_name['Chart'] = _CHART _sym_db.RegisterFileDescriptor(DESCRIPTOR) -Chart = _reflection.GeneratedProtocolMessageType('Chart', (_message.Message,), dict( - DESCRIPTOR = _CHART, - __module__ = 'hapi.chart.chart_pb2' +Chart = _reflection.GeneratedProtocolMessageType('Chart', (_message.Message,), { + 'DESCRIPTOR' : _CHART, + '__module__' : 'hapi.chart.chart_pb2' # @@protoc_insertion_point(class_scope:hapi.chart.Chart) - )) + }) _sym_db.RegisterMessage(Chart) diff --git a/hapi/chart/config_pb2.py b/hapi/chart/config_pb2.py index 394cd9b8..b05f6fc9 100644 --- a/hapi/chart/config_pb2.py +++ b/hapi/chart/config_pb2.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: hapi/chart/config.proto @@ -137,26 +138,26 @@ DESCRIPTOR.message_types_by_name['Config'] = _CONFIG DESCRIPTOR.message_types_by_name['Value'] = _VALUE _sym_db.RegisterFileDescriptor(DESCRIPTOR) -Config = _reflection.GeneratedProtocolMessageType('Config', (_message.Message,), dict( +Config = _reflection.GeneratedProtocolMessageType('Config', (_message.Message,), { - ValuesEntry = _reflection.GeneratedProtocolMessageType('ValuesEntry', (_message.Message,), dict( - DESCRIPTOR = _CONFIG_VALUESENTRY, - __module__ = 'hapi.chart.config_pb2' + 'ValuesEntry' : _reflection.GeneratedProtocolMessageType('ValuesEntry', (_message.Message,), { + 'DESCRIPTOR' : _CONFIG_VALUESENTRY, + '__module__' : 'hapi.chart.config_pb2' # @@protoc_insertion_point(class_scope:hapi.chart.Config.ValuesEntry) - )) + }) , - DESCRIPTOR = _CONFIG, - __module__ = 'hapi.chart.config_pb2' + 'DESCRIPTOR' : _CONFIG, + '__module__' : 'hapi.chart.config_pb2' # @@protoc_insertion_point(class_scope:hapi.chart.Config) - )) + }) _sym_db.RegisterMessage(Config) _sym_db.RegisterMessage(Config.ValuesEntry) -Value = _reflection.GeneratedProtocolMessageType('Value', (_message.Message,), dict( - DESCRIPTOR = _VALUE, - __module__ = 'hapi.chart.config_pb2' +Value = _reflection.GeneratedProtocolMessageType('Value', (_message.Message,), { + 'DESCRIPTOR' : _VALUE, + '__module__' : 'hapi.chart.config_pb2' # @@protoc_insertion_point(class_scope:hapi.chart.Value) - )) + }) _sym_db.RegisterMessage(Value) diff --git a/hapi/chart/metadata_pb2.py b/hapi/chart/metadata_pb2.py index 28699f70..44db80c5 100644 --- a/hapi/chart/metadata_pb2.py +++ b/hapi/chart/metadata_pb2.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: hapi/chart/metadata.proto @@ -280,25 +281,25 @@ DESCRIPTOR.message_types_by_name['Maintainer'] = _MAINTAINER DESCRIPTOR.message_types_by_name['Metadata'] = _METADATA _sym_db.RegisterFileDescriptor(DESCRIPTOR) -Maintainer = _reflection.GeneratedProtocolMessageType('Maintainer', (_message.Message,), dict( - DESCRIPTOR = _MAINTAINER, - __module__ = 'hapi.chart.metadata_pb2' +Maintainer = _reflection.GeneratedProtocolMessageType('Maintainer', (_message.Message,), { + 'DESCRIPTOR' : _MAINTAINER, + '__module__' : 'hapi.chart.metadata_pb2' # @@protoc_insertion_point(class_scope:hapi.chart.Maintainer) - )) + }) _sym_db.RegisterMessage(Maintainer) -Metadata = _reflection.GeneratedProtocolMessageType('Metadata', (_message.Message,), dict( +Metadata = _reflection.GeneratedProtocolMessageType('Metadata', (_message.Message,), { - AnnotationsEntry = _reflection.GeneratedProtocolMessageType('AnnotationsEntry', (_message.Message,), dict( - DESCRIPTOR = _METADATA_ANNOTATIONSENTRY, - __module__ = 'hapi.chart.metadata_pb2' + 'AnnotationsEntry' : _reflection.GeneratedProtocolMessageType('AnnotationsEntry', (_message.Message,), { + 'DESCRIPTOR' : _METADATA_ANNOTATIONSENTRY, + '__module__' : 'hapi.chart.metadata_pb2' # @@protoc_insertion_point(class_scope:hapi.chart.Metadata.AnnotationsEntry) - )) + }) , - DESCRIPTOR = _METADATA, - __module__ = 'hapi.chart.metadata_pb2' + 'DESCRIPTOR' : _METADATA, + '__module__' : 'hapi.chart.metadata_pb2' # @@protoc_insertion_point(class_scope:hapi.chart.Metadata) - )) + }) _sym_db.RegisterMessage(Metadata) _sym_db.RegisterMessage(Metadata.AnnotationsEntry) diff --git a/hapi/chart/template_pb2.py b/hapi/chart/template_pb2.py index 3ad371a4..3e5e4cf6 100644 --- a/hapi/chart/template_pb2.py +++ b/hapi/chart/template_pb2.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: hapi/chart/template.proto @@ -65,11 +66,11 @@ _TEMPLATE = _descriptor.Descriptor( DESCRIPTOR.message_types_by_name['Template'] = _TEMPLATE _sym_db.RegisterFileDescriptor(DESCRIPTOR) -Template = _reflection.GeneratedProtocolMessageType('Template', (_message.Message,), dict( - DESCRIPTOR = _TEMPLATE, - __module__ = 'hapi.chart.template_pb2' +Template = _reflection.GeneratedProtocolMessageType('Template', (_message.Message,), { + 'DESCRIPTOR' : _TEMPLATE, + '__module__' : 'hapi.chart.template_pb2' # @@protoc_insertion_point(class_scope:hapi.chart.Template) - )) + }) _sym_db.RegisterMessage(Template) diff --git a/hapi/release/hook_pb2.py b/hapi/release/hook_pb2.py index ddf53958..fd2abd3a 100644 --- a/hapi/release/hook_pb2.py +++ b/hapi/release/hook_pb2.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: hapi/release/hook.proto @@ -20,7 +21,7 @@ DESCRIPTOR = _descriptor.FileDescriptor( package='hapi.release', syntax='proto3', serialized_options=_b('Z\007release'), - serialized_pb=_b('\n\x17hapi/release/hook.proto\x12\x0chapi.release\x1a\x1fgoogle/protobuf/timestamp.proto\"\x91\x04\n\x04Hook\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04kind\x18\x02 \x01(\t\x12\x0c\n\x04path\x18\x03 \x01(\t\x12\x10\n\x08manifest\x18\x04 \x01(\t\x12(\n\x06\x65vents\x18\x05 \x03(\x0e\x32\x18.hapi.release.Hook.Event\x12,\n\x08last_run\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0e\n\x06weight\x18\x07 \x01(\x05\x12\x38\n\x0f\x64\x65lete_policies\x18\x08 \x03(\x0e\x32\x1f.hapi.release.Hook.DeletePolicy\"\xe5\x01\n\x05\x45vent\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x0f\n\x0bPRE_INSTALL\x10\x01\x12\x10\n\x0cPOST_INSTALL\x10\x02\x12\x0e\n\nPRE_DELETE\x10\x03\x12\x0f\n\x0bPOST_DELETE\x10\x04\x12\x0f\n\x0bPRE_UPGRADE\x10\x05\x12\x10\n\x0cPOST_UPGRADE\x10\x06\x12\x10\n\x0cPRE_ROLLBACK\x10\x07\x12\x11\n\rPOST_ROLLBACK\x10\x08\x12\x18\n\x14RELEASE_TEST_SUCCESS\x10\t\x12\x18\n\x14RELEASE_TEST_FAILURE\x10\n\x12\x0f\n\x0b\x43RD_INSTALL\x10\x0b\"C\n\x0c\x44\x65letePolicy\x12\r\n\tSUCCEEDED\x10\x00\x12\n\n\x06\x46\x41ILED\x10\x01\x12\x18\n\x14\x42\x45\x46ORE_HOOK_CREATION\x10\x02\x42\tZ\x07releaseb\x06proto3') + serialized_pb=_b('\n\x17hapi/release/hook.proto\x12\x0chapi.release\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa9\x04\n\x04Hook\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04kind\x18\x02 \x01(\t\x12\x0c\n\x04path\x18\x03 \x01(\t\x12\x10\n\x08manifest\x18\x04 \x01(\t\x12(\n\x06\x65vents\x18\x05 \x03(\x0e\x32\x18.hapi.release.Hook.Event\x12,\n\x08last_run\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0e\n\x06weight\x18\x07 \x01(\x05\x12\x38\n\x0f\x64\x65lete_policies\x18\x08 \x03(\x0e\x32\x1f.hapi.release.Hook.DeletePolicy\x12\x16\n\x0e\x64\x65lete_timeout\x18\t \x01(\x03\"\xe5\x01\n\x05\x45vent\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x0f\n\x0bPRE_INSTALL\x10\x01\x12\x10\n\x0cPOST_INSTALL\x10\x02\x12\x0e\n\nPRE_DELETE\x10\x03\x12\x0f\n\x0bPOST_DELETE\x10\x04\x12\x0f\n\x0bPRE_UPGRADE\x10\x05\x12\x10\n\x0cPOST_UPGRADE\x10\x06\x12\x10\n\x0cPRE_ROLLBACK\x10\x07\x12\x11\n\rPOST_ROLLBACK\x10\x08\x12\x18\n\x14RELEASE_TEST_SUCCESS\x10\t\x12\x18\n\x14RELEASE_TEST_FAILURE\x10\n\x12\x0f\n\x0b\x43RD_INSTALL\x10\x0b\"C\n\x0c\x44\x65letePolicy\x12\r\n\tSUCCEEDED\x10\x00\x12\n\n\x06\x46\x41ILED\x10\x01\x12\x18\n\x14\x42\x45\x46ORE_HOOK_CREATION\x10\x02\x42\tZ\x07releaseb\x06proto3') , dependencies=[google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,]) @@ -83,8 +84,8 @@ _HOOK_EVENT = _descriptor.EnumDescriptor( ], containing_type=None, serialized_options=None, - serialized_start=306, - serialized_end=535, + serialized_start=330, + serialized_end=559, ) _sym_db.RegisterEnumDescriptor(_HOOK_EVENT) @@ -109,8 +110,8 @@ _HOOK_DELETEPOLICY = _descriptor.EnumDescriptor( ], containing_type=None, serialized_options=None, - serialized_start=537, - serialized_end=604, + serialized_start=561, + serialized_end=628, ) _sym_db.RegisterEnumDescriptor(_HOOK_DELETEPOLICY) @@ -178,6 +179,13 @@ _HOOK = _descriptor.Descriptor( message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='delete_timeout', full_name='hapi.release.Hook.delete_timeout', index=8, + number=9, type=3, cpp_type=2, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -193,7 +201,7 @@ _HOOK = _descriptor.Descriptor( oneofs=[ ], serialized_start=75, - serialized_end=604, + serialized_end=628, ) _HOOK.fields_by_name['events'].enum_type = _HOOK_EVENT @@ -204,11 +212,11 @@ _HOOK_DELETEPOLICY.containing_type = _HOOK DESCRIPTOR.message_types_by_name['Hook'] = _HOOK _sym_db.RegisterFileDescriptor(DESCRIPTOR) -Hook = _reflection.GeneratedProtocolMessageType('Hook', (_message.Message,), dict( - DESCRIPTOR = _HOOK, - __module__ = 'hapi.release.hook_pb2' +Hook = _reflection.GeneratedProtocolMessageType('Hook', (_message.Message,), { + 'DESCRIPTOR' : _HOOK, + '__module__' : 'hapi.release.hook_pb2' # @@protoc_insertion_point(class_scope:hapi.release.Hook) - )) + }) _sym_db.RegisterMessage(Hook) diff --git a/hapi/release/info_pb2.py b/hapi/release/info_pb2.py index 1a691cae..8d4adfef 100644 --- a/hapi/release/info_pb2.py +++ b/hapi/release/info_pb2.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: hapi/release/info.proto @@ -93,11 +94,11 @@ _INFO.fields_by_name['deleted'].message_type = google_dot_protobuf_dot_timestamp DESCRIPTOR.message_types_by_name['Info'] = _INFO _sym_db.RegisterFileDescriptor(DESCRIPTOR) -Info = _reflection.GeneratedProtocolMessageType('Info', (_message.Message,), dict( - DESCRIPTOR = _INFO, - __module__ = 'hapi.release.info_pb2' +Info = _reflection.GeneratedProtocolMessageType('Info', (_message.Message,), { + 'DESCRIPTOR' : _INFO, + '__module__' : 'hapi.release.info_pb2' # @@protoc_insertion_point(class_scope:hapi.release.Info) - )) + }) _sym_db.RegisterMessage(Info) diff --git a/hapi/release/release_pb2.py b/hapi/release/release_pb2.py index ddd03f06..6f77264c 100644 --- a/hapi/release/release_pb2.py +++ b/hapi/release/release_pb2.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: hapi/release/release.proto @@ -116,11 +117,11 @@ _RELEASE.fields_by_name['hooks'].message_type = hapi_dot_release_dot_hook__pb2._ DESCRIPTOR.message_types_by_name['Release'] = _RELEASE _sym_db.RegisterFileDescriptor(DESCRIPTOR) -Release = _reflection.GeneratedProtocolMessageType('Release', (_message.Message,), dict( - DESCRIPTOR = _RELEASE, - __module__ = 'hapi.release.release_pb2' +Release = _reflection.GeneratedProtocolMessageType('Release', (_message.Message,), { + 'DESCRIPTOR' : _RELEASE, + '__module__' : 'hapi.release.release_pb2' # @@protoc_insertion_point(class_scope:hapi.release.Release) - )) + }) _sym_db.RegisterMessage(Release) diff --git a/hapi/release/status_pb2.py b/hapi/release/status_pb2.py index e03b08af..03b32f7e 100644 --- a/hapi/release/status_pb2.py +++ b/hapi/release/status_pb2.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: hapi/release/status.proto @@ -136,11 +137,11 @@ _STATUS_CODE.containing_type = _STATUS DESCRIPTOR.message_types_by_name['Status'] = _STATUS _sym_db.RegisterFileDescriptor(DESCRIPTOR) -Status = _reflection.GeneratedProtocolMessageType('Status', (_message.Message,), dict( - DESCRIPTOR = _STATUS, - __module__ = 'hapi.release.status_pb2' +Status = _reflection.GeneratedProtocolMessageType('Status', (_message.Message,), { + 'DESCRIPTOR' : _STATUS, + '__module__' : 'hapi.release.status_pb2' # @@protoc_insertion_point(class_scope:hapi.release.Status) - )) + }) _sym_db.RegisterMessage(Status) diff --git a/hapi/release/test_run_pb2.py b/hapi/release/test_run_pb2.py index 120d7279..0b7209a8 100644 --- a/hapi/release/test_run_pb2.py +++ b/hapi/release/test_run_pb2.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: hapi/release/test_run.proto @@ -123,11 +124,11 @@ _TESTRUN_STATUS.containing_type = _TESTRUN DESCRIPTOR.message_types_by_name['TestRun'] = _TESTRUN _sym_db.RegisterFileDescriptor(DESCRIPTOR) -TestRun = _reflection.GeneratedProtocolMessageType('TestRun', (_message.Message,), dict( - DESCRIPTOR = _TESTRUN, - __module__ = 'hapi.release.test_run_pb2' +TestRun = _reflection.GeneratedProtocolMessageType('TestRun', (_message.Message,), { + 'DESCRIPTOR' : _TESTRUN, + '__module__' : 'hapi.release.test_run_pb2' # @@protoc_insertion_point(class_scope:hapi.release.TestRun) - )) + }) _sym_db.RegisterMessage(TestRun) diff --git a/hapi/release/test_suite_pb2.py b/hapi/release/test_suite_pb2.py index 036a3faa..b43d877a 100644 --- a/hapi/release/test_suite_pb2.py +++ b/hapi/release/test_suite_pb2.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: hapi/release/test_suite.proto @@ -78,11 +79,11 @@ _TESTSUITE.fields_by_name['results'].message_type = hapi_dot_release_dot_test__r DESCRIPTOR.message_types_by_name['TestSuite'] = _TESTSUITE _sym_db.RegisterFileDescriptor(DESCRIPTOR) -TestSuite = _reflection.GeneratedProtocolMessageType('TestSuite', (_message.Message,), dict( - DESCRIPTOR = _TESTSUITE, - __module__ = 'hapi.release.test_suite_pb2' +TestSuite = _reflection.GeneratedProtocolMessageType('TestSuite', (_message.Message,), { + 'DESCRIPTOR' : _TESTSUITE, + '__module__' : 'hapi.release.test_suite_pb2' # @@protoc_insertion_point(class_scope:hapi.release.TestSuite) - )) + }) _sym_db.RegisterMessage(TestSuite) diff --git a/hapi/services/tiller_pb2.py b/hapi/services/tiller_pb2.py index 45277321..3ec5a3eb 100644 --- a/hapi/services/tiller_pb2.py +++ b/hapi/services/tiller_pb2.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: hapi/services/tiller.proto @@ -26,7 +27,7 @@ DESCRIPTOR = _descriptor.FileDescriptor( package='hapi.services.tiller', syntax='proto3', serialized_options=_b('Z\010services'), - serialized_pb=_b('\n\x1ahapi/services/tiller.proto\x12\x14hapi.services.tiller\x1a\x16hapi/chart/chart.proto\x1a\x17hapi/chart/config.proto\x1a\x1ahapi/release/release.proto\x1a\x17hapi/release/info.proto\x1a\x1bhapi/release/test_run.proto\x1a\x19hapi/release/status.proto\x1a\x1ahapi/version/version.proto\"\xfe\x01\n\x13ListReleasesRequest\x12\r\n\x05limit\x18\x01 \x01(\x03\x12\x0e\n\x06offset\x18\x02 \x01(\t\x12\x36\n\x07sort_by\x18\x03 \x01(\x0e\x32%.hapi.services.tiller.ListSort.SortBy\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12<\n\nsort_order\x18\x05 \x01(\x0e\x32(.hapi.services.tiller.ListSort.SortOrder\x12/\n\x0cstatus_codes\x18\x06 \x03(\x0e\x32\x19.hapi.release.Status.Code\x12\x11\n\tnamespace\x18\x07 \x01(\t\"n\n\x08ListSort\"B\n\x06SortBy\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x08\n\x04NAME\x10\x01\x12\x11\n\rLAST_RELEASED\x10\x02\x12\x0e\n\nCHART_NAME\x10\x03\"\x1e\n\tSortOrder\x12\x07\n\x03\x41SC\x10\x00\x12\x08\n\x04\x44\x45SC\x10\x01\"k\n\x14ListReleasesResponse\x12\r\n\x05\x63ount\x18\x01 \x01(\x03\x12\x0c\n\x04next\x18\x02 \x01(\t\x12\r\n\x05total\x18\x03 \x01(\x03\x12\'\n\x08releases\x18\x04 \x03(\x0b\x32\x15.hapi.release.Release\"8\n\x17GetReleaseStatusRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\x05\"]\n\x18GetReleaseStatusResponse\x12\x0c\n\x04name\x18\x01 \x01(\t\x12 \n\x04info\x18\x02 \x01(\x0b\x32\x12.hapi.release.Info\x12\x11\n\tnamespace\x18\x03 \x01(\t\"9\n\x18GetReleaseContentRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\x05\"C\n\x19GetReleaseContentResponse\x12&\n\x07release\x18\x01 \x01(\x0b\x32\x15.hapi.release.Release\"\xa5\x02\n\x14UpdateReleaseRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12 \n\x05\x63hart\x18\x02 \x01(\x0b\x32\x11.hapi.chart.Chart\x12\"\n\x06values\x18\x03 \x01(\x0b\x32\x12.hapi.chart.Config\x12\x0f\n\x07\x64ry_run\x18\x04 \x01(\x08\x12\x15\n\rdisable_hooks\x18\x05 \x01(\x08\x12\x10\n\x08recreate\x18\x06 \x01(\x08\x12\x0f\n\x07timeout\x18\x07 \x01(\x03\x12\x14\n\x0creset_values\x18\x08 \x01(\x08\x12\x0c\n\x04wait\x18\t \x01(\x08\x12\x14\n\x0creuse_values\x18\n \x01(\x08\x12\r\n\x05\x66orce\x18\x0b \x01(\x08\x12\x13\n\x0b\x64\x65scription\x18\x0c \x01(\t\x12\x10\n\x08subNotes\x18\r \x01(\x08\"?\n\x15UpdateReleaseResponse\x12&\n\x07release\x18\x01 \x01(\x0b\x32\x15.hapi.release.Release\"\xb4\x01\n\x16RollbackReleaseRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07\x64ry_run\x18\x02 \x01(\x08\x12\x15\n\rdisable_hooks\x18\x03 \x01(\x08\x12\x0f\n\x07version\x18\x04 \x01(\x05\x12\x10\n\x08recreate\x18\x05 \x01(\x08\x12\x0f\n\x07timeout\x18\x06 \x01(\x03\x12\x0c\n\x04wait\x18\x07 \x01(\x08\x12\r\n\x05\x66orce\x18\x08 \x01(\x08\x12\x13\n\x0b\x64\x65scription\x18\t \x01(\t\"A\n\x17RollbackReleaseResponse\x12&\n\x07release\x18\x01 \x01(\x0b\x32\x15.hapi.release.Release\"\x9a\x02\n\x15InstallReleaseRequest\x12 \n\x05\x63hart\x18\x01 \x01(\x0b\x32\x11.hapi.chart.Chart\x12\"\n\x06values\x18\x02 \x01(\x0b\x32\x12.hapi.chart.Config\x12\x0f\n\x07\x64ry_run\x18\x03 \x01(\x08\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x15\n\rdisable_hooks\x18\x05 \x01(\x08\x12\x11\n\tnamespace\x18\x06 \x01(\t\x12\x12\n\nreuse_name\x18\x07 \x01(\x08\x12\x0f\n\x07timeout\x18\x08 \x01(\x03\x12\x0c\n\x04wait\x18\t \x01(\x08\x12\x18\n\x10\x64isable_crd_hook\x18\n \x01(\x08\x12\x13\n\x0b\x64\x65scription\x18\x0b \x01(\t\x12\x10\n\x08subNotes\x18\x0c \x01(\x08\"@\n\x16InstallReleaseResponse\x12&\n\x07release\x18\x01 \x01(\x0b\x32\x15.hapi.release.Release\"s\n\x17UninstallReleaseRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x15\n\rdisable_hooks\x18\x02 \x01(\x08\x12\r\n\x05purge\x18\x03 \x01(\x08\x12\x0f\n\x07timeout\x18\x04 \x01(\x03\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\"P\n\x18UninstallReleaseResponse\x12&\n\x07release\x18\x01 \x01(\x0b\x32\x15.hapi.release.Release\x12\x0c\n\x04info\x18\x02 \x01(\t\"\x13\n\x11GetVersionRequest\"<\n\x12GetVersionResponse\x12&\n\x07Version\x18\x01 \x01(\x0b\x32\x15.hapi.version.Version\".\n\x11GetHistoryRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0b\n\x03max\x18\x02 \x01(\x05\"=\n\x12GetHistoryResponse\x12\'\n\x08releases\x18\x01 \x03(\x0b\x32\x15.hapi.release.Release\"V\n\x12TestReleaseRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07timeout\x18\x02 \x01(\x03\x12\x0f\n\x07\x63leanup\x18\x03 \x01(\x08\x12\x10\n\x08parallel\x18\x04 \x01(\x08\"P\n\x13TestReleaseResponse\x12\x0b\n\x03msg\x18\x01 \x01(\t\x12,\n\x06status\x18\x02 \x01(\x0e\x32\x1c.hapi.release.TestRun.Status2\xdb\x08\n\x0eReleaseService\x12i\n\x0cListReleases\x12).hapi.services.tiller.ListReleasesRequest\x1a*.hapi.services.tiller.ListReleasesResponse\"\x00\x30\x01\x12s\n\x10GetReleaseStatus\x12-.hapi.services.tiller.GetReleaseStatusRequest\x1a..hapi.services.tiller.GetReleaseStatusResponse\"\x00\x12v\n\x11GetReleaseContent\x12..hapi.services.tiller.GetReleaseContentRequest\x1a/.hapi.services.tiller.GetReleaseContentResponse\"\x00\x12j\n\rUpdateRelease\x12*.hapi.services.tiller.UpdateReleaseRequest\x1a+.hapi.services.tiller.UpdateReleaseResponse\"\x00\x12m\n\x0eInstallRelease\x12+.hapi.services.tiller.InstallReleaseRequest\x1a,.hapi.services.tiller.InstallReleaseResponse\"\x00\x12s\n\x10UninstallRelease\x12-.hapi.services.tiller.UninstallReleaseRequest\x1a..hapi.services.tiller.UninstallReleaseResponse\"\x00\x12\x61\n\nGetVersion\x12\'.hapi.services.tiller.GetVersionRequest\x1a(.hapi.services.tiller.GetVersionResponse\"\x00\x12p\n\x0fRollbackRelease\x12,.hapi.services.tiller.RollbackReleaseRequest\x1a-.hapi.services.tiller.RollbackReleaseResponse\"\x00\x12\x61\n\nGetHistory\x12\'.hapi.services.tiller.GetHistoryRequest\x1a(.hapi.services.tiller.GetHistoryResponse\"\x00\x12i\n\x0eRunReleaseTest\x12(.hapi.services.tiller.TestReleaseRequest\x1a).hapi.services.tiller.TestReleaseResponse\"\x00\x30\x01\x42\nZ\x08servicesb\x06proto3') + serialized_pb=_b('\n\x1ahapi/services/tiller.proto\x12\x14hapi.services.tiller\x1a\x16hapi/chart/chart.proto\x1a\x17hapi/chart/config.proto\x1a\x1ahapi/release/release.proto\x1a\x17hapi/release/info.proto\x1a\x1bhapi/release/test_run.proto\x1a\x19hapi/release/status.proto\x1a\x1ahapi/version/version.proto\"\xfe\x01\n\x13ListReleasesRequest\x12\r\n\x05limit\x18\x01 \x01(\x03\x12\x0e\n\x06offset\x18\x02 \x01(\t\x12\x36\n\x07sort_by\x18\x03 \x01(\x0e\x32%.hapi.services.tiller.ListSort.SortBy\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12<\n\nsort_order\x18\x05 \x01(\x0e\x32(.hapi.services.tiller.ListSort.SortOrder\x12/\n\x0cstatus_codes\x18\x06 \x03(\x0e\x32\x19.hapi.release.Status.Code\x12\x11\n\tnamespace\x18\x07 \x01(\t\"n\n\x08ListSort\"B\n\x06SortBy\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x08\n\x04NAME\x10\x01\x12\x11\n\rLAST_RELEASED\x10\x02\x12\x0e\n\nCHART_NAME\x10\x03\"\x1e\n\tSortOrder\x12\x07\n\x03\x41SC\x10\x00\x12\x08\n\x04\x44\x45SC\x10\x01\"k\n\x14ListReleasesResponse\x12\r\n\x05\x63ount\x18\x01 \x01(\x03\x12\x0c\n\x04next\x18\x02 \x01(\t\x12\r\n\x05total\x18\x03 \x01(\x03\x12\'\n\x08releases\x18\x04 \x03(\x0b\x32\x15.hapi.release.Release\"8\n\x17GetReleaseStatusRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\x05\"]\n\x18GetReleaseStatusResponse\x12\x0c\n\x04name\x18\x01 \x01(\t\x12 \n\x04info\x18\x02 \x01(\x0b\x32\x12.hapi.release.Info\x12\x11\n\tnamespace\x18\x03 \x01(\t\"9\n\x18GetReleaseContentRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\x05\"C\n\x19GetReleaseContentResponse\x12&\n\x07release\x18\x01 \x01(\x0b\x32\x15.hapi.release.Release\"\xbe\x02\n\x14UpdateReleaseRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12 \n\x05\x63hart\x18\x02 \x01(\x0b\x32\x11.hapi.chart.Chart\x12\"\n\x06values\x18\x03 \x01(\x0b\x32\x12.hapi.chart.Config\x12\x0f\n\x07\x64ry_run\x18\x04 \x01(\x08\x12\x15\n\rdisable_hooks\x18\x05 \x01(\x08\x12\x10\n\x08recreate\x18\x06 \x01(\x08\x12\x0f\n\x07timeout\x18\x07 \x01(\x03\x12\x14\n\x0creset_values\x18\x08 \x01(\x08\x12\x0c\n\x04wait\x18\t \x01(\x08\x12\x14\n\x0creuse_values\x18\n \x01(\x08\x12\r\n\x05\x66orce\x18\x0b \x01(\x08\x12\x13\n\x0b\x64\x65scription\x18\x0c \x01(\t\x12\x10\n\x08subNotes\x18\r \x01(\x08\x12\x17\n\x0f\x63leanup_on_fail\x18\x0e \x01(\x08\"?\n\x15UpdateReleaseResponse\x12&\n\x07release\x18\x01 \x01(\x0b\x32\x15.hapi.release.Release\"\xcd\x01\n\x16RollbackReleaseRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07\x64ry_run\x18\x02 \x01(\x08\x12\x15\n\rdisable_hooks\x18\x03 \x01(\x08\x12\x0f\n\x07version\x18\x04 \x01(\x05\x12\x10\n\x08recreate\x18\x05 \x01(\x08\x12\x0f\n\x07timeout\x18\x06 \x01(\x03\x12\x0c\n\x04wait\x18\x07 \x01(\x08\x12\r\n\x05\x66orce\x18\x08 \x01(\x08\x12\x13\n\x0b\x64\x65scription\x18\t \x01(\t\x12\x17\n\x0f\x63leanup_on_fail\x18\n \x01(\x08\"A\n\x17RollbackReleaseResponse\x12&\n\x07release\x18\x01 \x01(\x0b\x32\x15.hapi.release.Release\"\x9a\x02\n\x15InstallReleaseRequest\x12 \n\x05\x63hart\x18\x01 \x01(\x0b\x32\x11.hapi.chart.Chart\x12\"\n\x06values\x18\x02 \x01(\x0b\x32\x12.hapi.chart.Config\x12\x0f\n\x07\x64ry_run\x18\x03 \x01(\x08\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x15\n\rdisable_hooks\x18\x05 \x01(\x08\x12\x11\n\tnamespace\x18\x06 \x01(\t\x12\x12\n\nreuse_name\x18\x07 \x01(\x08\x12\x0f\n\x07timeout\x18\x08 \x01(\x03\x12\x0c\n\x04wait\x18\t \x01(\x08\x12\x18\n\x10\x64isable_crd_hook\x18\n \x01(\x08\x12\x13\n\x0b\x64\x65scription\x18\x0b \x01(\t\x12\x10\n\x08subNotes\x18\x0c \x01(\x08\"@\n\x16InstallReleaseResponse\x12&\n\x07release\x18\x01 \x01(\x0b\x32\x15.hapi.release.Release\"s\n\x17UninstallReleaseRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x15\n\rdisable_hooks\x18\x02 \x01(\x08\x12\r\n\x05purge\x18\x03 \x01(\x08\x12\x0f\n\x07timeout\x18\x04 \x01(\x03\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\"P\n\x18UninstallReleaseResponse\x12&\n\x07release\x18\x01 \x01(\x0b\x32\x15.hapi.release.Release\x12\x0c\n\x04info\x18\x02 \x01(\t\"\x13\n\x11GetVersionRequest\"<\n\x12GetVersionResponse\x12&\n\x07Version\x18\x01 \x01(\x0b\x32\x15.hapi.version.Version\".\n\x11GetHistoryRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0b\n\x03max\x18\x02 \x01(\x05\"=\n\x12GetHistoryResponse\x12\'\n\x08releases\x18\x01 \x03(\x0b\x32\x15.hapi.release.Release\"z\n\x12TestReleaseRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07timeout\x18\x02 \x01(\x03\x12\x0f\n\x07\x63leanup\x18\x03 \x01(\x08\x12\x10\n\x08parallel\x18\x04 \x01(\x08\x12\x14\n\x0cmax_parallel\x18\x05 \x01(\r\x12\x0c\n\x04logs\x18\x06 \x01(\x08\"P\n\x13TestReleaseResponse\x12\x0b\n\x03msg\x18\x01 \x01(\t\x12,\n\x06status\x18\x02 \x01(\x0e\x32\x1c.hapi.release.TestRun.Status2\xdb\x08\n\x0eReleaseService\x12i\n\x0cListReleases\x12).hapi.services.tiller.ListReleasesRequest\x1a*.hapi.services.tiller.ListReleasesResponse\"\x00\x30\x01\x12s\n\x10GetReleaseStatus\x12-.hapi.services.tiller.GetReleaseStatusRequest\x1a..hapi.services.tiller.GetReleaseStatusResponse\"\x00\x12v\n\x11GetReleaseContent\x12..hapi.services.tiller.GetReleaseContentRequest\x1a/.hapi.services.tiller.GetReleaseContentResponse\"\x00\x12j\n\rUpdateRelease\x12*.hapi.services.tiller.UpdateReleaseRequest\x1a+.hapi.services.tiller.UpdateReleaseResponse\"\x00\x12m\n\x0eInstallRelease\x12+.hapi.services.tiller.InstallReleaseRequest\x1a,.hapi.services.tiller.InstallReleaseResponse\"\x00\x12s\n\x10UninstallRelease\x12-.hapi.services.tiller.UninstallReleaseRequest\x1a..hapi.services.tiller.UninstallReleaseResponse\"\x00\x12\x61\n\nGetVersion\x12\'.hapi.services.tiller.GetVersionRequest\x1a(.hapi.services.tiller.GetVersionResponse\"\x00\x12p\n\x0fRollbackRelease\x12,.hapi.services.tiller.RollbackReleaseRequest\x1a-.hapi.services.tiller.RollbackReleaseResponse\"\x00\x12\x61\n\nGetHistory\x12\'.hapi.services.tiller.GetHistoryRequest\x1a(.hapi.services.tiller.GetHistoryResponse\"\x00\x12i\n\x0eRunReleaseTest\x12(.hapi.services.tiller.TestReleaseRequest\x1a).hapi.services.tiller.TestReleaseResponse\"\x00\x30\x01\x42\nZ\x08servicesb\x06proto3') , dependencies=[hapi_dot_chart_dot_chart__pb2.DESCRIPTOR,hapi_dot_chart_dot_config__pb2.DESCRIPTOR,hapi_dot_release_dot_release__pb2.DESCRIPTOR,hapi_dot_release_dot_info__pb2.DESCRIPTOR,hapi_dot_release_dot_test__run__pb2.DESCRIPTOR,hapi_dot_release_dot_status__pb2.DESCRIPTOR,hapi_dot_version_dot_version__pb2.DESCRIPTOR,]) @@ -486,6 +487,13 @@ _UPDATERELEASEREQUEST = _descriptor.Descriptor( message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='cleanup_on_fail', full_name='hapi.services.tiller.UpdateReleaseRequest.cleanup_on_fail', index=13, + number=14, type=8, cpp_type=7, label=1, + has_default_value=False, default_value=False, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -499,7 +507,7 @@ _UPDATERELEASEREQUEST = _descriptor.Descriptor( oneofs=[ ], serialized_start=998, - serialized_end=1291, + serialized_end=1316, ) @@ -529,8 +537,8 @@ _UPDATERELEASERESPONSE = _descriptor.Descriptor( extension_ranges=[], oneofs=[ ], - serialized_start=1293, - serialized_end=1356, + serialized_start=1318, + serialized_end=1381, ) @@ -604,6 +612,13 @@ _ROLLBACKRELEASEREQUEST = _descriptor.Descriptor( message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='cleanup_on_fail', full_name='hapi.services.tiller.RollbackReleaseRequest.cleanup_on_fail', index=9, + number=10, type=8, cpp_type=7, label=1, + has_default_value=False, default_value=False, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -616,8 +631,8 @@ _ROLLBACKRELEASEREQUEST = _descriptor.Descriptor( extension_ranges=[], oneofs=[ ], - serialized_start=1359, - serialized_end=1539, + serialized_start=1384, + serialized_end=1589, ) @@ -647,8 +662,8 @@ _ROLLBACKRELEASERESPONSE = _descriptor.Descriptor( extension_ranges=[], oneofs=[ ], - serialized_start=1541, - serialized_end=1606, + serialized_start=1591, + serialized_end=1656, ) @@ -755,8 +770,8 @@ _INSTALLRELEASEREQUEST = _descriptor.Descriptor( extension_ranges=[], oneofs=[ ], - serialized_start=1609, - serialized_end=1891, + serialized_start=1659, + serialized_end=1941, ) @@ -786,8 +801,8 @@ _INSTALLRELEASERESPONSE = _descriptor.Descriptor( extension_ranges=[], oneofs=[ ], - serialized_start=1893, - serialized_end=1957, + serialized_start=1943, + serialized_end=2007, ) @@ -845,8 +860,8 @@ _UNINSTALLRELEASEREQUEST = _descriptor.Descriptor( extension_ranges=[], oneofs=[ ], - serialized_start=1959, - serialized_end=2074, + serialized_start=2009, + serialized_end=2124, ) @@ -883,8 +898,8 @@ _UNINSTALLRELEASERESPONSE = _descriptor.Descriptor( extension_ranges=[], oneofs=[ ], - serialized_start=2076, - serialized_end=2156, + serialized_start=2126, + serialized_end=2206, ) @@ -907,8 +922,8 @@ _GETVERSIONREQUEST = _descriptor.Descriptor( extension_ranges=[], oneofs=[ ], - serialized_start=2158, - serialized_end=2177, + serialized_start=2208, + serialized_end=2227, ) @@ -938,8 +953,8 @@ _GETVERSIONRESPONSE = _descriptor.Descriptor( extension_ranges=[], oneofs=[ ], - serialized_start=2179, - serialized_end=2239, + serialized_start=2229, + serialized_end=2289, ) @@ -976,8 +991,8 @@ _GETHISTORYREQUEST = _descriptor.Descriptor( extension_ranges=[], oneofs=[ ], - serialized_start=2241, - serialized_end=2287, + serialized_start=2291, + serialized_end=2337, ) @@ -1007,8 +1022,8 @@ _GETHISTORYRESPONSE = _descriptor.Descriptor( extension_ranges=[], oneofs=[ ], - serialized_start=2289, - serialized_end=2350, + serialized_start=2339, + serialized_end=2400, ) @@ -1047,6 +1062,20 @@ _TESTRELEASEREQUEST = _descriptor.Descriptor( message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='max_parallel', full_name='hapi.services.tiller.TestReleaseRequest.max_parallel', index=4, + number=5, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='logs', full_name='hapi.services.tiller.TestReleaseRequest.logs', index=5, + number=6, type=8, cpp_type=7, label=1, + has_default_value=False, default_value=False, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -1059,8 +1088,8 @@ _TESTRELEASEREQUEST = _descriptor.Descriptor( extension_ranges=[], oneofs=[ ], - serialized_start=2352, - serialized_end=2438, + serialized_start=2402, + serialized_end=2524, ) @@ -1097,8 +1126,8 @@ _TESTRELEASERESPONSE = _descriptor.Descriptor( extension_ranges=[], oneofs=[ ], - serialized_start=2440, - serialized_end=2520, + serialized_start=2526, + serialized_end=2606, ) _LISTRELEASESREQUEST.fields_by_name['sort_by'].enum_type = _LISTSORT_SORTBY @@ -1143,151 +1172,151 @@ DESCRIPTOR.message_types_by_name['TestReleaseRequest'] = _TESTRELEASEREQUEST DESCRIPTOR.message_types_by_name['TestReleaseResponse'] = _TESTRELEASERESPONSE _sym_db.RegisterFileDescriptor(DESCRIPTOR) -ListReleasesRequest = _reflection.GeneratedProtocolMessageType('ListReleasesRequest', (_message.Message,), dict( - DESCRIPTOR = _LISTRELEASESREQUEST, - __module__ = 'hapi.services.tiller_pb2' +ListReleasesRequest = _reflection.GeneratedProtocolMessageType('ListReleasesRequest', (_message.Message,), { + 'DESCRIPTOR' : _LISTRELEASESREQUEST, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.ListReleasesRequest) - )) + }) _sym_db.RegisterMessage(ListReleasesRequest) -ListSort = _reflection.GeneratedProtocolMessageType('ListSort', (_message.Message,), dict( - DESCRIPTOR = _LISTSORT, - __module__ = 'hapi.services.tiller_pb2' +ListSort = _reflection.GeneratedProtocolMessageType('ListSort', (_message.Message,), { + 'DESCRIPTOR' : _LISTSORT, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.ListSort) - )) + }) _sym_db.RegisterMessage(ListSort) -ListReleasesResponse = _reflection.GeneratedProtocolMessageType('ListReleasesResponse', (_message.Message,), dict( - DESCRIPTOR = _LISTRELEASESRESPONSE, - __module__ = 'hapi.services.tiller_pb2' +ListReleasesResponse = _reflection.GeneratedProtocolMessageType('ListReleasesResponse', (_message.Message,), { + 'DESCRIPTOR' : _LISTRELEASESRESPONSE, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.ListReleasesResponse) - )) + }) _sym_db.RegisterMessage(ListReleasesResponse) -GetReleaseStatusRequest = _reflection.GeneratedProtocolMessageType('GetReleaseStatusRequest', (_message.Message,), dict( - DESCRIPTOR = _GETRELEASESTATUSREQUEST, - __module__ = 'hapi.services.tiller_pb2' +GetReleaseStatusRequest = _reflection.GeneratedProtocolMessageType('GetReleaseStatusRequest', (_message.Message,), { + 'DESCRIPTOR' : _GETRELEASESTATUSREQUEST, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.GetReleaseStatusRequest) - )) + }) _sym_db.RegisterMessage(GetReleaseStatusRequest) -GetReleaseStatusResponse = _reflection.GeneratedProtocolMessageType('GetReleaseStatusResponse', (_message.Message,), dict( - DESCRIPTOR = _GETRELEASESTATUSRESPONSE, - __module__ = 'hapi.services.tiller_pb2' +GetReleaseStatusResponse = _reflection.GeneratedProtocolMessageType('GetReleaseStatusResponse', (_message.Message,), { + 'DESCRIPTOR' : _GETRELEASESTATUSRESPONSE, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.GetReleaseStatusResponse) - )) + }) _sym_db.RegisterMessage(GetReleaseStatusResponse) -GetReleaseContentRequest = _reflection.GeneratedProtocolMessageType('GetReleaseContentRequest', (_message.Message,), dict( - DESCRIPTOR = _GETRELEASECONTENTREQUEST, - __module__ = 'hapi.services.tiller_pb2' +GetReleaseContentRequest = _reflection.GeneratedProtocolMessageType('GetReleaseContentRequest', (_message.Message,), { + 'DESCRIPTOR' : _GETRELEASECONTENTREQUEST, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.GetReleaseContentRequest) - )) + }) _sym_db.RegisterMessage(GetReleaseContentRequest) -GetReleaseContentResponse = _reflection.GeneratedProtocolMessageType('GetReleaseContentResponse', (_message.Message,), dict( - DESCRIPTOR = _GETRELEASECONTENTRESPONSE, - __module__ = 'hapi.services.tiller_pb2' +GetReleaseContentResponse = _reflection.GeneratedProtocolMessageType('GetReleaseContentResponse', (_message.Message,), { + 'DESCRIPTOR' : _GETRELEASECONTENTRESPONSE, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.GetReleaseContentResponse) - )) + }) _sym_db.RegisterMessage(GetReleaseContentResponse) -UpdateReleaseRequest = _reflection.GeneratedProtocolMessageType('UpdateReleaseRequest', (_message.Message,), dict( - DESCRIPTOR = _UPDATERELEASEREQUEST, - __module__ = 'hapi.services.tiller_pb2' +UpdateReleaseRequest = _reflection.GeneratedProtocolMessageType('UpdateReleaseRequest', (_message.Message,), { + 'DESCRIPTOR' : _UPDATERELEASEREQUEST, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.UpdateReleaseRequest) - )) + }) _sym_db.RegisterMessage(UpdateReleaseRequest) -UpdateReleaseResponse = _reflection.GeneratedProtocolMessageType('UpdateReleaseResponse', (_message.Message,), dict( - DESCRIPTOR = _UPDATERELEASERESPONSE, - __module__ = 'hapi.services.tiller_pb2' +UpdateReleaseResponse = _reflection.GeneratedProtocolMessageType('UpdateReleaseResponse', (_message.Message,), { + 'DESCRIPTOR' : _UPDATERELEASERESPONSE, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.UpdateReleaseResponse) - )) + }) _sym_db.RegisterMessage(UpdateReleaseResponse) -RollbackReleaseRequest = _reflection.GeneratedProtocolMessageType('RollbackReleaseRequest', (_message.Message,), dict( - DESCRIPTOR = _ROLLBACKRELEASEREQUEST, - __module__ = 'hapi.services.tiller_pb2' +RollbackReleaseRequest = _reflection.GeneratedProtocolMessageType('RollbackReleaseRequest', (_message.Message,), { + 'DESCRIPTOR' : _ROLLBACKRELEASEREQUEST, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.RollbackReleaseRequest) - )) + }) _sym_db.RegisterMessage(RollbackReleaseRequest) -RollbackReleaseResponse = _reflection.GeneratedProtocolMessageType('RollbackReleaseResponse', (_message.Message,), dict( - DESCRIPTOR = _ROLLBACKRELEASERESPONSE, - __module__ = 'hapi.services.tiller_pb2' +RollbackReleaseResponse = _reflection.GeneratedProtocolMessageType('RollbackReleaseResponse', (_message.Message,), { + 'DESCRIPTOR' : _ROLLBACKRELEASERESPONSE, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.RollbackReleaseResponse) - )) + }) _sym_db.RegisterMessage(RollbackReleaseResponse) -InstallReleaseRequest = _reflection.GeneratedProtocolMessageType('InstallReleaseRequest', (_message.Message,), dict( - DESCRIPTOR = _INSTALLRELEASEREQUEST, - __module__ = 'hapi.services.tiller_pb2' +InstallReleaseRequest = _reflection.GeneratedProtocolMessageType('InstallReleaseRequest', (_message.Message,), { + 'DESCRIPTOR' : _INSTALLRELEASEREQUEST, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.InstallReleaseRequest) - )) + }) _sym_db.RegisterMessage(InstallReleaseRequest) -InstallReleaseResponse = _reflection.GeneratedProtocolMessageType('InstallReleaseResponse', (_message.Message,), dict( - DESCRIPTOR = _INSTALLRELEASERESPONSE, - __module__ = 'hapi.services.tiller_pb2' +InstallReleaseResponse = _reflection.GeneratedProtocolMessageType('InstallReleaseResponse', (_message.Message,), { + 'DESCRIPTOR' : _INSTALLRELEASERESPONSE, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.InstallReleaseResponse) - )) + }) _sym_db.RegisterMessage(InstallReleaseResponse) -UninstallReleaseRequest = _reflection.GeneratedProtocolMessageType('UninstallReleaseRequest', (_message.Message,), dict( - DESCRIPTOR = _UNINSTALLRELEASEREQUEST, - __module__ = 'hapi.services.tiller_pb2' +UninstallReleaseRequest = _reflection.GeneratedProtocolMessageType('UninstallReleaseRequest', (_message.Message,), { + 'DESCRIPTOR' : _UNINSTALLRELEASEREQUEST, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.UninstallReleaseRequest) - )) + }) _sym_db.RegisterMessage(UninstallReleaseRequest) -UninstallReleaseResponse = _reflection.GeneratedProtocolMessageType('UninstallReleaseResponse', (_message.Message,), dict( - DESCRIPTOR = _UNINSTALLRELEASERESPONSE, - __module__ = 'hapi.services.tiller_pb2' +UninstallReleaseResponse = _reflection.GeneratedProtocolMessageType('UninstallReleaseResponse', (_message.Message,), { + 'DESCRIPTOR' : _UNINSTALLRELEASERESPONSE, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.UninstallReleaseResponse) - )) + }) _sym_db.RegisterMessage(UninstallReleaseResponse) -GetVersionRequest = _reflection.GeneratedProtocolMessageType('GetVersionRequest', (_message.Message,), dict( - DESCRIPTOR = _GETVERSIONREQUEST, - __module__ = 'hapi.services.tiller_pb2' +GetVersionRequest = _reflection.GeneratedProtocolMessageType('GetVersionRequest', (_message.Message,), { + 'DESCRIPTOR' : _GETVERSIONREQUEST, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.GetVersionRequest) - )) + }) _sym_db.RegisterMessage(GetVersionRequest) -GetVersionResponse = _reflection.GeneratedProtocolMessageType('GetVersionResponse', (_message.Message,), dict( - DESCRIPTOR = _GETVERSIONRESPONSE, - __module__ = 'hapi.services.tiller_pb2' +GetVersionResponse = _reflection.GeneratedProtocolMessageType('GetVersionResponse', (_message.Message,), { + 'DESCRIPTOR' : _GETVERSIONRESPONSE, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.GetVersionResponse) - )) + }) _sym_db.RegisterMessage(GetVersionResponse) -GetHistoryRequest = _reflection.GeneratedProtocolMessageType('GetHistoryRequest', (_message.Message,), dict( - DESCRIPTOR = _GETHISTORYREQUEST, - __module__ = 'hapi.services.tiller_pb2' +GetHistoryRequest = _reflection.GeneratedProtocolMessageType('GetHistoryRequest', (_message.Message,), { + 'DESCRIPTOR' : _GETHISTORYREQUEST, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.GetHistoryRequest) - )) + }) _sym_db.RegisterMessage(GetHistoryRequest) -GetHistoryResponse = _reflection.GeneratedProtocolMessageType('GetHistoryResponse', (_message.Message,), dict( - DESCRIPTOR = _GETHISTORYRESPONSE, - __module__ = 'hapi.services.tiller_pb2' +GetHistoryResponse = _reflection.GeneratedProtocolMessageType('GetHistoryResponse', (_message.Message,), { + 'DESCRIPTOR' : _GETHISTORYRESPONSE, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.GetHistoryResponse) - )) + }) _sym_db.RegisterMessage(GetHistoryResponse) -TestReleaseRequest = _reflection.GeneratedProtocolMessageType('TestReleaseRequest', (_message.Message,), dict( - DESCRIPTOR = _TESTRELEASEREQUEST, - __module__ = 'hapi.services.tiller_pb2' +TestReleaseRequest = _reflection.GeneratedProtocolMessageType('TestReleaseRequest', (_message.Message,), { + 'DESCRIPTOR' : _TESTRELEASEREQUEST, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.TestReleaseRequest) - )) + }) _sym_db.RegisterMessage(TestReleaseRequest) -TestReleaseResponse = _reflection.GeneratedProtocolMessageType('TestReleaseResponse', (_message.Message,), dict( - DESCRIPTOR = _TESTRELEASERESPONSE, - __module__ = 'hapi.services.tiller_pb2' +TestReleaseResponse = _reflection.GeneratedProtocolMessageType('TestReleaseResponse', (_message.Message,), { + 'DESCRIPTOR' : _TESTRELEASERESPONSE, + '__module__' : 'hapi.services.tiller_pb2' # @@protoc_insertion_point(class_scope:hapi.services.tiller.TestReleaseResponse) - )) + }) _sym_db.RegisterMessage(TestReleaseResponse) @@ -1299,8 +1328,8 @@ _RELEASESERVICE = _descriptor.ServiceDescriptor( file=DESCRIPTOR, index=0, serialized_options=None, - serialized_start=2523, - serialized_end=3638, + serialized_start=2609, + serialized_end=3724, methods=[ _descriptor.MethodDescriptor( name='ListReleases', diff --git a/hapi/version/version_pb2.py b/hapi/version/version_pb2.py index 04a8df85..eb30d6a2 100644 --- a/hapi/version/version_pb2.py +++ b/hapi/version/version_pb2.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: hapi/version/version.proto @@ -72,11 +73,11 @@ _VERSION = _descriptor.Descriptor( DESCRIPTOR.message_types_by_name['Version'] = _VERSION _sym_db.RegisterFileDescriptor(DESCRIPTOR) -Version = _reflection.GeneratedProtocolMessageType('Version', (_message.Message,), dict( - DESCRIPTOR = _VERSION, - __module__ = 'hapi.version.version_pb2' +Version = _reflection.GeneratedProtocolMessageType('Version', (_message.Message,), { + 'DESCRIPTOR' : _VERSION, + '__module__' : 'hapi.version.version_pb2' # @@protoc_insertion_point(class_scope:hapi.version.Version) - )) + }) _sym_db.RegisterMessage(Version) diff --git a/tools/helm-hapi.sh b/tools/helm-hapi.sh index 3b06f10e..68ad51a0 100755 --- a/tools/helm-hapi.sh +++ b/tools/helm-hapi.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -HELM_BRANCH='v2.13.1' +HELM_BRANCH='v2.16.1' git clone https://github.com/helm/helm ./helm -b $HELM_BRANCH diff --git a/tools/helm_install.sh b/tools/helm_install.sh index 7af4ca5f..ae77e886 100755 --- a/tools/helm_install.sh +++ b/tools/helm_install.sh @@ -17,7 +17,7 @@ set -x HELM=$1 -HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://storage.googleapis.com/kubernetes-helm/helm-v2.13.1-linux-amd64.tar.gz"} +HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://storage.googleapis.com/kubernetes-helm/helm-v2.16.1-linux-amd64.tar.gz"} function install_helm_binary {