Skip to content

Commit

Permalink
Merge pull request #552 from rawmind0/support254
Browse files Browse the repository at this point in the history
Support for Rancher v2.5.4
  • Loading branch information
rawmind0 authored Jan 8, 2021
2 parents ce11d0d + 5db7d0a commit eeb8d77
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 263 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.11.0 (Unreleased)
## 1.11.0 (January 08, 2021)

FEATURES:

Expand All @@ -15,6 +15,8 @@ ENHANCEMENTS:

* Updated `rancher2_app_v2.chart_version` as optional/computed argument. Deploying latest app v2 version if `chart_version` is not provided
* Updated `rancher2_app_v2.wait` default value to `true`
* Updated go mod to support Rancher `v2.5.4`
* Updated acceptance tests to use Rancher `v2.5.4`

BUG FIXES:

Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/hashicorp/go-version v1.2.0
github.com/hashicorp/terraform-plugin-sdk v1.14.0
github.com/rancher/norman v0.0.0-20200930000340-693d65aaffe3
github.com/rancher/rancher v0.0.0-20201109223515-3205bc1e82e5
github.com/rancher/rancher v0.0.0-20210107052628-be72f967248a
github.com/rancher/rancher/pkg/apis v0.0.0
github.com/rancher/rancher/pkg/client v0.0.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
Expand All @@ -18,8 +18,8 @@ require (

replace (
github.com/crewjam/saml => github.com/crewjam/saml v0.4.1
github.com/rancher/rancher/pkg/apis => github.com/rancher/rancher/pkg/apis v0.0.0-20201109223515-3205bc1e82e5
github.com/rancher/rancher/pkg/client => github.com/rancher/rancher/pkg/client v0.0.0-20201109223515-3205bc1e82e5
github.com/rancher/rancher/pkg/apis => github.com/rancher/rancher/pkg/apis v0.0.0-20210107052628-be72f967248a
github.com/rancher/rancher/pkg/client => github.com/rancher/rancher/pkg/client v0.0.0-20210107052628-be72f967248a
k8s.io/api => k8s.io/api v0.19.0
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.19.0
k8s.io/apimachinery => github.com/rancher/apimachinery v0.19.0-rancher1
Expand Down
Loading

0 comments on commit eeb8d77

Please sign in to comment.