Skip to content

Releases: codecentric/single-page-application-server

Release 1.10.2

02 Dec 16:41
1de06ab

Choose a tag to compare

Bug Fixes

  • update ci and test dependencies
    (new release needed, so that the automated build uses the latest ci scripts)

Release 1.10.1

27 Dec 15:08
50fc422

Choose a tag to compare

Bug Fixes

  • Fix tests and automatic image update by adding missing dependency in new alpine images

Release 1.10.0

15 Aug 10:11
ee29ddb

Choose a tag to compare

Features

  • chart Set allowPrivilegeEscalation: false
    The container ports needed to be changed to 8080 and 8443 for this purpose. Service ports remain unchanged.
    The capability NET_BIND_SERVICE is still needed. Otherwise the nginx process can not even be started due to the file capability on /usr/sbin/nginx in the image.
    There is no change in the image.

Release 1.9.1

12 Aug 10:03
02172c8

Choose a tag to compare

Bug Fixes

  • Fix signing images in Update Images workflow

Release 1.9.0

09 Aug 15:16
68bbd91

Choose a tag to compare

Features

  • image Sign image with cosign

Release 1.8.0

09 Aug 11:23
b150f42

Choose a tag to compare

Features

  • image Use numeric USER value to be compatible with Kubernetes PodSecurityContext#runAsNonRoot

Bug Fixes

  • chart Add NET_BIND_SERVICE capability to be able to start nginx binary with cap_net_bind_service

Release 1.7.0

09 Aug 09:03
e7ee1be

Choose a tag to compare

Features

  • Attach sbom and provenance to images
  • Provide helm chart
  • Provide new image tags just with major image version and full image version
    These new image tags are based on nginx-stable.

Release 1.6.0

06 Aug 14:41
a776964

Choose a tag to compare

Features

  • Support read-only root filesystem

Release 1.5.2

06 May 11:31
da1b7ae

Choose a tag to compare

Bug Fixes

  • Use gomplate from maintained base image
    Fixes usage of outdated gomplate build

Release 1.5.1

01 Mar 12:18
748b71f

Choose a tag to compare

Bug Fixes

  • Move base element always to the top of the head section
    This avoids issues with Parcel as Parcel places style sheet links always at the top of the head section. See parcel-bundler/parcel#4882