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

Commit 33db169

Browse files
iohk-bors[bot]rvldisassembler
committed
Merge #3936
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 <[email protected]> Co-authored-by: Samuel Leathers <[email protected]>
2 parents 608a712 + 593f79c commit 33db169

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

lib/configuration.yaml

+20-6
Original file line numberDiff line numberDiff line change
@@ -14955,7 +14955,7 @@ testnet_wallet_linux64: &testnet_wallet_linux64
1495514955

1495614956
##############################################################################
1495714957
## ##
14958-
## Staging config ##
14958+
## Mainnet dryrun config sample ##
1495914959
## ##
1496014960
##############################################################################
1496114961

@@ -14968,22 +14968,36 @@ mainnet_dryrun_full: &mainnet_dryrun_full
1496814968
file: mainnet-genesis-dryrun-with-stakeholders.json
1496914969
hash: c6a004d3d178f600cd8caa10abbebe1549bef878f0665aea2903472d5abf7323
1497014970
requiresNetworkMagic: RequiresNoMagic
14971-
update: &staging_wallet_update
14971+
14972+
mainnet_dryrun_wallet_win64: &mainnet_dryrun_wallet_win64
14973+
<<: *mainnet_dryrun_full
14974+
update:
1497214975
applicationName: csl-daedalus
1497314976
applicationVersion: 17
1497414977
lastKnownBlockVersion:
1497514978
bvMajor: 0
14976-
bvMinor: 1
14979+
bvMinor: 2
1497714980
bvAlt: 0
1497814981

14979-
mainnet_dryrun_wallet_win64: &mainnet_dryrun_wallet_win64
14980-
<<: *mainnet_dryrun_full
14981-
1498214982
mainnet_dryrun_wallet_macos64: &mainnet_dryrun_wallet_macos64
1498314983
<<: *mainnet_dryrun_full
14984+
update:
14985+
applicationName: csl-daedalus
14986+
applicationVersion: 17
14987+
lastKnownBlockVersion:
14988+
bvMajor: 0
14989+
bvMinor: 2
14990+
bvAlt: 0
1498414991

1498514992
mainnet_dryrun_wallet_linux64: &mainnet_dryrun_wallet_linux64
1498614993
<<: *mainnet_dryrun_full
14994+
update:
14995+
applicationName: csl-daedalus
14996+
applicationVersion: 17
14997+
lastKnownBlockVersion:
14998+
bvMajor: 0
14999+
bvMinor: 2
15000+
bvAlt: 0
1498715001

1498815002
##############################################################################
1498915003
## ##

0 commit comments

Comments
 (0)