Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Updated for IPF v6.0 SDK support #117

Merged
merged 1 commit into from
Jan 26, 2023
Merged

Updated for IPF v6.0 SDK support #117

merged 1 commit into from
Jan 26, 2023

Conversation

pke11y
Copy link
Contributor

@pke11y pke11y commented Jan 24, 2023

Update SSoT to bump dependency for ChatOps v3 and IPF v6 SDK support.

@@ -51,8 +51,6 @@ def get_formatted_snapshots(client):
snapshot_refs = []
if client:
for snapshot_ref, snapshot in client.snapshots.items():
if snapshot.state != "loaded":
Copy link
Contributor

Choose a reason for hiding this comment

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

why?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

In the v6 IPF, only loaded snapshots are returned. Also, the state attribute has been removed, so causes an error.

@pke11y pke11y requested a review from chadell January 25, 2023 09:24
Copy link
Contributor

@chadell chadell left a comment

Choose a reason for hiding this comment

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

LGTM

@pke11y pke11y merged commit 2e4c376 into develop Jan 26, 2023
@pke11y pke11y deleted the ipf-sdk-6.0 branch January 26, 2023 17:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants