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

[release-1.11] backports for release-1.11.1 #1998

Merged
merged 21 commits into from
Oct 2, 2023

Commits on Sep 27, 2023

  1. chore: use tkn tasks from PR branch in CI (knative#1914)

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    jrangelramos authored and matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    03b177d View commit details
    Browse the repository at this point in the history
  2. chore: released binaries refer correct task yamls (knative#1916)

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d90e55d View commit details
    Browse the repository at this point in the history
  3. chore: refer correct tkn yaml in prow test (knative#1918)

    Without this change prow test will refer tkn yamls from the main branch
    not from the PR head branch.
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    24928c4 View commit details
    Browse the repository at this point in the history
  4. chore: update release generation (knative#1924)

    * Minimize release binary size.
    * Release latest version of buildpack tekton task.
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    41b56fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7785758 View commit details
    Browse the repository at this point in the history
  6. test: Split of GH oncluster tests by builder. Added FUNC_BUILDER env …

    …var for e2e oncluter tests (knative#1963)
    jrangelramos authored and matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6047143 View commit details
    Browse the repository at this point in the history
  7. Use our own s2i image (knative#1971)

    Our image is much more recent and it is multiarch.
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ed61cec View commit details
    Browse the repository at this point in the history
  8. chore: update buildah image ref (knative#1960)

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4691cb7 View commit details
    Browse the repository at this point in the history
  9. chore: update CA certs (knative#1944)

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2a9e460 View commit details
    Browse the repository at this point in the history
  10. chore: update Quarkus platform version to 3.4.1 (knative#1989)

    Co-authored-by: Knative Automation <automation@knative.team>
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek and knative-automation committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    430c583 View commit details
    Browse the repository at this point in the history
  11. chore: update mvn wrapper in Quarkus template (knative#1987)

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a75698c View commit details
    Browse the repository at this point in the history
  12. chore: use ./mvnw not mvn in tests (knative#1988)

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8f3492a View commit details
    Browse the repository at this point in the history
  13. chore: update Springboot platform version

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5a3ea4d View commit details
    Browse the repository at this point in the history
  14. fix: docker registry/repository parsing (knative#1929)

    * fix: docker registry/repository parsing
    
    Use go-containerregistry to do parsing.
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    * fix: use kebab-case instead of camelCase
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    * fix: use kebab-case instead of camelCase
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    ---------
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    46e02f4 View commit details
    Browse the repository at this point in the history
  15. Fix failing concurrent test on Windows (knative#1890)

    * src: better debugging
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    * fix: wait for both builds
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    * fixup
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    * fixup
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    * fixup
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    * fix: detection of process liveness on Windows
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    * fix: make symlink relative
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    * fixup: cleanup
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    ---------
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    3742481 View commit details
    Browse the repository at this point in the history
  16. allowing on cluster build for go runtime (knative#1445)

    * allowing on cluster build for go runtime
    
    * warning message added for go and rust builder
    
    * gofmt
    
    * fixups
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    ---------
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    Co-authored-by: Matej Vasek <mvasek@redhat.com>
    Shashankft9 and matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    34fdfd8 View commit details
    Browse the repository at this point in the history
  17. Use custom jammy paketo builder (knative#1911)

    * chore: use custom jammy paketo builder
    
    Use our own modified jammy builder with additional buildpacks for
    GoFunc and Rust. This enables on cluster build for Go and Rust functions.
    Where possible (Go, Java) we use "tiny" variant, other runtimes use "base"
    variant.
    
    The updated task is new file instead of modifying existing task
    this is done for sake of keeping compatiblility.
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    * fixup: remove unnecessary code per review request
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    * fixup
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    * fixup: podman test refers correct tkn task yamls
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    ---------
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    02e8c28 View commit details
    Browse the repository at this point in the history
  18. doc: Go and Rust on cluster build is supported (knative#1923)

    * doc: Go and Rust on cluster build is supported
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    * doc: build envvars
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    
    ---------
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c626480 View commit details
    Browse the repository at this point in the history
  19. fix: direct upload ppc64le, x390x (knative#1958)

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    afb15a4 View commit details
    Browse the repository at this point in the history
  20. fix: report correct error when task doesn't exist (knative#1915)

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b68020a View commit details
    Browse the repository at this point in the history
  21. feat: tekton task urls in the env sub-cmd output (knative#1925)

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    347fe51 View commit details
    Browse the repository at this point in the history