Skip to content

Commit

Permalink
Remove upstream specific #2
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Apr 26, 2019
1 parent 25874b7 commit 0b43f42
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 307 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ This release contains a number of fixes and improvements:
- Cannot deploy application from folder upload [\#3188](https://github.com/cloudfoundry-incubator/stratos/pull/3188)
- Fix issue where only first 100 services were shown in service marketplace [\#3161](https://github.com/cloudfoundry-incubator/stratos/pull/3161)
- Fix marketplace provisioning for asynchronous services [\#3086](https://github.com/cloudfoundry-incubator/stratos/pull/3086)
- Fix K8S Services not using correct label to select them [\#129](https://github.com/SUSE/stratos/pull/129)
- Fix issue with large files being sent into request URL [\#90](https://github.com/SUSE/stratos/pull/90)

**Improvements:**
- App Deploy: Add Public GitLab Repository support [\#3239](https://github.com/cloudfoundry-incubator/stratos/pull/3239)
Expand Down Expand Up @@ -108,9 +106,6 @@ This release contains a number of fixes and improvements:
- Add user has roles filter to users tables [\#3258](https://github.com/cloudfoundry-incubator/stratos/pull/3258)
- Deploy App: Add notification toast [\#3242](https://github.com/cloudfoundry-incubator/stratos/pull/3242)
- Update app instance cell data when scaling up [\#3133](https://github.com/cloudfoundry-incubator/stratos/pull/3133)
- Use product branding in place of Stratos [\#126](https://github.com/SUSE/stratos/pull/126)
- Show error on Kubernetes pages and Kubernetes endpoint page [\#96](https://github.com/SUSE/stratos/pull/96)
- Add validation when connecting Kubernetes endpoints [\#94](https://github.com/SUSE/stratos/pull/94)

## 2.2.0

Expand Down Expand Up @@ -375,7 +370,7 @@ This is the first release candidate of Version 2 of Stratos.
The main focus of this release are bug fixes for release.

**Improvements:**
- Add ingress example and docs for kubernetes deloyment [\#2510](https://github.com/cloudfoundry-incubator/stratos/pull/2510)
- Add ingress example and docs for kubernetes deployment [\#2510](https://github.com/cloudfoundry-incubator/stratos/pull/2510)

**Fixed bugs:**
- Fix for app count being stuck after adding an app in org card [\#2511](https://github.com/cloudfoundry-incubator/stratos/pull/2511)
Expand Down
79 changes: 0 additions & 79 deletions docs/connecting-k8s.md

This file was deleted.

175 changes: 0 additions & 175 deletions docs/suse/deploy.md

This file was deleted.

23 changes: 6 additions & 17 deletions src/jetstream/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ require (
github.com/cf-stratos/mysqlstore v0.0.0-20170822100912-304308519d13
github.com/charlievieth/fs v0.0.0-20170613215519-7dc373669fa1 // indirect
github.com/cloudfoundry-community/go-cfenv v1.17.0
github.com/cloudfoundry-incubator/stratos/src/jetstream/plugins/kubernetes v0.0.0-00010101000000-000000000000
github.com/cloudfoundry-incubator/stratos/src/jetstream/plugins/monocular v0.0.0-00010101000000-000000000000
github.com/cloudfoundry-incubator/stratos/src/jetstream/repository/interfaces v0.0.0-00010101000000-000000000000
github.com/cloudfoundry/bosh-cli v5.4.0+incompatible // indirect
github.com/cloudfoundry/bosh-utils v0.0.0-20190206192830-9a0affed2bf1 // indirect
github.com/cloudfoundry/cli-plugin-repo v0.0.0-20190220174354-ecf721ef3813 // indirect
github.com/cloudfoundry/noaa v2.1.0+incompatible
github.com/cloudfoundry/sonde-go v0.0.0-20171206171820-b33733203bb4
github.com/cppforlife/go-patch v0.2.0 // indirect
github.com/cyphar/filepath-securejoin v0.2.2 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/domodwyer/mailyak v3.1.1+incompatible
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20190411002643-bd77b112433e // indirect
Expand All @@ -42,7 +42,9 @@ require (
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/kat-co/vala v0.0.0-20170210184112-42e1d8b61f12
github.com/kubeapps/common v0.0.0-20181107174310-61d8eb6f11b4
github.com/kylelemons/go-gypsy v0.0.0-20160905020020-08cad365cd28 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/lib/pq v1.1.0 // indirect
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/mailru/easyjson v0.0.0-20190221075403-6243d8e04c3f // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
Expand All @@ -52,13 +54,15 @@ require (
github.com/nwaples/rardecode v1.0.0 // indirect
github.com/nwmac/sqlitestore v0.0.0-20180824125213-7d2ab221fb3f
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.3.0
github.com/smartystreets/assertions v0.0.0-20190401211740-f487f9de1cd3 // indirect
github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa
github.com/ulikunitz/xz v0.5.6 // indirect
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20190420063019-afa5a82059c6 // indirect
google.golang.org/appengine v1.5.0 // indirect
Expand All @@ -69,27 +73,12 @@ require (

replace github.com/cloudfoundry-incubator/stratos/src/jetstream/repository/interfaces => ./repository/interfaces

replace github.com/cloudfoundry-incubator/stratos/src/jetstream/plugins/kubernetes => ./plugins/kubernetes

replace github.com/cloudfoundry-incubator/stratos/src/jetstream/plugins/monocular => ./plugins/monocular

replace (
github.com/SermoDigital/jose => github.com/SermoDigital/jose v0.9.2-0.20180104203859-803625baeddc
github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.4.1
github.com/helm/monocular/chartrepo => ./plugins/monocular/chart-repo
github.com/helm/monocular/chartsvc => ./plugins/monocular/chartsvc
github.com/kubernetes-sigs/aws-iam-authenticator => github.com/kubernetes-sigs/aws-iam-authenticator v0.3.1-0.20190111160901-390d9087a4bc
github.com/russross/blackfriday v2.0.0+incompatible => github.com/russross/blackfriday v1.5.2
github.com/sergi/go-diff => github.com/sergi/go-diff v1.0.0
github.com/smartystreets/goconvey => github.com/smartystreets/goconvey v0.0.0-20160503033757-d4c757aa9afd
github.com/spf13/cobra => github.com/spf13/cobra v0.0.3
gopkg.in/DATA-DOG/go-sqlmock.v1 => github.com/DATA-DOG/go-sqlmock v1.1.3
k8s.io/api => k8s.io/api v0.0.0-20190222213804-5cb15d344471
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.0.0-20190221221350-bfb440be4b87
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190221213512-86fb29eff628
k8s.io/apiserver => k8s.io/apiserver v0.0.0-20190221215341-5838f549963b
k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20190221221947-d8fee89e76ca
k8s.io/client-go => k8s.io/client-go v2.0.0-alpha.0.0.20190202011228-6e4752048fde+incompatible
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20180509051136-39cb288412c4
k8s.io/kubernetes => k8s.io/kubernetes v1.13.3
)
Loading

0 comments on commit 0b43f42

Please sign in to comment.