diff --git a/.github/actions/setup-relenv/action.yml b/.github/actions/setup-relenv/action.yml index 745eb293932..08371f996ef 100644 --- a/.github/actions/setup-relenv/action.yml +++ b/.github/actions/setup-relenv/action.yml @@ -22,7 +22,7 @@ inputs: required: false type: string description: The version of relenv to use - default: 0.10.2 + default: 0.12.0 outputs: version: diff --git a/.github/workflows/build-deps-onedir.yml b/.github/workflows/build-deps-onedir.yml index 8a703373f8f..315f247572d 100644 --- a/.github/workflows/build-deps-onedir.yml +++ b/.github/workflows/build-deps-onedir.yml @@ -21,7 +21,7 @@ on: relenv-version: required: false type: string - default: 0.10.2 + default: 0.12.0 description: The version of relenv to use python-version-linux: required: false diff --git a/.github/workflows/build-salt-onedir.yml b/.github/workflows/build-salt-onedir.yml index 837c6cf30b8..64d80462492 100644 --- a/.github/workflows/build-salt-onedir.yml +++ b/.github/workflows/build-salt-onedir.yml @@ -21,7 +21,7 @@ on: relenv-version: required: false type: string - default: 0.10.2 + default: 0.12.0 description: The version of relenv to use python-version-linux: required: false diff --git a/changelog/64192.fixed.md b/changelog/64192.fixed.md index 00f9209e1c3..505a945aa7c 100644 --- a/changelog/64192.fixed.md +++ b/changelog/64192.fixed.md @@ -1 +1 @@ -Add a `.pth` to the onedir env to ensure packages in extras are importable. +Add a `.pth` to the Salt onedir env to ensure packages in extras are importable. Bump relenv to 0.12.0. diff --git a/cicd/shared-gh-workflows-context.yml b/cicd/shared-gh-workflows-context.yml index c6e88fc0c3d..c164a06e1cd 100644 --- a/cicd/shared-gh-workflows-context.yml +++ b/cicd/shared-gh-workflows-context.yml @@ -1,4 +1,4 @@ python_version_linux: "3.10.11" python_version_macos: "3.10.11" python_version_windows: "3.10.11" -relenv_version: "0.11.2" +relenv_version: "0.12.0"