Pre-Release Testing 0.6.0#2
Open
jamie-steele wants to merge 267 commits intostagingfrom
Open
Conversation
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
added 29 commits
March 19, 2026 21:30
added 30 commits
April 23, 2026 09:16
…age model documentation
- Added `security` field to workflow YAML to define container security policies, including network, filesystem, and process settings. - Updated onboarding and package model documentation to reflect new security policy structure. - Modified runtime artifact compilation to incorporate security profiles and sources. - Enhanced validation logic to reject unknown security profiles and enforce rules for allowlist and offline modes. - Updated tests to cover new security policy features and ensure correct behavior.
…handling - Refactor `writeCompiledWorkflowRuntimeArtifacts` to include step artifacts and handle their writing. - Introduce `compiledStepRuntimeArtifacts` type to manage step-specific runtime artifacts. - Update `compileWorkflowRuntimeArtifacts` to return step artifacts alongside the main runtime manifest and image artifact. - Implement `compileStepRuntimeArtifacts` and `compileStepRuntimeManifest` for detailed step-level artifact compilation. - Modify `maybeSkipDockerBuildForStep` and related functions to accommodate step-specific policy fingerprints. - Add functions to load compiled runtime and image artifacts for individual steps. - Enhance proxy policy handling in `applyCompiledProxyNetworkPolicy` to include tokenized proxy URLs. - Introduce a new policy proxy server script to enforce network policies based on compiled proxy configurations. - Update tests to reflect changes in function signatures and ensure proper handling of step artifacts and proxy policies.
- Introduced `image` field in package metadata to specify OCI image references. - Updated compilation process to handle image metadata and integrate it into runtime manifests. - Implemented logic to pull images based on defined pull policies. - Enhanced validation for image metadata in package manifests. - Added tests to ensure correct handling of image references and pulling behavior.
…st fingerprint and enhancing image selection logic
- Updated documentation to reflect the new package layout under 'bin/.dockpipe/internal/' instead of '.dockpipe/internal/'. - Modified code in various files to ensure paths point to the new directory structure for compiled packages, workflows, and internal state. - Adjusted tests to verify that the new directory structure is correctly utilized in the application.
…state definitions
…enhance build command options
…persistence and retrieval
…g and improved command output
…ntainer' with 'kind' for improved clarity
… in newIPv4TestServer
…nd cache validity
…el containers and host
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.