What's Changed
- Bump lodash from 4.17.19 to 4.17.21 by @dependabot in #47
- Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #48
- Update broken readme link by @chris72205 in #49
- Add links to instructions for getting an API token and setting up secrets (fixes: #53). by @andrewsomething in #54
- Edited README.md to get rid of spelling errors. by @Infiniti20 in #55
- Bump ajv from 6.12.0 to 6.12.6 by @dependabot in #57
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #58
New Contributors
- @chris72205 made their first contribution in #49
- @Infiniti20 made their first contribution in #55
Full Changelog: v2.1.0...v2.1.1
- #36 - @teimurjan - Refactor downloadDoctl function
- #37 - @andrewsomething - Use pull_request_target rather than pull_request in workflow.
- #35 - @dependabot[bot] - Bump @actions/core from 1.2.4 to 1.2.6
- #33 - @dependabot[bot] - Bump node-fetch from 2.6.0 to 2.6.1
- #32 - @dependabot[bot] - Bump lodash from 4.17.15 to 4.17.19
- #31 - @andrewsomething - Update dependencies.
News
digitalocean/action-doctl
was first written back when GitHub Actions was still in its beta phase. v2 brings an important change to how this action works making its user experience a better fit for how GitHub Actions has evolved. When using v2, doctl
will be installed in the shared runner's PATH allowing it to be used directly.
For example, to save a kubeconfig file, you would now run:
- name: Install doctl
uses: digitalocean/[email protected]
with:
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
- name: Save DigitalOcean kubeconfig
run: doctl kubernetes cluster kubeconfig save testing-cluster
For more details about why we've made this change, see the RFC: #27
Backwards Compatibility
In order to not break existing users, you will need to explicitly opt-in to these changes by using digitalocean/[email protected]
.
v2 is now the default branch for this repository. digitalocean/[email protected]
is now deprecated, but it will remain available and maintain its current behavior for the foreseeable future.
- Update doctl version to 1.36.0
- Move Action metadata to action.yml file
- Update doctl to version 1.30.0: https://github.com/digitalocean/doctl/releases/tag/v1.30.0
- Use the official
digitalocean/doctl
image as a base. - Update README with YAML-style example.
- Update doctl to version 1.22.0: https://github.com/digitalocean/doctl/blob/master/CHANGELOG.md#1220--2019-07-18