Skip to content

Commit

Permalink
chore(*): Bump spinnaker-dependencies to 0.142.1 (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
robzienert committed Feb 21, 2018
1 parent 40842e0 commit 4c124a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ allprojects {
apply plugin: 'groovy'

ext {
spinnakerDependenciesVersion = project.hasProperty('spinnakerDependenciesVersion') ? project.property('spinnakerDependenciesVersion') : '0.134.0'
spinnakerDependenciesVersion = project.hasProperty('spinnakerDependenciesVersion') ? project.property('spinnakerDependenciesVersion') : '0.142.1'
}

def checkLocalVersions = [spinnakerDependenciesVersion: spinnakerDependenciesVersion]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ trait TestDefaults {
[ guestCpus: 8, name: 'n1-standard-8' ]
]

static final Map<String, List> INSTANCE_TYPE_LIST = [
final Map<String, List> INSTANCE_TYPE_LIST = [
items: [
'zones/us-central1-a': [
machineTypes: INSTANCE_TYPES_WITH_16
Expand Down

0 comments on commit 4c124a1

Please sign in to comment.