Skip to content

Commit 250372c

Browse files
authored
Prepare for release v0.10.0-beta.1 (#27)
ProductLine: Stash Release: v2020.07.09-beta.0 Release-tracker: stashed/CHANGELOG#2 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 3728110 commit 250372c

20 files changed

Lines changed: 65 additions & 265 deletions

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ require (
2020
kmodules.xyz/objectstore-api v0.0.0-20200521103120-92080446e04d
2121
kmodules.xyz/offshoot-api v0.0.0-20200521035628-e135bf07b226
2222
kmodules.xyz/openshift v0.0.0-20200522123204-ce4abf5433c8
23-
stash.appscode.dev/apimachinery v0.10.0-beta.0
24-
stash.appscode.dev/stash v0.9.0-rc.6.0.20200522144808-7d851e537e77
23+
stash.appscode.dev/apimachinery v0.10.0-beta.1
24+
stash.appscode.dev/stash v0.10.0-beta.1
2525
)
2626

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

go.sum

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,7 @@ github.com/kubernetes-csi/csi-lib-utils v0.7.0/go.mod h1:bze+2G9+cmoHxN6+WyG1qT4
418418
github.com/kubernetes-csi/csi-test v2.0.0+incompatible/go.mod h1:YxJ4UiuPWIhMBkxUKY5c267DyA0uDZ/MtAimhx/2TA0=
419419
github.com/kubernetes-csi/external-snapshotter/v2 v2.1.1-0.20200521091436-82ef6e66e992 h1:sexeZ+nJGZ82bvi1y15N4eX1r1YAU8LbIREyzSl6sfE=
420420
github.com/kubernetes-csi/external-snapshotter/v2 v2.1.1-0.20200521091436-82ef6e66e992/go.mod h1:gozodYSVrG83vojQOd8N2LruDu5Z+piDsIDPtmIuKgg=
421-
github.com/kubernetes-incubator/service-catalog v0.2.3/go.mod h1:D0CRODiXUJs6VCZDB15TmCkesbuizkac9fYEiTA78BA=
422421
github.com/kubernetes-sigs/go-open-service-broker-client v0.0.0-20190909175253-906fa5f9c249/go.mod h1:s8wBC55/DEkNa3YMY1WLgpT33Ghpmw7v+waIxh15dYI=
423-
github.com/kubernetes-sigs/service-catalog v0.2.3/go.mod h1:fmRsWJ38Od93DQ7cOXR9mMSSwmjyDS1EAomWxBlumuo=
424422
github.com/kubernetes-sigs/service-catalog v0.3.0/go.mod h1:zRfgMd1T9HuXR24Qj4GOu/TGWABVGw62MGlyHVcpWnU=
425423
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348/go.mod h1:B69LEHPfb2qLo0BaaOLcbitczOKLWTsrBG9LczfCD4k=
426424
github.com/libopenstorage/openstorage v1.0.0/go.mod h1:Sp1sIObHjat1BeXhfMqLZ14wnOzEhNx2YQedreMcUyc=
@@ -509,8 +507,6 @@ github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1Cpa
509507
github.com/onsi/gomega v1.5.0 h1:izbySO9zDPmjJ8rDjLvkA2zJHIo+HkYXHnf7eN7SSyo=
510508
github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
511509
github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
512-
github.com/onsi/gomega v1.7.1 h1:K0jcRCwNQM3vFGh1ppMtDh/+7ApJrjldlX8fA0jDTLQ=
513-
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
514510
github.com/onsi/gomega v1.8.1 h1:C5Dqfs/LeauYDX0jJXIe2SWmwCbGzx9yF8C8xy3Lh34=
515511
github.com/onsi/gomega v1.8.1/go.mod h1:Ho0h+IUsWyvy1OpqCwxlQ/21gkhVunqlU8fDGcoTdcA=
516512
github.com/opencontainers/go-digest v1.0.0-rc1/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s=
@@ -821,7 +817,6 @@ golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72/go.mod h1:b+2E5dAYhXwXZwtn
821817
golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
822818
golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
823819
golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
824-
golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
825820
golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
826821
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
827822
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
@@ -962,8 +957,6 @@ kmodules.xyz/client-go v0.0.0-20200630053911-20d035822d35 h1:gDzZWVvgAaEBzo4lxMG
962957
kmodules.xyz/client-go v0.0.0-20200630053911-20d035822d35/go.mod h1:sY/eoe4ktxZEoHpr5NpAQ5s22VSwTE8psJtKVeVgLRY=
963958
kmodules.xyz/constants v0.0.0-20200506032633-a21e58ceec72/go.mod h1:DbiFk1bJ1KEO94t1SlAn7tzc+Zz95rSXgyUKa2nzPmY=
964959
kmodules.xyz/crd-schema-fuzz v0.0.0-20200521005638-2433a187de95/go.mod h1:jpu8xFsDKd6kAWUAKk8oTu/GQGBWqhrcaDeOJdaCJnk=
965-
kmodules.xyz/custom-resources v0.0.0-20200521070540-2221c4957ef6 h1:7FNWsFr2umNrleWVyyI4Jn+VSqOknwpm/ztzuK6hpKA=
966-
kmodules.xyz/custom-resources v0.0.0-20200521070540-2221c4957ef6/go.mod h1:Bxegf34XIvMnFwtWbi/6tcED3IivXDTzK+yYLP0LETo=
967960
kmodules.xyz/custom-resources v0.0.0-20200604135349-9e9f5c4fdba9 h1:W+k1qhU0W1rptia2PWPOb7IWUvWnf31EMnatXt7MW6w=
968961
kmodules.xyz/custom-resources v0.0.0-20200604135349-9e9f5c4fdba9/go.mod h1:bu1V7HdnuHc1hgvbqAdcwTViQ0TfZwF3Nu/SjB4vai4=
969962
kmodules.xyz/objectstore-api v0.0.0-20200521103120-92080446e04d h1:ud3XDScnBdD5q6nLQI/tHLSbuuSwIFaav6IhcQAz2qA=
@@ -1000,10 +993,8 @@ sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
1000993
sigs.k8s.io/yaml v1.2.0 h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=
1001994
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
1002995
sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4/go.mod h1:ketZ/q3QxT9HOBeFhu6RdvsftgpsbFHBF5Cas6cDKZ0=
1003-
stash.appscode.dev/apimachinery v0.9.0-rc.6.0.20200522135619-e81205a3590e h1:alLoortY+IBpNIXr3/k1w3ffzN7MKI9wE94uxkXmoPo=
1004-
stash.appscode.dev/apimachinery v0.9.0-rc.6.0.20200522135619-e81205a3590e/go.mod h1:aChnMhHqbdaYqQ2ZQ8GIKgVHQrhOd8su54rDdYtJZ/k=
1005-
stash.appscode.dev/apimachinery v0.10.0-beta.0 h1:gIn9ai1ipjgGImTXJseOsucv3rJmQC4/34kihUWul4g=
1006-
stash.appscode.dev/apimachinery v0.10.0-beta.0/go.mod h1:v3rBovazmdCv/9rAA5U7LpDRFhVqcLsagnLlbPfD2Eg=
1007-
stash.appscode.dev/stash v0.9.0-rc.6.0.20200522144808-7d851e537e77 h1:igpICt/il1HNaFc30ofh65ysEjgePegcDQyO/5TjOog=
1008-
stash.appscode.dev/stash v0.9.0-rc.6.0.20200522144808-7d851e537e77/go.mod h1:Vm3LiKGmKk+6fqjuSmehWa/bvnW1cAVnf26VoduaXIA=
996+
stash.appscode.dev/apimachinery v0.10.0-beta.1 h1:R1IhAhZ/iUbs2M+v9LYJacDCOmc4lk00JzSjVBrxOG0=
997+
stash.appscode.dev/apimachinery v0.10.0-beta.1/go.mod h1:v3rBovazmdCv/9rAA5U7LpDRFhVqcLsagnLlbPfD2Eg=
998+
stash.appscode.dev/stash v0.10.0-beta.1 h1:8XZkMwUjVWEul2J1pfjw5HXLDBTHDCWvhrNRPt4qeF8=
999+
stash.appscode.dev/stash v0.10.0-beta.1/go.mod h1:BCQ3neoNjAfKGfkztVecCbTw4jy5b6Ppzc+eyCFRLsM=
10091000
vbom.ml/util v0.0.0-20160121211510-db5cfe13f5cc/go.mod h1:so/NYdZXCz+E3ZpW0uAoCj6uzU2+8OWDFv/HxUSs7kI=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ sigs.k8s.io/kustomize/pkg/types
609609
sigs.k8s.io/structured-merge-diff/v3/value
610610
# sigs.k8s.io/yaml v1.2.0
611611
sigs.k8s.io/yaml
612-
# stash.appscode.dev/apimachinery v0.10.0-beta.0
612+
# stash.appscode.dev/apimachinery v0.10.0-beta.1
613613
stash.appscode.dev/apimachinery/apis
614614
stash.appscode.dev/apimachinery/apis/repositories
615615
stash.appscode.dev/apimachinery/apis/repositories/v1alpha1
@@ -632,7 +632,7 @@ stash.appscode.dev/apimachinery/client/listers/stash/v1beta1
632632
stash.appscode.dev/apimachinery/crds
633633
stash.appscode.dev/apimachinery/pkg/docker
634634
stash.appscode.dev/apimachinery/pkg/restic
635-
# stash.appscode.dev/stash v0.9.0-rc.6.0.20200522144808-7d851e537e77
635+
# stash.appscode.dev/stash v0.10.0-beta.1
636636
stash.appscode.dev/stash/pkg/cli
637637
stash.appscode.dev/stash/pkg/registry/snapshot
638638
stash.appscode.dev/stash/pkg/util

vendor/stash.appscode.dev/stash/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## License
2+
3+
Source code in this repository is licensed under the PolyForm Noncommercial License 1.0.0. You may obtain a copy of the License at
4+
5+
- [PolyForm-Noncommercial-1.0.0](https://github.com/appscode/licenses/raw/1.0.0/PolyForm-Noncommercial-1.0.0.md)
6+
7+
Binaries and Docker images produced by the build process are dually licensed under the PolyForm Noncommercial License 1.0.0 and the AppsCode Free Trial License 1.0.0. You may obtain a copy of these Licenses at
8+
9+
- [PolyForm-Noncommercial-1.0.0](https://github.com/appscode/licenses/raw/1.0.0/PolyForm-Noncommercial-1.0.0.md)
10+
- [AppsCode-Free-Trial-1.0.0](https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Free-Trial-1.0.0.md)

vendor/stash.appscode.dev/stash/pkg/cli/env.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
Copyright The Stash Authors.
2+
Copyright AppsCode Inc. and Contributors
33
4-
Licensed under the Apache License, Version 2.0 (the "License");
4+
Licensed under the PolyForm Noncommercial License 1.0.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
8-
http://www.apache.org/licenses/LICENSE-2.0
8+
https://github.com/appscode/licenses/raw/1.0.0/PolyForm-Noncommercial-1.0.0.md
99
1010
Unless required by applicable law or agreed to in writing, software
1111
distributed under the License is distributed on an "AS IS" BASIS,

vendor/stash.appscode.dev/stash/pkg/cli/restic.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
Copyright The Stash Authors.
2+
Copyright AppsCode Inc. and Contributors
33
4-
Licensed under the Apache License, Version 2.0 (the "License");
4+
Licensed under the PolyForm Noncommercial License 1.0.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
8-
http://www.apache.org/licenses/LICENSE-2.0
8+
https://github.com/appscode/licenses/raw/1.0.0/PolyForm-Noncommercial-1.0.0.md
99
1010
Unless required by applicable law or agreed to in writing, software
1111
distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)