Unverified Commit cf16ca13 authored by Caleb Bron's avatar Caleb Bron Committed by GitHub
Browse files

Merge pull request #32565 from cbron/2.5.8-final-rc

2.5.8 final RC
Showing with 17 additions and 17 deletions
+17 -17
......@@ -15,7 +15,7 @@ ENV HELM_VERSION v3.3.1
ENV KUSTOMIZE_VERSION v3.5.4
# kontainer-driver-metadata branch to be set for specific branch other than dev/master, logic at rancher/rancher/pkg/settings/setting.go
ENV RANCHER_METADATA_BRANCH=dev-v2.5
ENV RANCHER_METADATA_BRANCH=release-v2.5
RUN apt-get update && \
apt-get install -y gcc ca-certificates git wget curl vim less file xz-utils unzip && \
......
......@@ -99,7 +99,7 @@ require (
github.com/rancher/rancher/pkg/client v0.0.0
github.com/rancher/rdns-server v0.0.0-20180802070304-bf662911db6a
github.com/rancher/remotedialer v0.2.6-0.20210318171128-d1ebd5202be4
github.com/rancher/rke v1.2.8-rc4
github.com/rancher/rke v1.2.8
github.com/rancher/security-scan v0.1.7-0.20200222041501-f7377f127168
github.com/rancher/steve v0.0.0-20210412223709-2c645b3680e3
github.com/rancher/system-upgrade-controller/pkg/apis v0.0.0-20200825145542-a04e2061be24
......
......@@ -13,11 +13,11 @@ WORKDIR /var/lib/rancher
ARG ARCH=amd64
ARG IMAGE_REPO=rancher
ARG SYSTEM_CHART_DEFAULT_BRANCH=dev-v2.5
ARG CHART_DEFAULT_BRANCH=dev-v2.5
ARG SYSTEM_CHART_DEFAULT_BRANCH=release-v2.5
ARG CHART_DEFAULT_BRANCH=release-v2.5
ARG PARTNER_CHART_DEFAULT_BRANCH=main
# kontainer-driver-metadata branch to be set for specific branch other than dev/master, logic at rancher/rancher/pkg/settings/setting.go
ARG RANCHER_METADATA_BRANCH=dev-v2.5
ARG RANCHER_METADATA_BRANCH=release-v2.5
ENV CATTLE_SYSTEM_CHART_DEFAULT_BRANCH=$SYSTEM_CHART_DEFAULT_BRANCH
ENV CATTLE_CHART_DEFAULT_BRANCH=$CHART_DEFAULT_BRANCH
......@@ -113,9 +113,9 @@ RUN curl -sLf ${!TINI_URL} > /usr/bin/tini && \
chmod +x /usr/bin/tini /usr/bin/telemetry /usr/bin/k3s /usr/bin/kubectl /usr/bin/channelserver && \
mkdir -p /var/lib/rancher-data/driver-metadata
ENV CATTLE_UI_VERSION 2.5.8-rc18
ENV CATTLE_DASHBOARD_UI_VERSION v2.5.8-rc18
ENV CATTLE_CLI_VERSION v2.4.11-rc4
ENV CATTLE_UI_VERSION 2.5.8
ENV CATTLE_DASHBOARD_UI_VERSION v2.5.8
ENV CATTLE_CLI_VERSION v2.4.11
# Please update the api-ui-version in pkg/settings/settings.go when updating the version here.
ENV CATTLE_API_UI_VERSION 1.1.9
......
......@@ -12,7 +12,7 @@ require (
github.com/rancher/eks-operator v1.0.6
github.com/rancher/gke-operator v1.0.1
github.com/rancher/norman v0.0.0-20210225010917-c7fd1e24145b
github.com/rancher/rke v1.2.8-rc4
github.com/rancher/rke v1.2.8
github.com/rancher/wrangler v0.7.3-0.20210331224822-5bd357588083
github.com/sirupsen/logrus v1.6.0
k8s.io/api v0.20.0
......
......@@ -520,8 +520,8 @@ github.com/rancher/lasso v0.0.0-20200905045615-7fcb07d6a20b/go.mod h1:OhBBBO1pBw
github.com/rancher/norman v0.0.0-20200517050325-f53cae161640/go.mod h1:92rz/7QN7DOeLQZlJY/8aFBOmF085igIVguR0wpxLas=
github.com/rancher/norman v0.0.0-20210225010917-c7fd1e24145b h1:4SV/mEqaGmwvAV5XIO+hRqacZR1KyW6sTqzFNIlyTAY=
github.com/rancher/norman v0.0.0-20210225010917-c7fd1e24145b/go.mod h1:hhnf77V2lmZD7cvUqi4vTBpIs3KpHNL/AmuN0MqEClI=
github.com/rancher/rke v1.2.8-rc4 h1:cAyzW5d8/5w/1jVFNZsIGtwcUWOxTcRu0kf1Fh2vS7c=
github.com/rancher/rke v1.2.8-rc4/go.mod h1:osU/R8vPjgV3AwNnPamC0eOZ6aI0UfpHTyZ5K/b/vZE=
github.com/rancher/rke v1.2.8 h1:0ASvt4mQPa9ir5FYH3cA06zL60t2TRS97nUeUaRnL2s=
github.com/rancher/rke v1.2.8/go.mod h1:osU/R8vPjgV3AwNnPamC0eOZ6aI0UfpHTyZ5K/b/vZE=
github.com/rancher/wrangler v0.6.2-0.20200427172034-da9b142ae061/go.mod h1:n5Du/gGD7WoiqnEo0SHnPirDIp1V9Zu+6guc8lXS2dk=
github.com/rancher/wrangler v0.6.2-0.20200515155908-1923f3f8ec3f/go.mod h1:NmtmlLkchboIksYJuBemwcP4RBfv8FpeyhVoWXB9Wdc=
github.com/rancher/wrangler v0.6.2-0.20200820173016-2068de651106/go.mod h1:iKqQcYs4YSDjsme52OZtQU4jHPmLlIiM93aj2c8c/W8=
......
......@@ -86,7 +86,7 @@ var (
ClusterTemplateEnforcement = NewSetting("cluster-template-enforcement", "false")
InitialDockerRootDir = NewSetting("initial-docker-root-dir", "/var/lib/docker")
SystemCatalog = NewSetting("system-catalog", "external") // Options are 'external' or 'bundled'
ChartDefaultBranch = NewSetting("chart-default-branch", "dev-v2.5")
ChartDefaultBranch = NewSetting("chart-default-branch", "release-v2.5")
PartnerChartDefaultBranch = NewSetting("partner-chart-default-branch", "main")
FleetDefaultWorkspaceName = NewSetting("fleet-default-workspace-name", "fleet-default") // fleetWorkspaceName to assign to clusters with none
ShellImage = NewSetting("shell-image", "rancher/shell:v0.1.6")
......@@ -222,7 +222,7 @@ func GetEnvKey(key string) string {
func getMetadataConfig() string {
branch := os.Getenv("RANCHER_METADATA_BRANCH")
if branch == "" {
branch = "dev-v2.5"
branch = "release-v2.5"
}
data := map[string]interface{}{
"url": fmt.Sprintf("https://releases.rancher.com/kontainer-driver-metadata/%s/data.json", branch),
......
......@@ -7,9 +7,9 @@ source $(dirname $0)/version
ARCH=${ARCH:-"amd64"}
SYSTEM_CHART_REPO_DIR=build/system-charts
SYSTEM_CHART_DEFAULT_BRANCH=${SYSTEM_CHART_DEFAULT_BRANCH:-"dev-v2.5"}
SYSTEM_CHART_DEFAULT_BRANCH=${SYSTEM_CHART_DEFAULT_BRANCH:-"release-v2.5"}
CHART_REPO_DIR=build/charts
CHART_DEFAULT_BRANCH=${CHART_DEFAULT_BRANCH:-"dev-v2.5"}
CHART_DEFAULT_BRANCH=${CHART_DEFAULT_BRANCH:-"release-v2.5"}
cd $(dirname $0)/../package
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment