Skip to content

Commit

Permalink
Update changelog, fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelpereyma committed Aug 30, 2021
1 parent d1e8d26 commit 4b3538b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## 3.7.0 (Unreleased)

FEATURES:
* __Added `feature_gates` and `admission_controllers` to cluster kubernetes options__ (#)[]
* Added `feature_gates` and `admission_controllers` to cluster kubernetes options ([#166](https://github.com/selectel/terraform-provider-selectel/issues/166))
* __New Data Source:__ `selectel_dbaas_configuration_parameter_v1` ([#162](https://github.com/selectel/terraform-provider-selectel/issues/162))
* __New Data Source:__ `selectel_mks_available_feature_gates_v1`
* __New Data Source:__ `selectel_mks_available_admission_controllers_v1`

IMPROVEMENTS:
* Fixed docs for DBaaS data sources ([#160](https://github.com/selectel/terraform-provider-selectel/pull/160))
Expand Down
1 change: 1 addition & 0 deletions selectel/data_source_selectel_mks_kube_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package selectel
import (
"context"
"fmt"

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
Expand Down
2 changes: 1 addition & 1 deletion selectel/mks.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package selectel
import (
"context"
"fmt"
"github.com/selectel/mks-go/pkg/v1/kubeoptions"
"log"
"strconv"
"strings"
Expand All @@ -15,6 +14,7 @@ import (
"github.com/selectel/go-selvpcclient/selvpcclient/resell/v2/tokens"
v1 "github.com/selectel/mks-go/pkg/v1"
"github.com/selectel/mks-go/pkg/v1/cluster"
"github.com/selectel/mks-go/pkg/v1/kubeoptions"
"github.com/selectel/mks-go/pkg/v1/kubeversion"
"github.com/selectel/mks-go/pkg/v1/node"
"github.com/selectel/mks-go/pkg/v1/nodegroup"
Expand Down

0 comments on commit 4b3538b

Please sign in to comment.