Skip to content

Commit 3937087

Browse files
upgrade dependencies to resolve vulnerabilities
1 parent 7c7c7bb commit 3937087

File tree

2 files changed

+57
-2
lines changed

2 files changed

+57
-2
lines changed

VERSION

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
v0.6.13
2+
3+
- add missing binary due to moving to official golang
4+
- disable VCS stamping from golang
5+
- adjust pipeline to run on devex-dev agents
6+
- Merge pull request #5 from myob-oss/dependabot/go_modules/golang.org/x/crypto-0.1.0
7+
Bump golang.org/x/crypto from 0.0.0-20191011191535-87dc89f01550 to 0.1.0
8+
- Merge pull request #6 from myob-oss/dependabot/go_modules/golang.org/x/text-0.3.8
9+
Bump golang.org/x/text from 0.3.7 to 0.3.8
10+
- Merge branch 'vulnerabilities-patching' into dependabot/go_modules/golang.org/x/crypto-0.1.0
11+
- Merge pull request #7 from myob-oss/dependabot/go_modules/golang.org/x/net-0.7.0
12+
Bump golang.org/x/net from 0.0.0-20211015210444-4f30a5c0130f to 0.7.0
13+
- Merge branch 'vulnerabilities-patching' into dependabot/go_modules/golang.org/x/text-0.3.8
14+
- Bump golang.org/x/crypto from 0.0.0-20191011191535-87dc89f01550 to 0.1.0
15+
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20191011191535-87dc89f01550 to 0.1.0.
16+
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)
17+
---
18+
updated-dependencies:
19+
- dependency-name: golang.org/x/crypto
20+
dependency-type: indirect
21+
...
22+
Signed-off-by: dependabot[bot] <support@github.com>
23+
- Merge pull request #8 from myob-oss/dependabot/go_modules/golang.org/x/sys-0.1.0
24+
Bump golang.org/x/sys from 0.0.0-20211019181941-9d821ace8654 to 0.1.0
25+
- Merge branch 'vulnerabilities-patching' into dependabot/go_modules/golang.org/x/net-0.7.0
26+
- Bump golang.org/x/text from 0.3.7 to 0.3.8
27+
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
28+
- [Release notes](https://github.com/golang/text/releases)
29+
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)
30+
---
31+
updated-dependencies:
32+
- dependency-name: golang.org/x/text
33+
dependency-type: indirect
34+
...
35+
Signed-off-by: dependabot[bot] <support@github.com>
36+
- Bump golang.org/x/sys from 0.0.0-20211019181941-9d821ace8654 to 0.1.0
37+
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20211019181941-9d821ace8654 to 0.1.0.
38+
- [Commits](https://github.com/golang/sys/commits/v0.1.0)
39+
---
40+
updated-dependencies:
41+
- dependency-name: golang.org/x/sys
42+
dependency-type: indirect
43+
...
44+
Signed-off-by: dependabot[bot] <support@github.com>
45+
- Bump golang.org/x/net from 0.0.0-20211015210444-4f30a5c0130f to 0.7.0
46+
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20211015210444-4f30a5c0130f to 0.7.0.
47+
- [Commits](https://github.com/golang/net/commits/v0.7.0)
48+
---
49+
updated-dependencies:
50+
- dependency-name: golang.org/x/net
51+
dependency-type: indirect
52+
...
53+
Signed-off-by: dependabot[bot] <support@github.com>
54+
55+
156
v0.6.12
257

358
- remove newline char in ssm paramter path (oops)

ops/bin/40-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ cd "$(dirname "$(git rev-parse --absolute-git-dir)")" || die "cd to repo root"
1111

1212
# mwahahahaha this is pure evil
1313
unzip dist/hubr-linux.zip || die "unzip hubr"
14-
./hubr push $org/hubr dist/* || die "push"
14+
hubr push $org/hubr dist/* || die "push"
1515

16-
if ./hubr now; then
16+
if hubr now; then
1717
myob-release prod dont-panic
1818
buildkite-agent annotate --style "info" <<🐈
1919
<a href="$(./hubr resolve -w $org/hubr)">$(./hubr resolve $org/hubr)</a>

0 commit comments

Comments
 (0)