Skip to content

Commit

Permalink
Merge pull request #553 from SUSE/4-4-3-bump
Browse files Browse the repository at this point in the history
Bump versions from 4.4.2 to 4.4.3, add to changelog (#552), bump copyright
  • Loading branch information
richard-cox committed Feb 1, 2022
2 parents 5f6f807 + 777764d commit ce04911
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.4.3

[Full Changelog](https://github.com/SUSE/stratos/compare/4.4.2...4.4.3)

This release contains the following fixes:

**Fixes:**

- Diego cell information is missing from the Cloud Foundry instance page [\#552](https://github.com/SUSE/stratos/issues/552)

## 4.4.2

[Full Changelog](https://github.com/SUSE/stratos/compare/4.4.1...4.4.2)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2",
"version": "4.4.3",
"description": "Stratos Console",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/suse-extensions/src/suse.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { SuseLoginComponent } from './suse-login/suse-login.component';
import { SuseWelcomeComponent } from './suse-welcome/suse-welcome.component';

const SuseCustomizations: CustomizationsMetadata = {
copyright: '© 2020 SUSE',
copyright: '© 2022 SUSE',
hasEula: true,
aboutInfoComponent: SuseAboutInfoComponent,
noEndpointsComponent: SuseWelcomeComponent,
Expand Down

0 comments on commit ce04911

Please sign in to comment.