[PR] Generate methods to reset params [cloudstack-go]

2024-05-06 Thread via GitHub
vishesh92 opened a new pull request, #84: URL: https://github.com/apache/cloudstack-go/pull/84 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[PROPOSAL] Update the 4.20.0.0 release schedule

2024-05-06 Thread João Jandre
Hi all, Regarding the original 4.20.0.0 release schedule proposed here: https://lists.apache.org/thread/nyoddmwydz2t59hsfs7gf0vozlf7n434, I would like to propose an update to it. Considering that: 1. The community expended a lot of time working to fix the CVEs that were recently found; 2. T

[PR] Bump jinja2 from 3.1.3 to 3.1.4 [cloudstack-documentation]

2024-05-06 Thread via GitHub
dependabot[bot] opened a new pull request, #399: URL: https://github.com/apache/cloudstack-documentation/pull/399 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from https://github.com/pallets/jinja/releases";>jinja2's releases. 3.

[I] createUser/updateUser APIs need to be POST [cloudstack-go]

2024-05-06 Thread via GitHub
mlsorensen opened a new issue, #85: URL: https://github.com/apache/cloudstack-go/issues/85 https://github.com/apache/cloudstack-go/blob/0d335efa7425b204db7a8030522493f829fad6f0/generate/generate.go#L1701 The generation code uses post calls for a subset of APIs that are sensitive. Eve