Skip to content

Commit

Permalink
release 1.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenchristopher-zip committed Sep 27, 2022
1 parent e677b37 commit aba13b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spinnakerBundle {
pluginId = "zip.deployboard"
description = "Customization for Zip deploys"
provider = "https://github.com/Greenbax/zip-spinnaker-deployboard"
version = "1.0.24"
version = "1.0.25"
}

subprojects {
Expand Down
8 changes: 4 additions & 4 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"provider": "https://github.com/Greenbax/zip-spinnaker-deployboard",
"releases": [
{
"version": "1.0.24",
"date": "2022-09-27T01:15:47.191214Z",
"version": "1.0.25",
"date": "2022-09-27T04:55:55.797449Z",
"requires": "gate>=0.0.0,orca>=0.0.0,deck>=0.0.0",
"sha512sum": "b7bd473bf6896bcc354b2bc2fd2fd04b2cfd883ca79b7d672b5fcfdaf5a4be21c355babd9877f5d1517c1e0723921229c1487483083952cdf451de15ab6a7c00",
"sha512sum": "e89dc02eee53ff573a79571a872c5bc705ea5aa3813e347c9c6332fc641bb9bf8c15d4d41c5f1ffea19eff365ec8310c6979f365d8c2f25e8140ac751af73a1a",
"state": "",
"url": "https://github.com/Greenbax/zip-spinnaker-deployboard/releases/download/v1.0.24/zip-spinnaker-deployboard.zip"
"url": "https://github.com/Greenbax/zip-spinnaker-deployboard/releases/download/v1.0.25/zip-spinnaker-deployboard.zip"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions zip-deployboard-deck/src/snapshots/snapshot.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ export const SNAPSHOT_CONFIGS: Map<string, SnapshotConfigType> = new Map<string,
},
],
[
'production-release-branch-test',
'test-build-branch',
{
gitBranch: 'production-release-branch-test',
gitBranch: 'test-build-branch',
label: 'Next',
pipeline: 'Next',
},
Expand Down

0 comments on commit aba13b4

Please sign in to comment.