v1.19.0-rc1

Features

Handle concurrent request for pool manager.

  • Fission now support for handling concurrent request in case of pool manager function according to request per pod as defined by user.

Added support for github container registry.

  • Users now can download fission images from ghcr.io as well.

Added trace support for the timer.

Updates

  • a96b92f Update Go version 1.20 #2740
  • 4ebdb16 security upgrade for alpine to 3.17 #2723
  • 3840a90 Update github.com/opencontainers/runc from 1.1.2 to 1.1.5 #2757
  • b622f13 Update golang.org/x/image from 0.0.0-20190802002840-cff245a6509b to 0.5.0 #2735
  • 1cb18a7 Update golang.org/x/net from 0.4.0 to 0.7.0 #2724

Changelog

  • 3a1db58 update chart version to v1.19.0-rc1 #2761
  • ce42dbc refactor: update the client retry by the pkg retryablehttp #2752
  • 77d4745 fix: invalid error unwrap for the httperror #2753
  • 715ef82 Improve poolmanager concurrency handling with virtual capacity #2737
  • 2213ebc feat: add trace and timeout support for the timer #2750
  • 1f138d0 handle addr when port is passed in host:port format in the StartServer func #2747
  • a8e8cfb fix: websocket event listener #2745
  • 963081e fix: ending retry loop when the request canceled for the choosePod #2731
  • a93e9b4 poolmgr: stop pod specialization when pod namespace and cm/secret namespace is mismatched #2703
  • 0de8923 Add funcSvcGroup type in pool cache for grouping of function services #2728
  • 3c0c96e CLI: Use fntimeout to stop terminating of function in middle #2709
  • e462f9a Allow permission to router for ingress resource #2710
  • d025022 Make ghcr.io to default container registry #2711
  • c4ed12d Push docker images to github container registry #2705
  • d3a6152 Router pod fails to run if authentication is enabled during helm upgrade #2700
  • 2b017f8 Fission version failed if authentication.enabled is set to true #2697
  • 5c3c55d Allow users to set envGracePeriod to 0 #2696
  • 5db09a8 Create roles for custom resource in function and builder namespace #2695
  • 0edf264 internal: Making poolcache typed and merged into fscache #2693

References