Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 918ad74

Browse files
committed
Prepare Release v2.202.2.
1 parent 23f91ba commit 918ad74

19 files changed

+9
-957
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
15+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Set up Python ${{ matrix.python-version }}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@ target/
6262

6363
#Ipython Notebook
6464
.ipynb_checkpoints
65+
66+
# MacOS
67+
.DS_Store

.swagger-codegen/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.30
1+
2.4.32

.swagger-codegen/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"gitUserId": "wavefrontHQ",
44
"packageName": "wavefront_api_client",
55
"packageUrl": "https://github.com/wavefrontHQ/python-client",
6-
"packageVersion": "2.202.0"
6+
"packageVersion": "2.202.2"
77
}

.swagger-codegen/config.jsone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"gitUserId": "wavefrontHQ",
44
"packageName": "wavefront_api_client",
55
"packageUrl": "https://github.com/wavefrontHQ/python-client",
6-
"packageVersion": "2.201.1"
6+
"packageVersion": "2.202.0"
77
}

docs/AlertAnalyticsApi.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

docs/GlobalAlertAnalytic.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/ResponseContainerGlobalAlertAnalytic.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/RolePropertiesDTO.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

generate_client

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function _exit {
99
[[ "$1" ]] || _exit "Please specify cluster as an argument."
1010

1111
CGEN_NAME="swagger-codegen-cli"
12-
CGEN_VER="2.4.30" # For 3.x use CGEN_VER="3.0.42"
12+
CGEN_VER="2.4.32" # For 3.x use CGEN_VER="3.0.42"
1313
CGEN_JAR_NAME="${CGEN_NAME}-${CGEN_VER}.jar"
1414
CGEN_JAR_URL="https://search.maven.org/remotecontent?filepath=\
1515
io/swagger/swagger-codegen-cli/${CGEN_VER}/${CGEN_JAR_NAME}"

0 commit comments

Comments
 (0)