Action Doctl Versions Save

GitHub Actions for DigitalOcean - doctl

v2.5.1

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/digitalocean/action-doctl/compare/v2.5.0...v2.5.1

v2.5.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/digitalocean/action-doctl/compare/v2.4.1...v2.5.0

v2.4.1

10 months ago

What's Changed

Full Changelog: https://github.com/digitalocean/action-doctl/compare/v2.4.0...v2.4.1

v2.4.0

10 months ago

What's Changed

Full Changelog: https://github.com/digitalocean/action-doctl/compare/v2.3.0...v2.4.0

v2.3.0

1 year ago

What's Changed

Full Changelog: https://github.com/digitalocean/action-doctl/compare/v2.2.0...v2.3.0

v2.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/digitalocean/action-doctl/compare/v2.1.1...v2.2.0

v2.1.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/digitalocean/action-doctl/compare/v2.1.0...v2.1.1

v2.1.0

3 years ago
  • #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.

v2.0.0

4 years ago

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/action-doctl@v2
      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: https://github.com/digitalocean/action-doctl/issues/27

Backwards Compatibility

In order to not break existing users, you will need to explicitly opt-in to these changes by using digitalocean/action-doctl@v2.

v2 is now the default branch for this repository. digitalocean/action-doctl@master is now deprecated, but it will remain available and maintain its current behavior for the foreseeable future.

v1.8.0

4 years ago
  • Update doctl version to 1.39.0