Skip to content

Commit

Permalink
DEVOPS-3121 DEVOPS-3122 Update summon-operator crd (#116)
Browse files Browse the repository at this point in the history
* Update summon-operator crd

* Update ci.yml

* update go version

* Create RUNBOOK.md

* add troubleshooting link
  • Loading branch information
vivekjainx86 committed Jun 6, 2022
1 parent 70e4065 commit 43fa485
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 702 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
env:
TOKEN: ${{ secrets.USER_GITHUB_TOKEN }}
steps:
- name: Setup go 1.16
- name: Setup go 1.17
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Install lint
run: |
# binary will be $(go env GOPATH)/bin/golangci-lint
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.41.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.45.2
- name: Run lint
run: |
git config --global url."https://${TOKEN}:x-oauth-basic@github.com/Ridecell".insteadOf "https://github.com/Ridecell"
Expand All @@ -37,10 +37,10 @@ jobs:
env:
TOKEN: ${{ secrets.USER_GITHUB_TOKEN }}
steps:
- name: Setup go 1.16
- name: Setup go 1.17
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
- name: Set up github environment variables
uses: FranzDiebold/github-env-vars-action@v2
- uses: actions/checkout@v2
Expand All @@ -65,4 +65,4 @@ jobs:
mv bin/ridectl.macos bin/ridectl && zip -jrm bin/ridectl_macos.zip bin/ridectl
mv bin/ridectl.linux bin/ridectl && zip -jrm bin/ridectl_linux.zip bin/ridectl
go get github.com/tcnksm/ghr
ghr -c ${CI_SHA_SHORT} ${CI_ACTION_REF_NAME} bin/
ghr -c ${CI_SHA_SHORT} ${CI_ACTION_REF_NAME} bin/
8 changes: 8 additions & 0 deletions RUNBOOK.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Note:
Almost all of the following commands are examples and will **not** work as is, please be sure change arguments as needed.

___

# FAQs and Troubleshooting

\<to be updated\>
63 changes: 56 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,24 +1,73 @@
module github.com/Ridecell/ridectl

go 1.16
go 1.17

require (
github.com/Ridecell/ridecell-controllers v0.0.0-20211019083602-39744a13278a
github.com/Ridecell/summon-operator v0.0.0-20220425105248-3c2f2968cb8a
github.com/aws/aws-sdk-go v1.40.29
github.com/Ridecell/summon-operator v0.0.0-20220606100657-b487f3d79ac9
github.com/aws/aws-sdk-go v1.44.5
github.com/heroku/docker-registry-client v0.0.0-20190909225348-afc9e1acc3d5
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/manifoldco/promptui v0.8.0
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/pterm/pterm v0.12.31
github.com/spf13/cobra v1.2.1
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/api v0.23.6
k8s.io/apimachinery v0.23.6
k8s.io/client-go v13.0.0+incompatible
sigs.k8s.io/controller-runtime v0.9.6
sigs.k8s.io/controller-runtime v0.11.2
)

require (
github.com/atomicgo/cursor v0.0.1 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v0.0.0-20171011171712-7484e51bf6af // indirect
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/googleapis/gnostic v0.5.5 // indirect
github.com/gookit/color v1.4.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
k8s.io/apiextensions-apiserver v0.23.5 // indirect
k8s.io/klog/v2 v2.60.1 // indirect
k8s.io/kube-openapi v0.0.0-20220124234850-424119656bbf // indirect
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace k8s.io/client-go => k8s.io/client-go v0.21.0
Expand Down
Loading

0 comments on commit 43fa485

Please sign in to comment.