Skip to content

Commit

Permalink
Merge pull request #29853 from luthermonson/v2.4.9-release
Browse files Browse the repository at this point in the history
release v2.4.9
  • Loading branch information
luthermonson committed Oct 30, 2020
2 parents 175b9d5 + db83310 commit 833bca2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV HELM_VERSION v3.2.0
ENV KUSTOMIZE_VERSION v3.5.4

# kontainer-driver-metadata branch to be set for specific branch, logic at rancher/rancher/pkg/settings/setting.go
ENV RANCHER_METADATA_BRANCH=dev-v2.4
ENV RANCHER_METADATA_BRANCH=release-v2.4

RUN apt-get update && \
apt-get install -y gcc ca-certificates git wget curl vim less file xz-utils unzip && \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ require (
github.com/rancher/norman v0.0.0-20200806175025-f974dbfb2734
github.com/rancher/rdns-server v0.0.0-20180802070304-bf662911db6a
github.com/rancher/remotedialer v0.2.6-0.20200401224317-04cc22157b83
github.com/rancher/rke v1.1.11-rc6
github.com/rancher/rke v1.1.11
github.com/rancher/security-scan v0.1.7-0.20200222041501-f7377f127168
github.com/rancher/steve v0.0.0-20200522224200-dc9f969673f8
github.com/rancher/system-upgrade-controller v0.4.1-0.20200326220202-4655d4a551bd
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -864,8 +864,8 @@ github.com/rancher/rdns-server v0.0.0-20180802070304-bf662911db6a/go.mod h1:YW8w
github.com/rancher/remotedialer v0.2.6-0.20200401224317-04cc22157b83 h1:0+HVgp5uVy7BvBn1Ee3PrXG4GktYlD/mwCBBKH77RCw=
github.com/rancher/remotedialer v0.2.6-0.20200401224317-04cc22157b83/go.mod h1:dbzn9NF1JWbGEHL6Q/1KG4KFROILiY/j6wmfF1Np3fk=
github.com/rancher/rke v1.1.5-rc3/go.mod h1:Vs49ny2u80SAQwbsCf0RUjixT2aTOj6rZWwQKcpE37c=
github.com/rancher/rke v1.1.11-rc6 h1:QfhJhnWcShr0O+li8WcWFmTH/n/31B8mIDp5IXBhI3I=
github.com/rancher/rke v1.1.11-rc6/go.mod h1:f/nPJmOVauewn5o8tPbGBVmaQpLmghYqksmzsmBOltI=
github.com/rancher/rke v1.1.11 h1:tNSBfmpfe56mSi21J6223vVjMMKgVXKnFfvq/sP0asg=
github.com/rancher/rke v1.1.11/go.mod h1:f/nPJmOVauewn5o8tPbGBVmaQpLmghYqksmzsmBOltI=
github.com/rancher/saml v0.0.0-20180713225824-ce1532152fde h1:+gd9up4jLeFeuNC5bHn7qfRXZO9WKtBe8b4vhucg9lg=
github.com/rancher/saml v0.0.0-20180713225824-ce1532152fde/go.mod h1:Bp1IBnlwVB1EqRfSKecoPyf+1Wjh8zykMjlq4vJJhxY=
github.com/rancher/security-scan v0.1.7-0.20200222041501-f7377f127168 h1:SIshhsz0O71FYyyDmjUmbFGvmgp4ASm8J1zmhMK/UG0=
Expand Down
8 changes: 4 additions & 4 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ WORKDIR /var/lib/rancher

ARG ARCH=amd64
ARG IMAGE_REPO=rancher
ARG SYSTEM_CHART_DEFAULT_BRANCH=dev-v2.4
ARG SYSTEM_CHART_DEFAULT_BRANCH=release-v2.4
ARG DASHBOARD_BRANCH=release-2.4
# kontainer-driver-metadata branch to be set for specific branch, logic at rancher/rancher/pkg/settings/setting.go
ARG RANCHER_METADATA_BRANCH=dev-v2.4
ARG RANCHER_METADATA_BRANCH=release-v2.4

ENV CATTLE_SYSTEM_CHART_DEFAULT_BRANCH=$SYSTEM_CHART_DEFAULT_BRANCH
ENV CATTLE_HELM_VERSION v2.16.8-rancher1
Expand Down Expand Up @@ -103,8 +103,8 @@ RUN curl -sLf ${!TINI_URL} > /usr/bin/tini && \
mkdir -p /var/lib/rancher-data/driver-metadata

ENV CATTLE_UI_PATH /usr/share/rancher/ui
ENV CATTLE_UI_VERSION 2.4.9-rc6
ENV CATTLE_CLI_VERSION v2.4.7-rc2
ENV CATTLE_UI_VERSION 2.4.36
ENV CATTLE_CLI_VERSION v2.4.7

# Please update the api-ui-version in pkg/settings/settings.go when updating the version here.
ENV CATTLE_API_UI_VERSION 1.1.9
Expand Down
2 changes: 1 addition & 1 deletion scripts/package
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
source $(dirname $0)/version

ARCH=${ARCH:-"amd64"}
SYSTEM_CHART_DEFAULT_BRANCH=${SYSTEM_CHART_DEFAULT_BRANCH:-"dev-v2.4"}
SYSTEM_CHART_DEFAULT_BRANCH=${SYSTEM_CHART_DEFAULT_BRANCH:-"release-v2.4"}
SUFFIX=""
[ "${ARCH}" != "amd64" ] && SUFFIX="_${ARCH}"

Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ github.com/rancher/rdns-server/model
# github.com/rancher/remotedialer v0.2.6-0.20200401224317-04cc22157b83
github.com/rancher/remotedialer
github.com/rancher/remotedialer/metrics
# github.com/rancher/rke v1.1.11-rc6
# github.com/rancher/rke v1.1.11
github.com/rancher/rke/addons
github.com/rancher/rke/authz
github.com/rancher/rke/cloudprovider
Expand Down

0 comments on commit 833bca2

Please sign in to comment.