Skip to content

Commit

Permalink
release (#385)
Browse files Browse the repository at this point in the history
* release

* versionadded
  • Loading branch information
joechainz authored Jun 29, 2023
1 parent 942ca19 commit ac69963
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/saltext/vmware/modules/folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def move(folder_name, destination_folder_name, dc_name, type, service_instance=N

def list_(service_instance=None, profile=None):
"""
.. versionadded:: <CODENAME>
.. versionadded:: 23.6.29.0rc1
Returns a list of folders.
Expand Down
6 changes: 3 additions & 3 deletions src/saltext/vmware/modules/vsphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def list_vapps(
profile=None,
):
"""
.. versionadded:: <<VERSION>>
.. versionadded:: 23.6.29.0rc1
Returns a list of vApps for the specified host.
Expand Down Expand Up @@ -188,7 +188,7 @@ def list_ssds(
profile=None,
):
"""
.. versionadded:: <<VERSION>>
.. versionadded:: 23.6.29.0rc1
Returns a list of SSDs for the given host or list of host_names.
Expand Down Expand Up @@ -243,7 +243,7 @@ def list_non_ssds(
profile=None,
):
"""
.. versionadded:: <<VERSION>>
.. versionadded:: 23.6.29.0rc1
Returns a list of Non-SSD disks for the given host or list of host_names.
Expand Down
2 changes: 1 addition & 1 deletion src/saltext/vmware/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "23.4.4.0rc1"
__version__ = "23.6.29.0rc1"

0 comments on commit ac69963

Please sign in to comment.