Skip to content

Releases: digitalocean/action-doctl

v2.5.1

26 Jan 15:08
135ac0a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.5.1

v2.5.0

25 Oct 21:55
e5cb5b0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1

28 Aug 15:30
cf10ddb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1

v2.4.0

23 Aug 21:39
595d91d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

V2.3.0

23 Dec 15:41
ba7726e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

19 Oct 14:40
2486534
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.0

v2.1.1

14 Feb 15:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

10 Nov 15:44
d36a87b
Compare
Choose a tag to compare

v2.0.0

24 Apr 15:41
7f3a996
Compare
Choose a tag to compare

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: #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 Release

26 Mar 17:53
54749a3
Compare
Choose a tag to compare
  • Update doctl version to 1.39.0