action-doctl

GitHub Actions for DigitalOcean - doctl

MIT License

Stars
472
Committers
11

Bot releases are hidden (Show)

action-doctl - v2.5.1 Latest Release

Published by andrewsomething 9 months ago

What's Changed

New Contributors

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

action-doctl - v2.5.0

Published by andrewsomething 12 months ago

What's Changed

New Contributors

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

action-doctl - v2.4.1

Published by andrewsomething about 1 year ago

What's Changed

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

action-doctl - v2.4.0

Published by andrewsomething about 1 year ago

What's Changed

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

action-doctl - V2.3.0

Published by andrewsomething almost 2 years ago

What's Changed

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

action-doctl - v2.2.0

Published by andrewsomething almost 2 years ago

What's Changed

New Contributors

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

action-doctl - v2.1.1

Published by andrewsomething over 2 years ago

What's Changed

New Contributors

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

action-doctl - v2.1.0

Published by andrewsomething almost 4 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.
action-doctl - v2.0.0

Published by andrewsomething over 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.

action-doctl - v1.8.0 Release

Published by andrewsomething over 4 years ago

  • Update doctl version to 1.39.0
action-doctl - v1.7.0 Release

Published by andrewsomething over 4 years ago

  • Update doctl version to 1.38.0
action-doctl - v1.6.0 Release

Published by andrewsomething almost 5 years ago

  • Update doctl version to 1.36.0
  • Move Action metadata to action.yml file
action-doctl - v1.5.0 Release

Published by andrewsomething almost 5 years ago

  • Update doctl version to 1.34.0
action-doctl - Bugfix release - v1.4.1

Published by andrewsomething about 5 years ago

  • Fix path to doctl in entrypoint.sh.
action-doctl - v1.4.0 Release

Published by andrewsomething about 5 years ago

action-doctl - v1.3.0 Release

Published by andrewsomething over 5 years ago

action-doctl - v1.2.0 - Kubernetes GA

Published by andrewsomething over 5 years ago

  • Update to doctl v1.18.0 with support for new DOKS features including configuring maintenance windows and cluster upgrades.
action-doctl - GitHub Marketplace Support

Published by andrewsomething over 5 years ago

With this release, we've renamed the repository and moved the doctl Action from a subfolder to the repository's root directory in order to support placement in the GitHub Marketplace.

The new line for using this Action is:

uses = "digitalocean/action-doctl@master"
action-doctl - v1.0.0 Release

Published by andrewsomething over 5 years ago

  • Update to doctl v1.15.0 with support for managed databases
action-doctl - Initial release

Published by andrewsomething over 5 years ago

Package Rankings
Top 0.8% on Github actions