mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 17:25:01 +00:00
Previously using make bump to bump a version did not also update all of the test cases and documentation to reflect the new version. This patch updates the make bump tasks call HOLOS_UPDATE_SCRIPTS=1 scripts/test to keep the test cases and documentation in sync with the new version.
7 lines
270 B
Plaintext
7 lines
270 B
Plaintext
[main 823e136] add httpbin
|
|
4 files changed, 113 insertions(+)
|
|
create mode 100644 components/httpbin/httpbin.cue
|
|
create mode 100644 components/httpbin/httpbin.yaml
|
|
create mode 100644 deploy/components/httpbin/httpbin.gen.yaml
|
|
create mode 100644 platform/httpbin.cue
|