-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-1.15] Release 1.15.1 (#2480)
* test: adding GO s2i to e2e test suite (#2401) * Remove superfluous equals sign from envvar (#2446) * Remove superfluous equals sign from envvar Signed-off-by: Matej Vašek <[email protected]> * Update rust templates Cargo.lock Signed-off-by: Matej Vašek <[email protected]> --------- Signed-off-by: Matej Vašek <[email protected]> * allow digested images to be 'run' (#2445) * init fix Signed-off-by: gauron99 <[email protected]> * dont override direct deploy tag, more tests Signed-off-by: gauron99 <[email protected]> * fix Signed-off-by: gauron99 <[email protected]> * dont validate with tagged image, fix comment Signed-off-by: gauron99 <[email protected]> * init run fix for --image Signed-off-by: gauron99 <[email protected]> * init Signed-off-by: gauron99 <[email protected]> * int test, add valid untdigested images to run Signed-off-by: gauron99 <[email protected]> * check images passed to runner for func run command Signed-off-by: gauron99 <[email protected]> * fix build/deploy image passing bug add test Signed-off-by: gauron99 <[email protected]> * fix Signed-off-by: gauron99 <[email protected]> * remove extra printing Signed-off-by: gauron99 <[email protected]> * merge functions to digested Signed-off-by: gauron99 <[email protected]> * misspell Signed-off-by: gauron99 <[email protected]> * simplify Signed-off-by: David Fridrich <[email protected]> * quick fix Signed-off-by: David Fridrich <[email protected]> * remove prints, comment Signed-off-by: David Fridrich <[email protected]> --------- Signed-off-by: gauron99 <[email protected]> Signed-off-by: David Fridrich <[email protected]> * On cluster s2i build for Go (alternative version) (#2471) * Prepare util image to accomodate multiple cmds As of now func-util image has only one command of our own -- "deploy". This commits prepares grounds for one additional command named "scaffolding". The commands will be implemented in one binary and dispatched over argv[0] using symlinks. Kinda like busybox does. Signed-off-by: Matej Vašek <[email protected]> * Add scaffolding for on-cluster build Added new build step in tekton pipeline that scaffolds main() for Go porject when using s2i builder. Signed-off-by: Matej Vašek <[email protected]> * Better docker build caching This will cache dependencies between docker builds. Signed-off-by: Matej Vašek <[email protected]> * fixup: perms Signed-off-by: Matej Vašek <[email protected]> * fixup: remove broken check Signed-off-by: Matej Vašek <[email protected]> * fixup: remove test because of 'no space left on device' Signed-off-by: Matej Vašek <[email protected]> * Make func-util rootfull Signed-off-by: Matej Vašek <[email protected]> --------- Signed-off-by: Matej Vašek <[email protected]> * Incorporate s2i CLI into func-utils image. (#2473) Signed-off-by: Matej Vašek <[email protected]> * chore: update Quarkus platform version to 3.14.1 (#2474) Co-authored-by: Knative Automation <[email protected]> Signed-off-by: Matej Vašek <[email protected]> * chore: update Springboot platform version to 3.3.3 (#2465) Co-authored-by: Knative Automation <[email protected]> Signed-off-by: Matej Vašek <[email protected]> --------- Signed-off-by: Matej Vašek <[email protected]> Signed-off-by: gauron99 <[email protected]> Signed-off-by: David Fridrich <[email protected]> Co-authored-by: Jefferson Ramos <[email protected]> Co-authored-by: David Fridrich <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Knative Automation <[email protected]>
- Loading branch information
1 parent
a511cd9
commit 858a0e8
Showing
26 changed files
with
7,569 additions
and
6,717 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.