Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025.2.0
2025.2.1-dev
4 changes: 2 additions & 2 deletions argocd/applications/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions argocd/root-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion on-prem-installers/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2025.2.0
2025.2.1-dev
2 changes: 1 addition & 1 deletion on-prem-installers/onprem/onprem.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion terraform/orchestrator/scripts/access_script.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading