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 .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
build:
needs: [set_version]
if: ${{ github.event_name != 'pull_request' || github.event.action != 'closed' }}
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@624399f5f8f575252961644f5b2cdcce8bab84cc
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@409e9b640087ade203321a8d63bd1651f4677205
with:
version: ${{ needs.set_version.outputs.VERSION }}
# to set target to "release" or "nightly" we need proper KMS secrets
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: recursive
build:
needs: [checkout]
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@624399f5f8f575252961644f5b2cdcce8bab84cc
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@409e9b640087ade203321a8d63bd1651f4677205
with:
version: ${{ inputs.version || 'now' }}
# to set target to "release" or "nightly" we need proper KMS secrets
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
name: Run glcli to publish to OCI
needs: [build]
# use custom upload_oci.yml as we do not sign the images
# uses: gardenlinux/gardenlinux/.github/workflows/upload_oci.yml@624399f5f8f575252961644f5b2cdcce8bab84cc
# uses: gardenlinux/gardenlinux/.github/workflows/upload_oci.yml@409e9b640087ade203321a8d63bd1651f4677205
uses: ./.github/workflows/upload_oci.yml
with:
version: ${{ needs.build.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
generate_matrix_publish:
name: Generate flavors matrix to publish
uses: gardenlinux/gardenlinux/.github/workflows/build_flavors_matrix.yml@624399f5f8f575252961644f5b2cdcce8bab84cc
uses: gardenlinux/gardenlinux/.github/workflows/build_flavors_matrix.yml@409e9b640087ade203321a8d63bd1651f4677205
with:
flags: '${{ inputs.flavor_filter }} --no-arch --json-by-arch --build --test'
upload_gl_artifacts:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1877.20.1
1877.21.0
1 change: 1 addition & 0 deletions features/sslfips
2 changes: 1 addition & 1 deletion gardenlinux
Submodule gardenlinux updated 57 files
+1 −1 .github/workflows/build.yml
+4 −4 .github/workflows/build_bare_flavor.yml
+2 −2 .github/workflows/build_bootstrap.yml
+4 −4 .github/workflows/build_flavor.yml
+1 −1 .github/workflows/build_flavors_matrix.yml
+5 −3 .github/workflows/build_kmodbuild_container.yml
+10 −10 .github/workflows/build_platform_test_images.yml
+4 −4 .github/workflows/build_requirements.yml
+7 −4 .github/workflows/build_tests_ng.yml
+1 −1 .github/workflows/dev.yml
+8 −8 .github/workflows/dev_tests_ng.yml
+1 −1 .github/workflows/differential-shellcheck.yml
+3 −3 .github/workflows/download_flavors_images.yml
+1 −1 .github/workflows/github_rerun_workflow.yml
+5 −5 .github/workflows/lima_upload_oidc.yml
+3 −3 .github/workflows/manual_gh_release_page.yml
+3 −3 .github/workflows/manual_release.yml
+1 −1 .github/workflows/manual_tests.yml
+3 −3 .github/workflows/nightly.yml
+1 −1 .github/workflows/platform_test_cleanup.yml
+1 −1 .github/workflows/publish.yml
+1 −1 .github/workflows/publish_kmodbuild_container.yml
+15 −13 .github/workflows/publish_oci_containers.yml
+6 −6 .github/workflows/publish_s3.yml
+2 −2 .github/workflows/stig.yml
+2 −2 .github/workflows/test_bare_flavor.yml
+3 −3 .github/workflows/test_flavor_chrooted.yml
+4 −4 .github/workflows/test_platform_flavor.yml
+2 −2 .github/workflows/test_report.yml
+3 −3 .github/workflows/testng_flavor_chroot.yml
+3 −3 .github/workflows/testng_flavor_cloud.yml
+3 −3 .github/workflows/testng_flavor_oci.yml
+3 −3 .github/workflows/testng_flavor_qemu.yml
+2 −2 .github/workflows/testng_report.yml
+5 −5 .github/workflows/testng_reproducable_test.yml
+1 −1 .github/workflows/tests.yml
+1 −1 .github/workflows/upload_to_s3.yml
+1 −1 VERSION
+5 −0 bin/glrd
+5 −0 build
+5 −0 cert/build
+3 −1 features/ssh/file.include/etc/ssh/sshd_config
+1 −0 features/ssh/pkg.include
+38 −0 features/sslfips/exec.config
+2 −0 features/sslfips/info.yaml
+3 −0 features/sslfips/pkg.include
+14 −0 flavors.yaml
+2 −1 tests-ng/plugins/sshd.py
+20 −0 tests-ng/test_fips.py
+3 −0 tests-ng/util/build_dist.sh
+3 −0 tests-ng/util/build_dist_image.sh
+3 −0 tests-ng/util/build_runtime.sh
+3 −0 tests-ng/util/run_oci.sh
+1 −1 tests-ng/util/tf/modules/aws/variables.tf
+4 −1 tests/Containerfile.chroot
+29 −0 tests/repokey.asc
+5 −0 unbase_oci
Loading