Skip to content

Commit

Permalink
Merge pull request rancher#289 from MbolotSuse/api-version-bump
Browse files Browse the repository at this point in the history
Api version bump
  • Loading branch information
MbolotSuse authored Sep 7, 2023
2 parents bd1de5c + dd7b7b1 commit ffa666d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ require (
github.com/rancher/dynamiclistener v0.3.5
github.com/rancher/lasso v0.0.0-20230629200414-8a54b32e6792
github.com/rancher/lasso/controller-runtime v0.0.0-20221206162308-10123d5719ad
github.com/rancher/rancher/pkg/apis v0.0.0-20230901132600-5e1ee2611616
github.com/rancher/rancher/pkg/apis v0.0.0-20230907072751-b6d3cfeb7cce
github.com/rancher/rke v1.5.0-rc2
github.com/rancher/wrangler v1.1.1
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,8 @@ github.com/rancher/lasso/controller-runtime v0.0.0-20221206162308-10123d5719ad h
github.com/rancher/lasso/controller-runtime v0.0.0-20221206162308-10123d5719ad/go.mod h1:TLtLcyLAqTV0hynU5zIY3vD66uuX/rnIl+t+NRGpMbQ=
github.com/rancher/norman v0.0.0-20230426211126-d3552b018687 h1:9Bf4fZBIdkidKTqHFsJXMlnzflxx3h4ZAEH/n6HMuyI=
github.com/rancher/norman v0.0.0-20230426211126-d3552b018687/go.mod h1:7MyWxfCmPl6N/UFLu4neLH6nwTFgQQF5rxtUGyZvPFE=
github.com/rancher/rancher/pkg/apis v0.0.0-20230901132600-5e1ee2611616 h1:jMNvKWFg5XEtzJijQS6IgbpVlT1H7WIoLlXAbiM2Jas=
github.com/rancher/rancher/pkg/apis v0.0.0-20230901132600-5e1ee2611616/go.mod h1:faAHE0MFFEB+fZQMfjfylYuzuVOn5yxKi7JFRsEfFOE=
github.com/rancher/rancher/pkg/apis v0.0.0-20230907072751-b6d3cfeb7cce h1:bJD0Xgxs1aBBAXwBajUGuJ+xtE7VPNPbLKqrfndRdIw=
github.com/rancher/rancher/pkg/apis v0.0.0-20230907072751-b6d3cfeb7cce/go.mod h1:faAHE0MFFEB+fZQMfjfylYuzuVOn5yxKi7JFRsEfFOE=
github.com/rancher/rke v1.5.0-rc2 h1:gec//2jkyEimO/fZLMMRVAJF8GpKqDf3voe+k3jrhGg=
github.com/rancher/rke v1.5.0-rc2/go.mod h1:wUwsm6dXyzzxWlVwmPPR5XMWX6ICjAdWJ+l45ZqV+P0=
github.com/rancher/wrangler v1.1.1-0.20230705223603-201b4da5bdaf h1:XKUtcI795sLmX+joUkvSoX0EbbpAVk1SO6nCPA16xZk=
Expand Down
3 changes: 3 additions & 0 deletions scripts/integration-test
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ export CATTLE_DEV_MODE=yes
export CATTLE_SERVER_URL="https://$(ip route get 8.8.8.8 | awk '{print $7}'):443"
export CATTLE_BOOTSTRAP_PASSWORD="admin"
export CATTLE_FEATURES="harvester=false"
export CATTLE_CHART_DEFAULT_BRANCH="dev-v2.8"
export CATTLE_SYSTEM_CHART_DEFAULT_BRANCH="dev-v2.8"
export CATTLE_RANCHER_WEBHOOK_VERSION="103.0.0+up0.4.0-rc3"

cd $(dirname $0)/../

Expand Down

0 comments on commit ffa666d

Please sign in to comment.