Skip to content

Commit

Permalink
1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Rokos committed Sep 15, 2023
1 parent 128195b commit d61312c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
VMware Aria Operations Integration SDK
--------------------------------------
## 1.0.1 (09-16-2023)
## 1.0.1 (09-15-2023)
* Update dependencies to resolve a security vulnerability in GitPython
* Fix issue where registry URL would not parse correctly if a port was not present
* Fix issue where server would repeatedly crash if logging directory was not writable
* If user runs mp-init using root, the logs directory's permissions are set to world-wriable
* If user runs mp-init as root, mp-init warns that the above will happen
Expand Down
2 changes: 1 addition & 1 deletion lib/python/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = vmware-aria-operations-integration-sdk-lib
version = 0.8.0
version = 0.8.1
author = VMware, Inc.
author_email = krokos@vmware.com
description = Object model for interacting with the VMware Aria Operations Containerized API
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude_dirs = ["tests", "lib/python/tests"]

[tool.poetry]
name = "vmware_aria_operations_integration_sdk"
version = "1.0.0"
version = "1.0.1"
description = "A set of tools to help users create, test, and build containerized management packs for VMware Aria Operations"
authors = ["VMware, Inc. <krokos@vmware.com>", "Kyle Rokos <krokos@vmware.com>", "Santiago Quiroga Cubillos <squirogacubi@vmware.com>"]
license = "APACHE-2.0"
Expand Down

0 comments on commit d61312c

Please sign in to comment.