Skip to content

Commit

Permalink
Merge pull request cloudability#132 from cloudability/ca-remove-old-e…
Browse files Browse the repository at this point in the history
…2e-tests

Remove 1.15 + 1.16 e2e tests
  • Loading branch information
cadams8238 authored Sep 13, 2021
2 parents 36f7e8d + 3b2d126 commit 533b0f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,6 @@ test-e2e-1.18: container-build install-tools
test-e2e-1.17: container-build install-tools
$(call TEST_KUBERNETES,v1.17.0,$(PREFIX),$(VERSION))

test-e2e-1.16: container-build install-tools
$(call TEST_KUBERNETES,v1.16.1,$(PREFIX),$(VERSION))

test-e2e-1.15: container-build install-tools
$(call TEST_KUBERNETES,v1.15.0,$(PREFIX),$(VERSION))

test-e2e-all: test-e2e-1.20 test-e2e-1.19 test-e2e-1.18 test-e2e-1.17 test-e2e-1.16 test-e2e-1.15
test-e2e-all: test-e2e-1.20 test-e2e-1.19 test-e2e-1.18 test-e2e-1.17

.PHONY: test version
2 changes: 1 addition & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1705,4 +1705,4 @@ sigs.k8s.io/structured-merge-diff/v4 v4.1.2 h1:Hr/htKFmJEbtMgS/UD0N+gtgctAqz81t3
sigs.k8s.io/structured-merge-diff/v4 v4.1.2/go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4=
sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
sigs.k8s.io/yaml v1.2.0 h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

//VERSION is the current version of the agent
var VERSION = "2.0"
var VERSION = "2.1"

0 comments on commit 533b0f2

Please sign in to comment.