Skip to content

Commit

Permalink
bump submodule to 1312.1 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
defo89 authored Nov 30, 2023
1 parent ba279ee commit b4b7236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gardenlinux
Submodule gardenlinux updated 51 files
+2 −0 .github/actions/setup/action.yml
+18 −0 .github/dependabot.yml
+26 −26 .github/workflows/build.yml
+2 −1 .github/workflows/build_container.yml
+3 −3 .github/workflows/check-packages.yml
+3 −3 .github/workflows/differential-shellcheck.yml
+123 −29 .github/workflows/generate_release_note.py
+144 −0 .github/workflows/gl-kernelurls.py
+1 −3 .github/workflows/nightly-rel934.yml
+19 −19 .github/workflows/publish_container.yml
+5 −2 .github/workflows/release-page.sh
+27 −21 .github/workflows/release-page.yml
+5 −5 .github/workflows/tests-only.yml
+6 −6 .github/workflows/tests.yml
+6 −6 .github/workflows/upload_to_s3.yml
+0 −0 bare_container_images/libc/base
+0 −0 bare_container_images/libc/dpkg_include
+0 −0 bare_container_images/libc/include
+0 −0 bare_container_images/libc/mode
+0 −0 bare_container_images/libc/target
+0 −0 bare_container_images/nodejs/base
+0 −0 bare_container_images/nodejs/include
+0 −0 bare_container_images/nodejs/mode
+0 −0 bare_container_images/nodejs/target
+0 −0 bare_container_images/python/base
+0 −0 bare_container_images/python/include
+0 −0 bare_container_images/python/mode
+0 −0 bare_container_images/python/target
+0 −0 bare_container_images/sapmachine/base
+0 −0 bare_container_images/sapmachine/mode
+0 −0 bare_container_images/sapmachine/target
+1 −1 bin/check-pkgs-availability.py
+1 −1 bin/garden-version
+2 −2 bin/pkg2deps
+2 −2 build_bare_container_image
+1 −1 container/base-test/Dockerfile
+3 −3 docs/02_operators/apt_repo.md
+4 −4 features/_bare_container_image/README.md
+1 −1 features/_bare_container_image/exec.post
+0 −0 features/_bare_container_image/file.include/etc/group
+0 −0 features/_bare_container_image/file.include/etc/passwd
+1 −1 features/_bare_container_image/info.yaml
+7 −0 features/gardener/exec.config
+2 −0 features/gardener/pkg.include
+1 −1 flavours.yaml
+2 −2 hack/gl-pkg-url.sh
+23 −0 hack/lima-dev-env/README.md
+7 −25 hack/lima-dev-env/gl-dev.yaml
+194 −0 hack/lima-dev-env/update-lima-dev-env.py
+1 −0 tests/Containerfile
+2,488 −0 tests/Pipfile.lock

0 comments on commit b4b7236

Please sign in to comment.