minectl-sdk

module
v0.21.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 2, 2026 License: Apache-2.0

README

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL