Skip to content

Commit

Permalink
update history, setup and linter exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskirat Singh committed Oct 22, 2024
1 parent e94ca47 commit efee1cb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/workloads/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 15 additions & 0 deletions src/workloads/linter_exclusions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/workloads/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efee1cb

Please sign in to comment.