Releases: cloudfoundry-community/stratos
Releases · cloudfoundry-community/stratos
v4.8.1-rc.7
This is a prerelease - please see commit messages for changes
v4.8.1-rc.5
Bug fixes
- Fix SQL sessions statement
- Remove Zuun appname
v4.8.1-rc.1
Bug Fix
- Fixes #93
When upgrading from 4.4.x one migration could be missed. This fix detects and fixes this issue.
v4.8.0
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
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
This release contains the patch from freudl to pull logs from the new log-cache instances.