Skip to content

Commit 777764d

Browse files
committed
Bump versions from 4.4.2 to 4.4.3, add to changelog (#552), bump copyright
1 parent 7c6a679 commit 777764d

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 4.4.3
4+
5+
[Full Changelog](https://github.com/SUSE/stratos/compare/4.4.2...4.4.3)
6+
7+
This release contains the following fixes:
8+
9+
**Fixes:**
10+
11+
- Diego cell information is missing from the Cloud Foundry instance page [\#552](https://github.com/SUSE/stratos/issues/552)
12+
313
## 4.4.2
414

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

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stratos",
3-
"version": "4.4.2",
3+
"version": "4.4.3",
44
"description": "Stratos Console",
55
"main": "index.js",
66
"scripts": {

src/frontend/packages/suse-extensions/src/suse.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { SuseLoginComponent } from './suse-login/suse-login.component';
1414
import { SuseWelcomeComponent } from './suse-welcome/suse-welcome.component';
1515

1616
const SuseCustomizations: CustomizationsMetadata = {
17-
copyright: '© 2020 SUSE',
17+
copyright: '© 2022 SUSE',
1818
hasEula: true,
1919
aboutInfoComponent: SuseAboutInfoComponent,
2020
noEndpointsComponent: SuseWelcomeComponent,

0 commit comments

Comments
 (0)