Skip to content

Commit

Permalink
Downgrade pyvmomi version to 7.0.3 to match salt-ext dependency. Bump…
Browse files Browse the repository at this point in the history
… patch version. (#12)

Co-authored-by: Cody Douglas <157752937+codydouglasBC@users.noreply.github.com>
Co-authored-by: Russell Jew <171984014+rjew-bc@users.noreply.github.com>
Co-authored-by: Balavignesh Ravichandran <147883382+balavigneshVMware@users.noreply.github.com>
Co-authored-by: Sam Huang <170547249+sam-huang-bc@users.noreply.github.com>
Co-authored-by: Guangsong Huang <172428411+huanggs001@users.noreply.github.com>
Co-authored-by: Sudipto Mukhopadhyay <167139009+sudipto674@users.noreply.github.com>
  • Loading branch information
7 people authored Jul 30, 2024
1 parent ae7d1b8 commit c5d6f6b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# CURRENTLY-IN-DEVELOPMENT
# `v0.13.2.0`
##### Released by ravi-pratap-s on Jul 30, 2024 @ 08:42 PM UTC
### Dependency Version Changes
- pyVmomi version downgraded to 7.0.3 inline with salt-ext dependency.
# `v0.13.1.0`
##### Released by codydouglasBC on Jul 24, 2024 @ 10:56 PM UTC
### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion config_modules_vmware/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2024 Broadcom. All Rights Reserved.

version: str = "0.13.1.0"
version: str = "0.13.2.0"
name: str = "config_modules_vmware"
author: str = "Broadcom"
description: str = "VMware Unified Config Modules"
4 changes: 2 additions & 2 deletions devops/release/library/version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
user-id: codydouglasBC
user-id: ravi-pratap-s

version: 0.13.1.0
version: 0.13.2.0

4 changes: 2 additions & 2 deletions requirements/prod-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyVmomi~=8.0.2.0.1
pyVmomi==7.0.3

requests~=2.32.2; python_version>="3.8"
requests~=2.31.0; python_version<="3.7"
Expand All @@ -13,4 +13,4 @@ lxml~=5.2.2
jsonschema~=4.17.3

#some VCF release doesn't have the updated ssl lib required by Urllib3 2.0.x. Urllib3 1.26.19 is validated to work properly
urllib3~=1.26.19
urllib3~=1.26.19
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def _parse_requirements(requirements_file):
setup(
name=config_modules_vmware.name,
# duplicate information due to concourse pipeline requirement
version="0.13.1.0",
version="0.13.2.0",
description=config_modules_vmware.description,
author=config_modules_vmware.author,
install_requires=_parse_requirements("requirements/prod-requirements.txt"),
Expand Down

0 comments on commit c5d6f6b

Please sign in to comment.