This is an automated email from the ASF dual-hosted git repository.
abh1sar pushed a change to branch ms_maintenance_apis
in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git
from 228b13d Updated MS maintenance APIs
add 06f105c Upgrade Apache RAT from version 0.17 to 0.18 (#139)
add 58d84b2 Enable copilot code review (#157)
add e4f810b Add security-model discoverability pointer to the
project-wide CloudStack threat model (#149)
add d8a7439 Fix param in create LB Stickyness policy command (#133)
add 70fb49a Scope GetTemplateByName/GetIsoByName by-ID lookup to the zone
(#87) (#153)
add e2d3072 Fix panic when serializing UUID-typed request parameters
(#160)
add 06d0233 Merge branch 'main' into ms_maintenance_apis
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 4 ++
.github/workflows/rat.yaml | 6 +--
.rat-excludes | 5 +++
AGENTS.md | 13 ++++++
SECURITY.md | 35 +++++++++++++++
cloudstack/AsyncjobService.go | 2 +-
cloudstack/HostService.go | 4 +-
cloudstack/ISOService.go | 2 +-
cloudstack/LoadBalancerService.go | 4 +-
cloudstack/ManagementService.go | 6 +--
cloudstack/TemplateService.go | 2 +-
cloudstack/WebhookService.go | 4 +-
generate/generate.go | 18 +++++++-
test/GetTemplateByNameZoneRegression_test.go | 66 ++++++++++++++++++++++++++++
14 files changed, 154 insertions(+), 17 deletions(-)
create mode 100644 AGENTS.md
create mode 100644 SECURITY.md
create mode 100644 test/GetTemplateByNameZoneRegression_test.go