Skip to content

feat(uv): add uv/uvx devcontainer feature#40

Merged
jsburckhardt merged 8 commits intomainfrom
feat/add-python-uv
Oct 18, 2024
Merged

feat(uv): add uv/uvx devcontainer feature#40
jsburckhardt merged 8 commits intomainfrom
feat/add-python-uv

Conversation

@jsburckhardt
Copy link
Copy Markdown
Owner

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 uv tool, updating existing tools and configurations, and enhancing documentation.

New Features and Tool Additions:

  • Added uv tool 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:

  • Updated .gic.yaml to include instructions for generating commit messages using the semantic release format based on Angular guidelines.
  • Updated .github/workflows/test.yaml to include uv in the list of jobs.

Documentation Enhancements:

  • Updated README.md to include information about the uv tool and its usage. [1] [2]

Script and Version Updates:

  • Updated src/gic/install.sh to handle versioning more flexibly by checking for an environment variable or argument.
  • Updated src/kyverno/install.sh to fix a minor issue with the curl command and to use the latest version by default. [1] [2]
  • Updated version checks and scenarios for kyverno, uv, and zarf in 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]

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.
@jsburckhardt jsburckhardt self-assigned this Oct 18, 2024
@jsburckhardt jsburckhardt merged commit 5c39e5b into main Oct 18, 2024
@jsburckhardt jsburckhardt deleted the feat/add-python-uv branch October 18, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant