forked from kubernetes-sigs/kubebuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit f010359
committed
feat(dev-container): ✨ Devcontainer support for Kubebuilder
Add Go templates for scaffolding DevContainer related configuration
files in a new Kubebuilder project, along with GH Action.
refactor(dev-container): Add separate post-create.sh script.
refactor(dev-container): Use separate shell post create shell script in the container.
fix(dev-container): Remove redudant /bin/bash field.
:seedling: Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.19.0 to 2.19.1.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.19.0...v2.19.1)
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
:seedling: Bump github.com/onsi/gomega from 1.33.1 to 1.34.1
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.33.1 to 1.34.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.33.1...v1.34.1)
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
fix: typo in designs template
Signed-off-by: Gabriele Quaresima <[email protected]>
refactor(.devcontainer/Dockerfile): Use Go to install Kind binary.
fix(.devcontainer): 🐛 Paas host network & update post-install script path.
Use Host network to connect with the Host OS's Docker network. Also, execute the post-install.sh script from .devcontainer sub-directory, not the root.
refactor(.devcontainer): Change go's version to 1.22.0.
refactor(.devcontainer/Dockefile): Download Kubebuilder binary directly.
refactor(.devcontainer/post-install.sh) Remove Makefile command.
refactor(.devcontainer): Add check for verifying the existing Kind cluster.
refactor(.devcontainer): Remove debug flag from post-install.sh
fix(.devcontainer): Change interpreter from sh to bash in post-install.sh.
refactor(templates): Add template for generating .devcontainer settings.
1 parent 6c90054 commit f010359Copy full SHA for f010359
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- .github/workflows
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed.github/workflows/test-devcontainer.yaml
Copy file name to clipboardExpand all lines: .github/workflows/test-devcontainer.yaml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
0 commit comments