diff --git a/VERSION b/VERSION index 3e34ca22d..fc56a4f8a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2025.2.0 +2025.2.1-dev diff --git a/argocd/applications/Chart.yaml b/argocd/applications/Chart.yaml index 1ec9f3852..6c6b958c8 100644 --- a/argocd/applications/Chart.yaml +++ b/argocd/applications/Chart.yaml @@ -5,5 +5,5 @@ apiVersion: v2 name: argocd-applications type: application -version: 2025.2.0 -appVersion: "2025.2.0" +version: 2025.2.1-dev +appVersion: "2025.2.1-dev" diff --git a/argocd/root-app/Chart.yaml b/argocd/root-app/Chart.yaml index 5490623bd..d18d1657d 100644 --- a/argocd/root-app/Chart.yaml +++ b/argocd/root-app/Chart.yaml @@ -5,5 +5,5 @@ apiVersion: v2 name: root-app type: application -version: 2025.2.0 -appVersion: "2025.2.0" +version: 2025.2.1-dev +appVersion: "2025.2.1-dev" diff --git a/on-prem-installers/VERSION b/on-prem-installers/VERSION index 9b948ebfb..fc56a4f8a 100644 --- a/on-prem-installers/VERSION +++ b/on-prem-installers/VERSION @@ -1 +1 @@ -v2025.2.0 +2025.2.1-dev diff --git a/on-prem-installers/onprem/onprem.env b/on-prem-installers/onprem/onprem.env index 6f0cc65e5..5b4553101 100644 --- a/on-prem-installers/onprem/onprem.env +++ b/on-prem-installers/onprem/onprem.env @@ -15,7 +15,7 @@ export RELEASE_SERVICE_URL=registry-rs.edgeorchestration.intel.com # Deployment Version - Version of Edge Orchestrator to deploy -export DEPLOY_VERSION=v2025.2.0 +export DEPLOY_VERSION=v2025.2.1 # Installer Profile - Deployment profile (onprem, onprem-dev, etc.) export ORCH_INSTALLER_PROFILE=onprem diff --git a/terraform/orchestrator/scripts/access_script.tftpl b/terraform/orchestrator/scripts/access_script.tftpl index 84c35097a..6e6397976 100644 --- a/terraform/orchestrator/scripts/access_script.tftpl +++ b/terraform/orchestrator/scripts/access_script.tftpl @@ -9,7 +9,7 @@ set -ex REGISTRY_URL="registry-rs.edgeorchestration.intel.com" RS_PATH="edge-orch/common/files/on-prem" ORAS_VERSION="1.1.0" -ORCH_VERSION="2025.2.0" +ORCH_VERSION="2025.2.1" # Refresh token can be provided as a first argument # refresh_token=$1