Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release #385

Merged
merged 2 commits into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"