Skip to content

Commit

Permalink
Upgrade Kubernetes to 1.13.0 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Dec 7, 2018
1 parent 3535e9d commit 42c0c58
Show file tree
Hide file tree
Showing 459 changed files with 31,267 additions and 11,988 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,6 @@

0.19.8 /2018-11-12
* Patched CVEs in libgnutls30, libsystemd, systemd, and libudev1 os packages.

0.20.0 /2018-12-07
* Upgrade Kubernetes packages to 1.13.0.
54 changes: 35 additions & 19 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

[[override]]
name = "k8s.io/client-go"
branch = "release-8.0"
branch = "release-10.0"

[[override]]
name = "k8s.io/apimachinery"
revision = "103fd098999dc9c0c88536f5c9ad2e5da39373ae"
version = "kubernetes-1.13.0"

[[override]]
name = "github.com/docker/distribution"
Expand All @@ -43,3 +43,7 @@
[[override]]
name = "github.com/emicklei/go-restful-swagger12"
version = "1.0.1"

[[override]]
name = "github.com/Azure/go-autorest"
revision = "ea233b6412b0421a65dc6160e16c893364664a95"
2 changes: 1 addition & 1 deletion pkg/analyze/analyzer/analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/go-kit/kit/log/level"
"github.com/pkg/errors"
"github.com/replicatedcom/support-bundle/pkg/analyze/api"
"github.com/replicatedcom/support-bundle/pkg/analyze/api/v1"
v1 "github.com/replicatedcom/support-bundle/pkg/analyze/api/v1"
bundlereader "github.com/replicatedcom/support-bundle/pkg/collect/bundle/reader"
"github.com/replicatedcom/support-bundle/pkg/meta"
"github.com/replicatedcom/support-bundle/pkg/spew"
Expand Down
2 changes: 1 addition & 1 deletion pkg/analyze/analyzer/analyzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/golang/mock/gomock"
"github.com/replicatedcom/support-bundle/pkg/analyze/api"
"github.com/replicatedcom/support-bundle/pkg/analyze/api/common"
"github.com/replicatedcom/support-bundle/pkg/analyze/api/v1"
v1 "github.com/replicatedcom/support-bundle/pkg/analyze/api/v1"
"github.com/replicatedcom/support-bundle/pkg/meta"
collectbundle "github.com/replicatedcom/support-bundle/pkg/test-mocks/collect/bundle"
"github.com/stretchr/testify/assert"
Expand Down
2 changes: 1 addition & 1 deletion pkg/analyze/analyzer/condition.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package analyzer

import (
"github.com/pkg/errors"
"github.com/replicatedcom/support-bundle/pkg/analyze/api/v1"
v1 "github.com/replicatedcom/support-bundle/pkg/analyze/api/v1"
"github.com/replicatedcom/support-bundle/pkg/templates"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/analyze/analyzer/condition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package analyzer
import (
"testing"

"github.com/replicatedcom/support-bundle/pkg/analyze/api/v1"
v1 "github.com/replicatedcom/support-bundle/pkg/analyze/api/v1"
)

func TestEvalCondition(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion pkg/analyze/api/analyze.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package api

import "github.com/replicatedcom/support-bundle/pkg/analyze/api/v1"
import v1 "github.com/replicatedcom/support-bundle/pkg/analyze/api/v1"

// Analyze is the top level analyze object
type Analyze struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/analyze/api/v1/analyze_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
. "github.com/replicatedcom/support-bundle/pkg/analyze/api/v1"
"github.com/replicatedcom/support-bundle/pkg/meta"
"github.com/stretchr/testify/require"
"gopkg.in/yaml.v2"
yaml "gopkg.in/yaml.v2"
)

func TestAnalyzeDeserialize(t *testing.T) {
Expand Down
14 changes: 7 additions & 7 deletions pkg/analyze/api/v1/requirements.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/analyze/resolver/resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/go-kit/kit/log"
"github.com/replicatedcom/support-bundle/pkg/analyze/api"
"github.com/replicatedcom/support-bundle/pkg/analyze/api/v1"
v1 "github.com/replicatedcom/support-bundle/pkg/analyze/api/v1"
. "github.com/replicatedcom/support-bundle/pkg/analyze/resolver"
"github.com/replicatedcom/support-bundle/pkg/meta"
"github.com/spf13/afero"
Expand Down
2 changes: 1 addition & 1 deletion pkg/collect/plugins/kubernetes/planners/container_cp.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/pkg/errors"
"github.com/replicatedcom/support-bundle/pkg/collect/plans"
"github.com/replicatedcom/support-bundle/pkg/collect/types"
"k8s.io/api/core/v1"
v1 "k8s.io/api/core/v1"
)

func (k *Kubernetes) ContainerCp(spec types.Spec) []types.Task {
Expand Down
2 changes: 1 addition & 1 deletion pkg/collect/plugins/kubernetes/planners/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/pkg/errors"
"github.com/replicatedcom/support-bundle/pkg/collect/plans"
"github.com/replicatedcom/support-bundle/pkg/collect/types"
"k8s.io/api/core/v1"
v1 "k8s.io/api/core/v1"
)

func (k *Kubernetes) Logs(spec types.Spec) []types.Task {
Expand Down
2 changes: 1 addition & 1 deletion pkg/collect/plugins/kubernetes/producers/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io"

"github.com/replicatedcom/support-bundle/pkg/collect/types"
"k8s.io/api/core/v1"
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/collect/plugins/retraced/producers/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io"

"github.com/replicatedcom/support-bundle/pkg/collect/types"
"github.com/retracedhq/retraced-go"
retraced "github.com/retracedhq/retraced-go"
jww "github.com/spf13/jwalterweatherman"
)

Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/Azure/go-autorest/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions vendor/github.com/Azure/go-autorest/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 42c0c58

Please sign in to comment.