Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Update devbox configuration and dependencies #5384

Closed
wants to merge 1 commit into from

Conversation

faermanj
Copy link
Contributor

  • Upgrade packages to latest versions
  • Add new packages: direnv, kustomize
  • Replace awscli with awscli2
  • Add init hook script for devbox
  • Update package lock file with latest package versions
  • Verified dependencies for quickstart and dev guide
  • Moved most configuration to devbox (only docker-in-docker and essentials in devcontainer)

What type of PR is this?

/kind support

What this PR does / why we need it:

Allows users and developers to build and try the project in most compute environments.

Special notes for your reviewer:

Updating to cover dev guide and quick start.

Checklist:

  • squashed commits
  • includes documentation
  • includes emoji in title
  • adds unit tests
  • adds or updates e2e tests

Release note:

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/support Categorizes issue or PR as a support question. labels Mar 11, 2025
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-priority labels Mar 11, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign nrb for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Mar 11, 2025
- Upgrade packages to latest versions
- Add new packages: direnv, kustomize
- Replace awscli with awscli2
- Add init hook script for devbox
- Update package lock file with latest package versions
"ghcr.io/dlouwers/devcontainer-features/devbox:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2.12.0": {},
"ghcr.io/audacioustux/devcontainers/tilt:1.0.1": {},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1.2.0": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets install helm via devbox (kubernetes-helm) like the other tools

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, only kubectl needs to be in devcontainer so that vscode extensions don't complain about it being missing.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually seems to work, changing.

@faermanj
Copy link
Contributor Author

For some weird reason i can't get this branch to squash commits, will re-submit

@faermanj faermanj closed this Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/support Categorizes issue or PR as a support question. needs-priority release-note-none Denotes a PR that doesn't merit a release note. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants