Skip to content

Commit c22d2d3

Browse files
committed
Merge branch 'main' into feat/export-libs
2 parents b3b1e80 + 8e147df commit c22d2d3

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.github/actions/features_parse/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ outputs:
1111
runs:
1212
using: composite
1313
steps:
14-
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/[email protected].5
14+
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/[email protected].6
1515
- id: result
1616
shell: bash
1717
run: |

.github/actions/flavors_parse/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ outputs:
1313
runs:
1414
using: composite
1515
steps:
16-
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/[email protected].5
16+
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/[email protected].6
1717
- id: matrix
1818
shell: bash
1919
run: |

.github/actions/setup/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Installs the given GardenLinux Python library
44
inputs:
55
version:
66
description: GardenLinux Python library version
7-
default: "0.10.5"
7+
default: "0.10.6"
88
python_version:
99
description: Python version to setup
1010
default: "3.14"
@@ -46,7 +46,6 @@ runs:
4646
uses: actions/setup-python@v5
4747
with:
4848
python-version: ${{ inputs.python_version }}
49-
cache: ${{ steps.env-check.outputs.package_tool }}
5049

5150
- name: Install GardenLinux Python library
5251
shell: bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gardenlinux"
3-
version = "0.10.5"
3+
version = "0.10.6"
44
description = "Contains tools to work with the features directory of gardenlinux, for example deducting dependencies from feature sets or validating cnames"
55
authors = ["Garden Linux Maintainers <[email protected]>"]
66
license = "Apache-2.0"

src/gardenlinux/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
S3_DOWNLOADS_DIR = Path(os.path.dirname(__file__)) / ".." / "s3_downloads"
163163

164164
GLVD_BASE_URL = (
165-
"https://glvd.ingress.glvd.gardnlinux.shoot.canary.k8s-hana.ondemand.com/v1"
165+
"https://security.gardenlinux.org/v1"
166166
)
167167
GL_DEB_REPO_BASE_URL = "https://packages.gardenlinux.io/gardenlinux"
168168

0 commit comments

Comments
 (0)