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

Updated Dependencies #134

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f5b0fbc
ci(dependabot): add dependabot configuration
aschaber1 Sep 28, 2023
02a589e
Bump helm/chart-releaser-action from 1.4.1 to 1.5.0
dependabot[bot] Sep 28, 2023
0b85e74
Bump actions/checkout from 1 to 4
dependabot[bot] Sep 28, 2023
54592c0
Bump actions/setup-go from 3 to 4
dependabot[bot] Sep 28, 2023
5bc5fee
Bump golang.org/x/text from 0.3.2 to 0.3.8
dependabot[bot] Sep 28, 2023
3bcac55
Merge pull request #1 from aschaber1/dependabot/github_actions/master…
aschaber1 Sep 28, 2023
61ee201
Merge pull request #2 from aschaber1/dependabot/github_actions/master…
aschaber1 Sep 28, 2023
2ad3a48
Merge pull request #3 from aschaber1/dependabot/github_actions/master…
aschaber1 Sep 28, 2023
004967f
Merge pull request #4 from aschaber1/dependabot/go_modules/golang.org…
aschaber1 Sep 28, 2023
f6c43e3
Bump golang.org/x/crypto from 0.0.0-20200414173820-0848c9571904 to 0.1.0
dependabot[bot] Sep 28, 2023
346958c
Bump github.com/lib/pq from 1.3.0 to 1.10.9
dependabot[bot] Sep 28, 2023
542e419
Bump github.com/emicklei/go-restful
dependabot[bot] Sep 28, 2023
f01233a
Merge pull request #7 from aschaber1/dependabot/go_modules/golang.org…
aschaber1 Sep 28, 2023
60534d6
Merge pull request #15 from aschaber1/dependabot/go_modules/github.co…
aschaber1 Sep 28, 2023
a5a6a95
Merge pull request #12 from aschaber1/dependabot/go_modules/master/gi…
aschaber1 Sep 28, 2023
b290b60
Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2
dependabot[bot] Sep 28, 2023
aa557ee
Merge pull request #9 from aschaber1/dependabot/go_modules/github.com…
aschaber1 Sep 28, 2023
9926345
Bump github.com/go-openapi/spec from 0.19.4 to 0.20.9
dependabot[bot] Sep 28, 2023
4ff6890
Merge pull request #8 from aschaber1/dependabot/go_modules/master/git…
aschaber1 Sep 28, 2023
5801035
Bump golang.org/x/net from 0.0.0-20200301022130-244492dfa37a to 0.7.0
dependabot[bot] Sep 28, 2023
a9d0b66
Merge pull request #6 from aschaber1/dependabot/go_modules/golang.org…
aschaber1 Sep 28, 2023
0dc83bd
Bump github.com/prometheus/client_golang from 1.5.1 to 1.11.1
dependabot[bot] Sep 28, 2023
e2a936d
Merge pull request #10 from aschaber1/dependabot/go_modules/github.co…
aschaber1 Sep 28, 2023
b55c599
Bump github.com/golang/mock from 1.3.1 to 1.6.0
dependabot[bot] Sep 28, 2023
da986d8
Merge pull request #13 from aschaber1/dependabot/go_modules/master/gi…
aschaber1 Sep 28, 2023
345d34d
Bump github.com/onsi/ginkgo from 1.12.0 to 1.16.5
dependabot[bot] Sep 28, 2023
da3153e
Merge pull request #16 from aschaber1/dependabot/go_modules/master/gi…
aschaber1 Sep 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
target-branch: "master"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
labels:
- dependencies
- package-ecosystem: "docker"
target-branch: "master"
directory: "/build"
schedule:
interval: "daily"
open-pull-requests-limit: 10
labels:
- dependencies
- package-ecosystem: "gomod"
target-branch: "master"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
labels:
- dependencies
4 changes: 2 additions & 2 deletions .github/workflows/chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -28,7 +28,7 @@ jobs:
version: v3.10.0

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.1
uses: helm/chart-releaser-action@v1.5.0
with:
charts_dir: charts
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Generate Docker Tag
run: |
echo ${{ github.ref }} | cut -d '/' -f 3 > DOCKER_TAG
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Go test
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '1.18.1'
- run: |
Expand All @@ -18,7 +18,7 @@ jobs:
name: Go build
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '1.18.1'
- run: |
Expand Down
54 changes: 28 additions & 26 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ go 1.18

require (
github.com/go-logr/logr v0.1.0
github.com/go-openapi/spec v0.19.4
github.com/golang/mock v1.3.1
github.com/lib/pq v1.3.0
github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega v1.9.0
github.com/go-openapi/spec v0.20.9
github.com/golang/mock v1.6.0
github.com/lib/pq v1.10.9
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.10.1
github.com/operator-framework/operator-sdk v0.18.0
github.com/spf13/pflag v1.0.5
k8s.io/api v0.18.2
Expand All @@ -25,56 +25,58 @@ require (
github.com/Azure/go-autorest/autorest/date v0.2.0 // indirect
github.com/Azure/go-autorest/logger v0.1.0 // indirect
github.com/Azure/go-autorest/tracing v0.5.0 // indirect
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/coreos/prometheus-operator v0.38.1-0.20200424145508-7e176fda06cc // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/emicklei/go-restful v2.11.1+incompatible // indirect
github.com/emicklei/go-restful v2.16.0+incompatible // indirect
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-logr/zapr v0.1.1 // indirect
github.com/go-openapi/jsonpointer v0.19.3 // indirect
github.com/go-openapi/jsonreference v0.19.3 // indirect
github.com/go-openapi/swag v0.19.5 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/go-openapi/swag v0.19.15 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.5 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/gophercloud/gophercloud v0.6.0 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/hpcloud/tail v1.0.0 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/json-iterator/go v1.1.9 // indirect
github.com/mailru/easyjson v0.7.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.5.1 // indirect
github.com/prometheus/client_golang v1.11.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.9.1 // indirect
github.com/prometheus/procfs v0.0.8 // indirect
github.com/prometheus/common v0.26.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
go.uber.org/atomic v1.6.0 // indirect
go.uber.org/multierr v1.5.0 // indirect
go.uber.org/zap v1.14.1 // indirect
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904 // indirect
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
golang.org/x/sys v0.0.0-20220405052023-b1e9470b6e64 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gomodules.xyz/jsonpatch/v2 v2.0.1 // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/protobuf v1.26.0-rc.1 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/klog v1.0.0 // indirect
k8s.io/kube-state-metrics v1.7.2 // indirect
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89 // indirect
Expand Down
Loading