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

Revert "MGMT-16262: Create a utility that fetches current OCP releases from OpenShift API and updates DB (#5916)" #6033

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -126,7 +126,7 @@ endif
# Operator Vars - these must be kept up to date
BUNDLE_CHANNELS ?= alpha,ocm-2.10
BUNDLE_OUTPUT_DIR ?= deploy/olm-catalog
BUNDLE_METADATA_OPTS ?= --channels=$(BUNDLE_CHANNELS) --default-channel=alpha
BUNDLE_METADATA_OPTS ?= --channels=$(BUNDLE_CHANNELS) --default-channel=ocm-2.10

# We decided to have an option to change replicas count only while running locally
# check if SERVICE_REPLICAS_COUNT was set and if yes change default value to required one
Expand Down
22 changes: 1 addition & 21 deletions OWNERS_ALIASES
Expand Up @@ -3,31 +3,11 @@
aliases:
approvers:
- romfreiman
- avishayt
- eranco74
- oourfali
- gamli75
- ori-amizur
- tsorya
- nmagnezi
- carbonin
- danielerez
- omertuc
- eliorerz
- osherdp
- vrutkovs
- paul-maidment
- jhernand
- rccrdpccl
- adriengentil
- CrystalChun
- javipolo
- danmanor
- eifrach
emeritus_approvers:
- empovit
- yevgeny-shnaidman
- rwsu
- lranjbar
- pawanpinjarkar
- sagidayan
- ybettan
1 change: 0 additions & 1 deletion api/go.mod
Expand Up @@ -30,7 +30,6 @@ require (
github.com/jinzhu/now v1.1.4 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
Expand Down
2 changes: 0 additions & 2 deletions api/go.sum
Expand Up @@ -154,8 +154,6 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mailru/easyjson v0.7.6/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
Expand Down
6 changes: 0 additions & 6 deletions api/vendor/github.com/lib/pq/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions api/vendor/github.com/lib/pq/LICENSE.md

This file was deleted.

36 changes: 0 additions & 36 deletions api/vendor/github.com/lib/pq/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions api/vendor/github.com/lib/pq/TESTS.md

This file was deleted.