feat(uv): add uv/uvx devcontainer feature#40
Merged
jsburckhardt merged 8 commits intomainfrom Oct 18, 2024
Merged
Conversation
feat(devcontainer): add gic feature support Add gic feature from jsburckhardt to the devcontainer configuration to enhance the development environment. chore(config): create initial gic configuration file Add initial .gic.yaml file to configure the gic feature with specific instructions and settings. ```
- Updated kyverno version from 1.11.4 to 1.12.6 in kyverno-specific-version.sh and scenarios.json - Updated zarf version from v0.30.0 to v0.41.0 in zarf-specific-version.sh and scenarios.json
- Added UV tool to the GitHub Actions workflow and updated README. - Created devcontainer-feature.json for UV with version option. - Implemented installation script for UV. - Updated test scripts to include UV checks and scenarios. BREAKING CHANGE: Introduced UV tool setup and configuration.
- Fix shell script syntax by adding quotes around variable. - Remove redundant blank line at the beginning of the script.
Correct the order of commit message types by removing the non-existent 'style' type from the instructions in the .gic.yaml file.
Corrected the indentation in the install.sh script for better readability and maintainability. Improved the version check logic to handle environment variable inputs more robustly. The script now properly fetches the latest version if 'latest' is specified or if no version is provided.
Improve handling of version input by supporting environment variable `VERSION` and checking for 'latest' keyword. Simplify user messaging and remove redundant code.
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.
This pull request introduces several new features and updates across multiple components of the project. The key changes include adding a new feature for the
uvtool, updating existing tools and configurations, and enhancing documentation.New Features and Tool Additions:
uvtool to the devcontainer features, including its installation script and configuration (.devcontainer.json,src/uv/install.sh,src/uv/devcontainer-feature.json). [1] [2] [3]Configuration Updates:
.gic.yamlto include instructions for generating commit messages using the semantic release format based on Angular guidelines..github/workflows/test.yamlto includeuvin the list of jobs.Documentation Enhancements:
README.mdto include information about theuvtool and its usage. [1] [2]Script and Version Updates:
src/gic/install.shto handle versioning more flexibly by checking for an environment variable or argument.src/kyverno/install.shto fix a minor issue with thecurlcommand and to use the latest version by default. [1] [2]kyverno,uv, andzarfin test scripts and configuration files (test/_global/all-tools.sh,test/_global/kyverno-specific-version.sh,test/_global/scenarios.json,test/_global/zarf-specific-version.sh). [1] [2] [3] [4] [5] [6] [7] [8] [9]