You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,19 @@ SDK for every minectl product
9
9
10
10
## Breaking changes
11
11
12
+
### v0.9.0
13
+
14
+
-**GCE**: Refactored authentication to use Application Default Credentials (ADC) instead of JSON keyfile.
15
+
-`NewGCE(keyfile, zone string)` changed to `NewGCE(zone string)`
16
+
-`GCE_KEY` environment variable is no longer used
17
+
- New required environment variables: `GOOGLE_PROJECT` and `GOOGLE_SERVICE_ACCOUNT_EMAIL`
18
+
- Optional: `GOOGLE_APPLICATION_CREDENTIALS` for service account JSON (if not using `gcloud auth application-default login`)
19
+
20
+
-**Azure**: Removed unused `authFile` parameter from `NewAzure()` function.
21
+
-`NewAzure(authFile string)` changed to `NewAzure()`
22
+
-`AZURE_AUTH_LOCATION` environment variable is no longer used
23
+
- No changes needed if already using `AZURE_SUBSCRIPTION_ID` with `az login`
24
+
12
25
### v0.8.0
13
26
14
27
- Rename `Linode` to `Akamai Connected Cloud` and all related files. See this [blog post](https://www.linode.com/blog/linode/a-bold-new-approach-to-the-cloud/) for more information.
0 commit comments