Release v1.0.0
Rundeck Go SDK v1.0.0
Go SDK for the Rundeck / Runbook Automation API.
Installation
# For legacy rundeck package
go get github.com/rundeck/go-rundeck/[email protected]Changes in this release
- Make all rundeck-v2 references conditional in release workflow (ad50175)
- Update PULL_REQUEST_TEMPLATE.md (18e0ed6)
- Remove formatting check from test workflow (3f769f4)
- Simplify test workflow to only test v1 SDK (2861150)
- Fix test workflow to handle both v1 and v2 SDK structures (b685712)
- Add automated release workflow and documentation (70d18e2)
- Update for latest API spec (2cf9670)
- Update for more known 404 and 409 codes (61d02fc)
- Build off latest API spec (e000811)
- Allow overriding accept header in spec (539d17f)
- Use custom cookiejar to prevent JSESSIONID errors (38df840)
- Initial commit (afd0485)
Module Structure
- rundeck/ - Legacy SDK (AutoRest-based)
Documentation
- Rundeck API Documentation
- RELEASING.md - Release process documentation