Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 7.11.0 #215

Merged
merged 5 commits into from
Apr 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,3 @@ xdg-open http://$(kubectl get ingress -n che | grep ^che | awk -F ' ' '{ print $
cd olm
./prepare-community-operators-update.sh
```

## 6. Prepare `che-operator` PR
TODO PR
TODO keep up to date files in https://github.com/eclipse/che-operator/pull/197
46 changes: 17 additions & 29 deletions deploy/operator-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,6 @@ spec:
command:
- che-operator
imagePullPolicy: IfNotPresent
# TODO: to be uncommented when issue
# https://github.com/operator-framework/operator-sdk/issues/1234
# is fixed
# readinessProbe:
# exec:
# command:
# - stat
# - /tmp/operator-sdk-ready
# initialDelaySeconds: 4
# periodSeconds: 10
# failureThreshold: 1
env:
- name: WATCH_NAMESPACE
valueFrom:
Expand All @@ -53,25 +42,24 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: "che-operator"
value: che-operator
- name: CHE_VERSION
value: "7.8.0"
value: 7.11.0
- name: IMAGE_default_che_server
value: "quay.io/eclipse/che-server:7.8.0"
value: quay.io/eclipse/che-server:7.11.0
- name: IMAGE_default_plugin_registry
value: "quay.io/eclipse/che-plugin-registry:7.8.0"
value: quay.io/eclipse/che-plugin-registry:7.11.0
- name: IMAGE_default_devfile_registry
value: "quay.io/eclipse/che-devfile-registry:7.8.0"
- name: "IMAGE_default_pvc_jobs"
value: "registry.access.redhat.com/ubi8-minimal:8.1-398"
- name: "IMAGE_default_postgres"
value: "centos/postgresql-96-centos7:9.6"
- name: "IMAGE_default_keycloak"
value: "quay.io/eclipse/che-keycloak:7.8.0"
- name: "IMAGE_default_che_workspace_plugin_broker_metadata"
value: "quay.io/eclipse/che-plugin-metadata-broker:v3.1.0"
- name: "IMAGE_default_che_workspace_plugin_broker_artifacts"
value: "quay.io/eclipse/che-plugin-artifacts-broker:v3.1.0"
- name: "IMAGE_default_che_server_secure_exposer_jwt_proxy_image"
value: "quay.io/eclipse/che-jwtproxy:dbd0578"

value: quay.io/eclipse/che-devfile-registry:7.11.0
- name: IMAGE_default_pvc_jobs
value: registry.access.redhat.com/ubi8-minimal:8.1-407
- name: IMAGE_default_postgres
value: centos/postgresql-96-centos7:9.6
- name: IMAGE_default_keycloak
value: quay.io/eclipse/che-keycloak:7.11.0
- name: IMAGE_default_che_workspace_plugin_broker_metadata
value: quay.io/eclipse/che-plugin-metadata-broker:v3.1.2
- name: IMAGE_default_che_workspace_plugin_broker_artifacts
value: quay.io/eclipse/che-plugin-artifacts-broker:v3.1.2
- name: IMAGE_default_che_server_secure_exposer_jwt_proxy_image
value: quay.io/eclipse/che-jwtproxy:fd94e60
18 changes: 9 additions & 9 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,25 @@ spec:
- name: OPERATOR_NAME
value: che-operator
- name: CHE_VERSION
value: 7.10.0
value: 7.11.0
- name: IMAGE_default_che_server
value: quay.io/eclipse/che-server:7.10.0
value: quay.io/eclipse/che-server:7.11.0
- name: IMAGE_default_plugin_registry
value: quay.io/eclipse/che-plugin-registry:7.10.0
value: quay.io/eclipse/che-plugin-registry:7.11.0
- name: IMAGE_default_devfile_registry
value: quay.io/eclipse/che-devfile-registry:7.10.0
value: quay.io/eclipse/che-devfile-registry:7.11.0
- name: IMAGE_default_pvc_jobs
value: registry.access.redhat.com/ubi8-minimal:8.1-398
value: registry.access.redhat.com/ubi8-minimal:8.1-407
- name: IMAGE_default_postgres
value: centos/postgresql-96-centos7:9.6
- name: IMAGE_default_keycloak
value: quay.io/eclipse/che-keycloak:7.10.0
value: quay.io/eclipse/che-keycloak:7.11.0
- name: IMAGE_default_che_workspace_plugin_broker_metadata
value: quay.io/eclipse/che-plugin-metadata-broker:v3.1.1
value: quay.io/eclipse/che-plugin-metadata-broker:v3.1.2
- name: IMAGE_default_che_workspace_plugin_broker_artifacts
value: quay.io/eclipse/che-plugin-artifacts-broker:v3.1.1
value: quay.io/eclipse/che-plugin-artifacts-broker:v3.1.2
- name: IMAGE_default_che_server_secure_exposer_jwt_proxy_image
value: quay.io/eclipse/che-jwtproxy:810d89c
value: quay.io/eclipse/che-jwtproxy:fd94e60
restartPolicy: Always
serviceAccountName: che-operator
terminationGracePeriodSeconds: 5
72 changes: 72 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
module github.com/eclipse/che-operator

go 1.12

require (
cloud.google.com/go v0.34.0
github.com/PuerkitoBio/purell v1.1.0
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
github.com/davecgh/go-spew v1.1.1
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
github.com/emicklei/go-restful v2.8.0+incompatible
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v0.1.0
github.com/go-logr/zapr v0.1.0
github.com/go-openapi/jsonpointer v0.0.0-20180322222829-3a0015ad55fa
github.com/go-openapi/jsonreference v0.0.0-20180322222742-3fb327e6747d
github.com/go-openapi/spec v0.0.0-20180801175345-384415f06ee2
github.com/go-openapi/swag v0.0.0-20180715190254-becd2f08beaf
github.com/gogo/protobuf v1.2.0
github.com/golang/glog v0.0.0-20141105023935-44145f04b68c
github.com/golang/groupcache v0.0.0-20181024230925-c65c006176ff
github.com/golang/protobuf v1.2.0
github.com/google/btree v1.0.0
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367
github.com/google/uuid v1.1.0
github.com/googleapis/gnostic v0.2.0
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
github.com/hashicorp/golang-lru v0.5.0
github.com/imdario/mergo v0.3.6
github.com/json-iterator/go v1.1.5
github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
github.com/openshift/api v0.0.0-20190907160150-763878ba9fae
github.com/operator-framework/operator-sdk v0.5.0
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709
github.com/petar/GoLLRB v0.0.0-20130427215148-53be0d36a84c
github.com/peterbourgon/diskv v2.0.1+incompatible
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
github.com/prometheus/common v0.0.0-20190304134840-bf857faf2086
github.com/prometheus/procfs v0.0.0-20190225181712-6ed1f7e10411
github.com/sirupsen/logrus v1.2.0
github.com/spf13/pflag v1.0.3
go.uber.org/atomic v1.3.2
go.uber.org/multierr v1.1.0
go.uber.org/zap v1.9.1
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
golang.org/x/net v0.0.0-20190107210223-45ffb0cd1ba0
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890
golang.org/x/sys v0.0.0-20190107173414-20be8e55dc7b
golang.org/x/text v0.3.0
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c
golang.org/x/tools v0.0.0-20190107155254-e063def13b29
google.golang.org/appengine v1.4.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/inf.v0 v0.9.0
gopkg.in/yaml.v2 v2.2.2
k8s.io/api v0.0.0-20181126151915-b503174bad59
k8s.io/apimachinery v0.0.0-20181126123746-eddba98df674
k8s.io/client-go v0.0.0-20181126152608-d082d5923d3c
k8s.io/code-generator v0.0.0-20180823001027-3dcf91f64f63
k8s.io/gengo v0.0.0-20181113154421-fd15ee9cc2f7
k8s.io/klog v0.1.0
k8s.io/kube-openapi v0.0.0-20181114233023-0317810137be
sigs.k8s.io/controller-runtime v0.1.8
)
Loading