Skip to content

dirien/minectl-sdk

OpenSSF Scorecard Quality Gate Status Go Reference Go Report Card

The minectl-sdk

SDK for every minectl product

Breaking changes

v0.21.0

  • GCE: Refactored authentication to use Application Default Credentials (ADC) instead of JSON keyfile.

    • NewGCE(keyfile, zone string) changed to NewGCE(zone string)
    • GCE_KEY environment variable is no longer used
    • New required environment variables: GOOGLE_PROJECT and GOOGLE_SERVICE_ACCOUNT_EMAIL
    • Optional: GOOGLE_APPLICATION_CREDENTIALS for service account JSON (if not using gcloud auth application-default login)
  • Azure: Removed unused authFile parameter from NewAzure() function.

    • NewAzure(authFile string) changed to NewAzure()
    • AZURE_AUTH_LOCATION environment variable is no longer used
    • No changes needed if already using AZURE_SUBSCRIPTION_ID with az login

v0.8.0

  • Rename Linode to Akamai Connected Cloud and all related files. See this blog post for more information.

v0.4.0

  • Rename of the field keyFolder to publickeyfile in the SSH Struct
  • Add new field publickey in the SSH Struct
  • Both fields are optional, but at least one of them must be set.

Todo

  • Add tests

About

SDK for every minectl product

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages