Skip to content

Commit

Permalink
Merge tag '4.5.0' into develop
Browse files Browse the repository at this point in the history
* allow newer pgsql versions  (transfered from cloudfoundry-community)
* add custom_error package to combine errors as enum in there
* Fix frontend CVEs
* fix gogoproto related panic when retrieving logs upgrade github.com/cloudfoundry/noaa/consumer to 2.3.0
* Upgrade code.cloudfoundry.org/cli to v8
* Apply changes from cloudfoundry#4583
* Remove sass-lint and stratos-protractor-reporter
* Update to node v20
* tidy up github action workflow for backend tests to resolve wrong golang version during tests
* Code quality improvements via `staticcheck`
* Add script to help with building as packages and fix devkit and package info
* add Github Actions for Backend and Frontend Tests
* Fix database migrations by casting dialect correctly
* Adapt cloudfoundry#4580: Update store references in core package to refer to @stratosui/store
* Fix dependency for database migrations
* Add Helm support for local repos in desktop mode
* Build and push base images on push to develop
* Move repository/interfaces to its own submodule: api
* Migrate to github.com/pressly/goose
* Update required disk space
* Theme Builder: Cast types
* Fix backend unit tests (also code quality improvements)
* Fix the CVEs in the jetstream backend
* Improvements in vulnerability checking
* Make builds work and abstract away architecture
  • Loading branch information
mafolz committed Nov 10, 2023
2 parents ec46c9c + 7c1f8a6 commit 9e32208
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
### 4.5.0 - 2023-11-10
* Make builds work and abstract away architecture (#1)
* Improvements in vulnerability checking (#8)
* Fix the CVEs in the jetstream backend (#12)
* Fix backend unit tests (also code quality improvements) (#15)
* Theme Builder: Cast types (#16)
* Update required disk space (#17)
* Migrate to github.com/pressly/goose (#18)
* Move repository/interfaces to its own submodule: api (#19)
* Build and push base images on push to develop (#11)
* Add Helm support for local repos in desktop mode (#14)
* Fix dependency for database migrations (#20)
* Adapt https://github.com/cloudfoundry/stratos/pull/4580: Update store references in core package to refer to @stratosui/store (#26)
* Fix database migrations by casting dialect correctly (#22)
* add Github Actions for Backend and Frontend Tests (#29)
* Add script to help with building as packages and fix devkit and package info
* Fix typo (#31)
* Code quality improvements via `staticcheck` (#24)
* tidy up github action workflow for backend tests to resolve wrong golang version during tests (#32)
* Update to node v20 (#34)
* Remove sass-lint and stratos-protractor-reporter (#37)
* Apply changes from https://github.com/cloudfoundry/stratos/pull/4583 (#33)
* Upgrade code.cloudfoundry.org/cli to v8 (#42)
* Cherry pick commit 69ac7dc from other branch; now works without any restrictions; original commit message: (#45)
* fix gogoproto related panic when retrieving logs upgrade github.com/cloudfoundry/noaa/consumer to 2.3.0 (#46)
* Fix frontend CVEs (#40)
* feat: add errorz package to combine errors as enum in there (#47)
* allow newer pgsql versions (#51)

# Change Log

## 4.4.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stratos",
"version": "4.4.0",
"version": "4.5.0",
"description": "Stratos Console",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9e32208

Please sign in to comment.