Skip to content

Releases: cloudfoundry-community/stratos

v4.8.1-rc.7

08 Oct 08:01
Compare
Choose a tag to compare
v4.8.1-rc.7 Pre-release
Pre-release

This is a prerelease - please see commit messages for changes

v4.8.1-rc.5

05 Oct 00:52
Compare
Choose a tag to compare
v4.8.1-rc.5 Pre-release
Pre-release

Bug fixes

  • Fix SQL sessions statement
  • Remove Zuun appname

v4.8.1-rc.1

19 Aug 05:27
Compare
Choose a tag to compare
v4.8.1-rc.1 Pre-release
Pre-release

Bug Fix

When upgrading from 4.4.x one migration could be missed. This fix detects and fixes this issue.

v4.8.0

10 Jul 22:13
a9a4a47
Compare
Choose a tag to compare

Improvements

  • Updated Jetstream with GoLang Toolchain go1.21.9 and dependancy bumps
  • Fixed issues with packaging script to allow pipelines builds
  • Recompiled assets with Node v20.12.2

Known Issues

  • Initial page load on Firefox can fail with Unhandled Promise rejection in Angular. Works in Chrome and Safari and should be resolved when we are upgrading the Frontend

Coming improvements

  • Frontend will be update from Angular 9 to newer versions
  • Updating to use Cloud Foundry v3 API

To use the prepackaged Stratos (with UAA) using binary_buildpack

Update the secrets in the sample_manifest.yml

mkdir stratos-tmp ; cd stratos-tmp
unzip path_to/stratos-ui-packaged.zip
cf push -f path_to_this_manifest.yml

Additional documentation available at https://stratos.app/docs/deploy/cloud-foundry/cloud-foundry

4.4.2

11 Oct 16:07
9869ad6
Compare
Choose a tag to compare

Features

Allows for newer PGSQL versions to be configured (v15) by updating to the latest lib/pq version available (v1.10.9) @itsouvalas

4.4.1

23 Aug 17:52
Compare
Choose a tag to compare

This release contains the patch from freudl to pull logs from the new log-cache instances.