Skip to content

Commit 0df3fba

Browse files
authored
chore: release 1.0.0-beta.6 (#339)
1 parent 7bdc780 commit 0df3fba

File tree

2 files changed

+73
-1
lines changed

2 files changed

+73
-1
lines changed

CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,77 @@
11
# Changelog
22

3+
## v1.0.0-beta.6 (2020-02-28)
4+
5+
### Features
6+
7+
* **account**: add projects ([#308](https://github.com/scaleway/scaleway-sdk-go/pull/308))
8+
* **account**: remove projects ([#316](https://github.com/scaleway/scaleway-sdk-go/pull/316))
9+
* **baremetal**: add zone in primary resource ([#305](https://github.com/scaleway/scaleway-sdk-go/pull/305))
10+
* **baremetal**: get metrics ([#298](https://github.com/scaleway/scaleway-sdk-go/pull/298))
11+
* **config**: add a list of tools that support this config file format ([#314](https://github.com/scaleway/scaleway-sdk-go/pull/314))
12+
* **core**: add String method to scw.Money ([#284](https://github.com/scaleway/scaleway-sdk-go/pull/284))
13+
* **core**: add send_usage setting in the config ([#273](https://github.com/scaleway/scaleway-sdk-go/pull/273))
14+
* **core**: custom duration type ([#291](https://github.com/scaleway/scaleway-sdk-go/pull/291))
15+
* **core**: handle instance quota exceeded error ([#287](https://github.com/scaleway/scaleway-sdk-go/pull/287))
16+
* **core**: handle non standard errors ([#274](https://github.com/scaleway/scaleway-sdk-go/pull/274))
17+
* **core**: rename send_usage into send_telemetry ([#313](https://github.com/scaleway/scaleway-sdk-go/pull/313))
18+
* **core**: support more instance error types ([#278](https://github.com/scaleway/scaleway-sdk-go/pull/278))
19+
* **domain**: add API ([#297](https://github.com/scaleway/scaleway-sdk-go/pull/297))
20+
* **domain**: add record ViewConfig ([#317](https://github.com/scaleway/scaleway-sdk-go/pull/317))
21+
* **errors**: Add ResourceExpiredError ([#280](https://github.com/scaleway/scaleway-sdk-go/pull/280))
22+
* **httprecorder**: rename update cassette variable ([#300](https://github.com/scaleway/scaleway-sdk-go/pull/300))
23+
* **instance**: add OrganizationDefault to UpdateSecurityGroup ([#279](https://github.com/scaleway/scaleway-sdk-go/pull/279))
24+
* **instance**: add zone field in instance resources response ([#331](https://github.com/scaleway/scaleway-sdk-go/pull/331))
25+
* **instance**: allow empty boot type on create server #325
26+
* **instance**: use a zero IntervalStrategy when replaying cassettes ([#295](https://github.com/scaleway/scaleway-sdk-go/pull/295))
27+
* **k8s**: add FeatureGates and AdmissionPlugins ([#289](https://github.com/scaleway/scaleway-sdk-go/pull/289))
28+
* **k8s**: add WaitForPoolNodesReady & WaitForClusterNodesReady helper methods ([#312](https://github.com/scaleway/scaleway-sdk-go/pull/312))
29+
* **k8s**: add creation_error node status ([#328](https://github.com/scaleway/scaleway-sdk-go/pull/328))
30+
* **k8s**: add upgrading pool status ([#319](https://github.com/scaleway/scaleway-sdk-go/pull/319))
31+
* **lb**: add CreateIP ([#290](https://github.com/scaleway/scaleway-sdk-go/pull/290))
32+
* **lb**: proxy protocol ([#299](https://github.com/scaleway/scaleway-sdk-go/pull/299))
33+
* **rdb**: add ExportDatabaseBackup ([#292](https://github.com/scaleway/scaleway-sdk-go/pull/292))
34+
* **rdb**: add OrganizationID field to ListDatabaseBackups ([#321](https://github.com/scaleway/scaleway-sdk-go/pull/321))
35+
* **scw**: GetCacheDirectory ([#304](https://github.com/scaleway/scaleway-sdk-go/pull/304))
36+
* **strcase**: add functions ([#275](https://github.com/scaleway/scaleway-sdk-go/pull/275))
37+
* **test**: add human name ([#309](https://github.com/scaleway/scaleway-sdk-go/pull/309))
38+
* update generated apis ([#276](https://github.com/scaleway/scaleway-sdk-go/pull/276))
39+
* update generated apis ([#285](https://github.com/scaleway/scaleway-sdk-go/pull/285))
40+
41+
### Fixes
42+
43+
* **core**: Size typo ([#293](https://github.com/scaleway/scaleway-sdk-go/pull/293))
44+
* **core**: do not omit empty Money fields ([#288](https://github.com/scaleway/scaleway-sdk-go/pull/288))
45+
* **core**: handle content-types in ResponseError ([#315](https://github.com/scaleway/scaleway-sdk-go/pull/315))
46+
* **core**: handle precision and clean rounding of Money ([#286](https://github.com/scaleway/scaleway-sdk-go/pull/286))
47+
* **instance**: set all server user data stop deleting all keys ([#281](https://github.com/scaleway/scaleway-sdk-go/pull/281))
48+
* **k8s**: add default timeout to WaitForCluster ([#323](https://github.com/scaleway/scaleway-sdk-go/pull/323))
49+
* **k8s**: copy helpers from v1beta3 to beta4 ([#277](https://github.com/scaleway/scaleway-sdk-go/pull/277))
50+
* **k8s**: make WaitForPool coherent with others ([#333](https://github.com/scaleway/scaleway-sdk-go/pull/333))
51+
* **k8s**: remove WaitForClusterPools ([#334](https://github.com/scaleway/scaleway-sdk-go/pull/334))
52+
* **lb**: UpdateIP method reverse field ([#320](https://github.com/scaleway/scaleway-sdk-go/pull/320))
53+
* **scripts**: golangci-lint binary installation test ([#301](https://github.com/scaleway/scaleway-sdk-go/pull/301))
54+
* **scw**: money type now implement stringer without pointer ([#303](https://github.com/scaleway/scaleway-sdk-go/pull/303))
55+
* properly convert ipId to ip-id, rename field of DeleteIpRequest ([#272](https://github.com/scaleway/scaleway-sdk-go/pull/272))
56+
57+
### Others
58+
59+
* **chore - core**: add windows and macos build tests ([#336](https://github.com/scaleway/scaleway-sdk-go/pull/336))
60+
* **chore**: add github action for PR testing ([#332](https://github.com/scaleway/scaleway-sdk-go/pull/332))
61+
* **chore**: add linters ([#294](https://github.com/scaleway/scaleway-sdk-go/pull/294))
62+
* **chore**: post release commit ([#271](https://github.com/scaleway/scaleway-sdk-go/pull/271))
63+
* **chore**: remove go 1.10 and 1.11 from gh action ([#335](https://github.com/scaleway/scaleway-sdk-go/pull/335))
64+
* **chore**: replace AttachIp
65+
* **chore**: untitle first word of a string ([#338](https://github.com/scaleway/scaleway-sdk-go/pull/338))
66+
* **chore**: update release script ([#326](https://github.com/scaleway/scaleway-sdk-go/pull/326))
67+
* **doc - instance**: improve create image doc ([#324](https://github.com/scaleway/scaleway-sdk-go/pull/324))
68+
* **doc - instance**: improve documentation ([#318](https://github.com/scaleway/scaleway-sdk-go/pull/318))
69+
* **doc**: add documentation for namespace naming ([#302](https://github.com/scaleway/scaleway-sdk-go/pull/302))
70+
* **doc**: improve instance images documentation ([#322](https://github.com/scaleway/scaleway-sdk-go/pull/322))
71+
* **refactor - instance**: update setSecurityGroupRequest fields order
72+
73+
74+
375
## v1.0.0-beta.5 (2019-12-09)
476

577
### Features

scw/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import (
66
)
77

88
// TODO: versioning process
9-
const version = "v1.0.0-beta.5+dev"
9+
const version = "v1.0.0-beta.6"
1010

1111
var userAgent = fmt.Sprintf("scaleway-sdk-go/%s (%s; %s; %s)", version, runtime.Version(), runtime.GOOS, runtime.GOARCH)

0 commit comments

Comments
 (0)