Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Merge #3936
Browse files Browse the repository at this point in the history
3936: [DEVOPS-1112] Staging application version r=rvl a=rvl

## Description

Update the applicationVersion for the staging installers, but revert the part which changes the `lastKnownBlockVersion` for the staging cluster. This must be `0.2.0` not `0.1.0`.

## Linked issue

https://iohk.myjetbrains.com/youtrack/issue/DEVOPS-1112


Co-authored-by: Rodney Lorrimar <rodney.lorrimar@iohk.io>
Co-authored-by: Samuel Leathers <samuel.leathers@iohk.io>
  • Loading branch information
3 people committed Dec 7, 2018
2 parents 608a712 + 593f79c commit 33db169
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions lib/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14955,7 +14955,7 @@ testnet_wallet_linux64: &testnet_wallet_linux64

##############################################################################
## ##
## Staging config ##
## Mainnet dryrun config sample ##
## ##
##############################################################################

Expand All @@ -14968,22 +14968,36 @@ mainnet_dryrun_full: &mainnet_dryrun_full
file: mainnet-genesis-dryrun-with-stakeholders.json
hash: c6a004d3d178f600cd8caa10abbebe1549bef878f0665aea2903472d5abf7323
requiresNetworkMagic: RequiresNoMagic
update: &staging_wallet_update

mainnet_dryrun_wallet_win64: &mainnet_dryrun_wallet_win64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 17
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 1
bvMinor: 2
bvAlt: 0

mainnet_dryrun_wallet_win64: &mainnet_dryrun_wallet_win64
<<: *mainnet_dryrun_full

mainnet_dryrun_wallet_macos64: &mainnet_dryrun_wallet_macos64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 17
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 2
bvAlt: 0

mainnet_dryrun_wallet_linux64: &mainnet_dryrun_wallet_linux64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 17
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 2
bvAlt: 0

##############################################################################
## ##
Expand Down

0 comments on commit 33db169

Please sign in to comment.