java/com.sap.sailing.landscape.ui/src/com/sap/sailing/landscape/ui/shared/SailingApplicationReplicaSetDTO.java
... ...
@@ -32,6 +32,7 @@ public class SailingApplicationReplicaSetDTO<ShardingKey> implements Named, IsSe
32 32
this.replicaSetName = replicaSetName;
33 33
this.version = version;
34 34
this.replicas = new ArrayList<>();
35
+ this.releaseNotesLink = releaseNotesLink;
35 36
this.hostname = hostname;
36 37
this.defaultRedirectPath = defaultRedirectPath;
37 38
this.autoScalingGroupAmiId = autoScalingGroupAmiId;