Skip to content

Commit 2d6d140

Browse files
CDP CLI 0.9.106
1 parent 8468560 commit 2d6d140

File tree

23 files changed

+532
-23
lines changed

23 files changed

+532
-23
lines changed

PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: cdpcli
3-
Version: 0.9.105
3+
Version: 0.9.106
44
Summary: Cloudera CDP Command Line Interface
55
Home-page: https://console.cdp.cloudera.com/
66
Author: Cloudera, Inc.

cdpcli.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: cdpcli
3-
Version: 0.9.105
3+
Version: 0.9.106
44
Summary: Cloudera CDP Command Line Interface
55
Home-page: https://console.cdp.cloudera.com/
66
Author: Cloudera, Inc.

cdpcli.egg-info/SOURCES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ cdpcli/data/aliases.yaml
5555
cdpcli/data/cli.json
5656
cdpcli/data/release.txt
5757
cdpcli/data/audit/audit.yaml
58+
cdpcli/data/cloudprivatelinks/cloudprivatelinks.yaml
5859
cdpcli/data/compute/compute.yaml
5960
cdpcli/data/consumption/consumption.yaml
6061
cdpcli/data/datacatalog/datacatalog.yaml

cdpcli/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
version_json = '''
1010
{
11-
"date": "2024-01-19T14:35:59-0600",
11+
"date": "2024-02-12T13:56:21-0800",
1212
"dirty": true,
1313
"error": null,
14-
"full-revisionid": "a7df39b44c7f60ce37fc3f92415276ae0016852e",
15-
"version": "0.9.105"
14+
"full-revisionid": "f344162687b2204800669c6f20b67276f4935c23",
15+
"version": "0.9.106"
1616
}
1717
''' # END VERSION_JSON
1818

cdpcli/data/aliases.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
audit: null
2+
cloudprivatelinks: null
23
compute: null
34
consumption: null
45
datacatalog: null

cdpcli/data/audit/audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ x-products: CDP
55
x-form-factors: public
66
x-cdp-releases: PUBLIC
77
info:
8-
version: 0.9.105
8+
version: 0.9.106
99
title: Cloudera Audit Service
1010
license:
1111
name: Apache 2.0

0 commit comments

Comments
 (0)