Skip to content

Commit a919b34

Browse files
authored
Prepare for release v0.11.0 (#1198)
ProductLine: Stash Release: v2020.09.16 Release-tracker: stashed/CHANGELOG#8 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 33cc313 commit a919b34

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
kmodules.xyz/openshift v0.0.0-20200522123204-ce4abf5433c8
4848
kmodules.xyz/prober v0.0.0-20200521101241-adf06150535c
4949
kmodules.xyz/webhook-runtime v0.0.0-20200522123600-ca70a7e28ed0
50-
stash.appscode.dev/apimachinery v0.10.1-0.20200916073701-0189ba363808
50+
stash.appscode.dev/apimachinery v0.11.0
5151
)
5252

5353
replace bitbucket.org/ww/goautoneg => gomodules.xyz/goautoneg v0.0.0-20120707110453-a547fc61f48d

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,6 @@ sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
10191019
sigs.k8s.io/yaml v1.2.0 h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=
10201020
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
10211021
sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4/go.mod h1:ketZ/q3QxT9HOBeFhu6RdvsftgpsbFHBF5Cas6cDKZ0=
1022-
stash.appscode.dev/apimachinery v0.10.1-0.20200916073701-0189ba363808 h1:pmMhX/9InazS/HxrT5/0/Zlf/EfWcK0MXT3Fqg0ovQk=
1023-
stash.appscode.dev/apimachinery v0.10.1-0.20200916073701-0189ba363808/go.mod h1:Cw+8L2u+1T7ZqfYvB2ktdXD/bsWslXNG/bIhk/sV+qs=
1022+
stash.appscode.dev/apimachinery v0.11.0 h1:ntvpZDGRsM0f99TBMYrvdtPiF7+d/0th13/EW9d978c=
1023+
stash.appscode.dev/apimachinery v0.11.0/go.mod h1:Cw+8L2u+1T7ZqfYvB2ktdXD/bsWslXNG/bIhk/sV+qs=
10241024
vbom.ml/util v0.0.0-20160121211510-db5cfe13f5cc/go.mod h1:so/NYdZXCz+E3ZpW0uAoCj6uzU2+8OWDFv/HxUSs7kI=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ sigs.k8s.io/structured-merge-diff/v3/typed
12231223
sigs.k8s.io/structured-merge-diff/v3/value
12241224
# sigs.k8s.io/yaml v1.2.0
12251225
sigs.k8s.io/yaml
1226-
# stash.appscode.dev/apimachinery v0.10.1-0.20200916073701-0189ba363808
1226+
# stash.appscode.dev/apimachinery v0.11.0
12271227
stash.appscode.dev/apimachinery/apis
12281228
stash.appscode.dev/apimachinery/apis/repositories
12291229
stash.appscode.dev/apimachinery/apis/repositories/install

0 commit comments

Comments
 (0)