diff --git a/.github/workflows/docs-checks.yml b/.github/workflows/docs-checks.yml index f11e4bb..72175fa 100644 --- a/.github/workflows/docs-checks.yml +++ b/.github/workflows/docs-checks.yml @@ -42,7 +42,7 @@ jobs: # gardenlinux.* (e.g. oci -> podman, distro_version -> semver) and generate # the CLI/API reference pages. Pinning an older release tag here drops # those deps and breaks the python-gardenlinux-lib-cli reference. - pip install git+https://github.com/gardenlinux/python-gardenlinux-lib.git@c1dfb1390e5352476cbfcee8ad809a04d808903b + pip install git+https://github.com/gardenlinux/python-gardenlinux-lib.git@2a27700198bc91e0f9b8321960ebc4709d65c41a pip install -r requirements.txt - name: Run aggregate diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ce8c9ce..e2b871b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: # gardenlinux.* (e.g. oci -> podman, distro_version -> semver) and generate # the CLI/API reference pages. Pinning an older release tag here drops # those deps and breaks the python-gardenlinux-lib-cli reference. - pip install git+https://github.com/gardenlinux/python-gardenlinux-lib.git@c1dfb1390e5352476cbfcee8ad809a04d808903b + pip install git+https://github.com/gardenlinux/python-gardenlinux-lib.git@2a27700198bc91e0f9b8321960ebc4709d65c41a pip install -r requirements.txt - name: Run tests diff --git a/Makefile b/Makefile index b8ee392..c076975 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ install: # gardenlinux.* (e.g. oci -> podman, distro_version -> semver) and generate # the CLI/API reference pages. Pinning an older release tag here drops # those deps and breaks the python-gardenlinux-lib-cli reference. - pip install git+https://github.com/gardenlinux/python-gardenlinux-lib.git@c1dfb1390e5352476cbfcee8ad809a04d808903b + pip install git+https://github.com/gardenlinux/python-gardenlinux-lib.git@2a27700198bc91e0f9b8321960ebc4709d65c41a pip install -r requirements.txt run: diff --git a/docs/index.md b/docs/index.md index 8966712..17dcc41 100644 --- a/docs/index.md +++ b/docs/index.md @@ -54,10 +54,6 @@ features: details: Learn how to report any issue you face with Garden Linux link: /how-to/reporting-issues -migration_status: "done" -migration_issue: https://github.com/gardenlinux/gardenlinux/issues/4622 -migration_stakeholder: "@tmang0ld, @yeoldegrove, @ByteOtter" -migration_approved: false ---