diff --git a/src/workloads/HISTORY.rst b/src/workloads/HISTORY.rst index b8ee79ccef..9941128f65 100644 --- a/src/workloads/HISTORY.rst +++ b/src/workloads/HISTORY.rst @@ -3,6 +3,9 @@ Release History =============== +2.0.0 ++++++++ +* General Availability release for api 2024-09-01 1.1.0b3 +++++++ * Changing of PUT calls to PATCH calls for update diff --git a/src/workloads/linter_exclusions.yml b/src/workloads/linter_exclusions.yml index 8c5a3c13d6..d543d61cbd 100644 --- a/src/workloads/linter_exclusions.yml +++ b/src/workloads/linter_exclusions.yml @@ -11,11 +11,21 @@ workloads sap-central-instance stop: soft_stop_timeout_seconds: rule_exclusions: - option_length_too_long +workloads sap-central-instance update: + parameters: + sap_virtual_instance_name: + rule_exclusions: + - option_length_too_long workloads sap-database-instance stop: parameters: soft_stop_timeout_seconds: rule_exclusions: - option_length_too_long +workloads sap-database-instance update: + parameters: + sap_virtual_instance_name: + rule_exclusions: + - option_length_too_long workloads sap-virtual-instance stop: parameters: soft_stop_timeout_seconds: @@ -26,6 +36,11 @@ workloads sap-application-server-instance stop: soft_stop_timeout_seconds: rule_exclusions: - option_length_too_long +workloads sap-application-server-instance update: + parameters: + sap_virtual_instance_name: + rule_exclusions: + - option_length_too_long workloads sap-virtual-instance create: parameters: managed_resources_network_access_type: diff --git a/src/workloads/setup.py b/src/workloads/setup.py index d14d21a28f..eee2bdd4da 100644 --- a/src/workloads/setup.py +++ b/src/workloads/setup.py @@ -10,7 +10,7 @@ # HISTORY.rst entry. -VERSION = '1.1.0b3' +VERSION = '2.0.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers