Releases: digitalocean/pydo
Releases · digitalocean/pydo
v0.1.2
What's Changed
- Autorest(python): droplet lifecycle by @scotchneat in #1
- Fix readme typo by @nicktate in #2
- APICLI-1284: Create CI/CD for Python Client by @danaelhe in #5
- Adding customization support/doc and auth changes (APICLI-1321 and APICLI-1324) by @danaelhe in #6
- APICLI-1318: Add ci/cd directive support and Enum fixes by @danaelhe in #7
- APICLI-1323: Create Function to Surface IP Address for Droplets by @danaelhe in #8
- Add Local Development Support by @danaelhe in #9
- Add pyproject.toml for testing local builds by @scotchneat in #10
- Pin version of autorest using a package.json file. by @andrewsomething in #11
- Initial client tests by @scotchneat in #12
- Use GITHUB_TOKEN in workflow. by @andrewsomething in #14
- [Bot] Re-generate Python Client by @github-actions in #15
- Remove get_public_IPv4 DropletsOperations patch by @scotchneat in #16
- Use default strategy for automated PRs. by @andrewsomething in #17
- Clean up doc to include install placeholders and quick example by @danaelhe in #18
- Remove archive folder by @danaelhe in #22
- Remove get_public_IPv4 from class methods test. by @andrewsomething in #23
- Client customization examples by @scotchneat in #20
- make lint-tests: add diff flag to black call. by @andrewsomething in #24
- Fix make targets by @scotchneat in #25
- pyproject: Allow all supported Python versions. by @andrewsomething in #27
- Adding the test workflow for PRs again by @scotchneat in #26
- Simplify the Makefile by @scotchneat in #28
- Update README.md by @scotchneat in #29
- Update pr.yaml by @scotchneat in #30
- Reverts #28 by @scotchneat in #31
- [Bot] Re-generate Python Client by @github-actions in #32
- [Bot] Re-generate Python Client by @github-actions in #33
- Update pr.yaml by @scotchneat in #35
- tags: Add mocked and integration tests for tags. by @andrewsomething in #34
- [Bot] Re-generate Python Client by @github-actions in #36
- ssh keys: add mocked and integration tests. by @andrewsomething in #38
- Domains test by @ChiefMateStarbuck in #41
- [Bot] Re-generate Python Client by @github-actions in #37
- [Bot] Re-generate Python Client by @github-actions in #42
- Actions test by @ChiefMateStarbuck in #43
- Change Client Name via Patch file by @danaelhe in #40
- Use the new Client in actions tests by @scotchneat in #46
- firewalls: Add mocked and integration tests. by @andrewsomething in #48
- Pin autorest more strictly. by @andrewsomething in #49
- Regions and Sizes by @ChiefMateStarbuck in #44
- Add a Dockerfile for a reproduceable python env by @scotchneat in #50
- Adds one_click tests by @scotchneat in #51
- Add directive to remove Floating IPs operations. by @andrewsomething in #52
- reserved IPs: Add mocked and integration tests. by @andrewsomething in #53
- VPCs Client Tests by @danaelhe in #54
- Add Billing Client Tests (APICLI-1415) by @danaelhe in #47
- load balancers: Add mocked and integration tests. by @andrewsomething in #57
- Register real_billing marker by @scotchneat in #59
- Exclude certain pytest marks for integration tests by @scotchneat in #60
- Projects Client tests by @danaelhe in #56
- [Bot] Re-generate Python Client by @github-actions in #64
- Snapshot Client Tests by @danaelhe in #61
- Certificates Client Tests by @danaelhe in #63
- kubernetes: Add mocked and integration tests by @scotchneat in #58
- [Bot] Re-generate Python Client by @github-actions in #65
- Block storage tests by @danaelhe in #66
- [Bot] Re-generate Python Client by @github-actions in #67
- Monitoring Client Tests by @danaelhe in #62
- Registry Tests by @danaelhe in #70
- Images Test by @danaelhe in #68
- [Bot] Re-generate Python Client by @github-actions in #69
- App life cycle by @ChiefMateStarbuck in #71
- Add known issues and roadmap to README by @danaelhe in #76
- Apps deployment Tests by @ChiefMateStarbuck in #73
- App info by @ChiefMateStarbuck in #74
- Propose App and Alerts Test by @ChiefMateStarbuck in #75
- [Bot] Re-generate Python Client by @github-actions in #79
- PR workflow: Always run tests due to required checks. by @andrewsomething in #82
- Add a closing paren for environ.get() by @ionrock in #72
- Cdn tests by @ChiefMateStarbuck in #78
- example: Fix client imports. by @andrewsomething in #81
- Fix circular import error in aio package. by @andrewsomething in #84
- Functions in aio's patch file must be async by @andrewsomething in #85
- [Bot] Re-generate Python Client by @github-actions in #83
- APP ROLLBACK TESTS by @ChiefMateStarbuck in #77
- We customized this to be just "Client" by @danaelhe in #87
- Add some basic testing of the aio client by @andrewsomething in #88
- Use deploy token instead of secrets.github_token by @danaelhe in #91
- [Bot] Re-generate Python Client by @github-actions in #92
- revert Use deploy token instead of secrets.github_token #91 by @danaelhe in #93
- [Bot] Re-generate Python Client by @github-actions in #95
- Update package name to pydo by @scotchneat in #97
- Remove Third Party Create PR Action by @danaelhe in #103
- Update repository references to pydo by @scotchneat in #104
- Spelling fixes by @rcj4747 in #105
- tests: test_app_lifecycle: Add app alert and fix deploy by @rcj4747 in #106
- Linting
README.md
by @mamercad in #89 - Add directive removing accept and content-type arguments from the apps.Create method. by @andrewsomething in #107
- Fix 'Update DO_OPENAPI_COMMIT_SHA.txt step' by @andrewsomething in #108
- Update and format generated client by @scotchneat in #109
- bump package version by @scotchneat in #110
New Contributors
- @scotchneat made their first contribution in #1
- @nicktate made their first contribution in #2
- @danaelhe made their first contribution in #5
- @andrewsomething made their first contribution in #11
- @github-actions made their first contribution in #15
- @ChiefMateStarbuck made their first contribution in #41
- @ionrock made...