We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98ed684 + cc70b54 commit 8a2b0c7Copy full SHA for 8a2b0c7
test/integration/install_binary/controls/vault_spec.rb
@@ -9,7 +9,7 @@
9
its(:exit_status) { should eq 0 }
10
its(:stderr) { should be_empty }
11
its(:stdout) do
12
- should match(/^Vault v1.1.0 \('36aa8c8dd1936e10ebd7a4c1d412ae0e6f7900bd'\)/)
+ should match(/^Vault v1.12.0 \(558abfa75702b5dab4c98e86b802fb9aef43b0eb\)/)
13
end
14
15
test/salt/pillar/install_binary.sls
@@ -5,5 +5,5 @@ vault:
5
# test upgrades by doing a double-converge, changing the version pillar
6
# between each one
7
# version: 1.0.3
8
- version: 1.1.0
+ version: 1.12.0
verify_download: false
0 commit comments