Skip to content
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
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# PyPowerFlex Change Log

## Version 1.14.1 - released on 13/06/25
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we yet to finalize this date.

- Added support for custom volume type for volume operations.

## Version 1.14.0 - released on 05/12/24
- Added support for managing NVME over TCP entities including SDT and NVMe Host.

Expand Down
1 change: 1 addition & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# nonk8s
apiVersion: backstage.io/v1alpha1
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this file still contain sachin's name?

kind: Component
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Dell Inc. or its subsidiaries.
# Copyright (c) 2025 Dell Inc. or its subsidiaries.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
Expand All @@ -21,7 +21,7 @@

setup(
name='PyPowerFlex',
version='1.14.0',
version='1.14.1',
description='Python library for Dell PowerFlex',
author='Ansible Team at Dell',
author_email='ansible.team@dell.com',
Expand Down