dependabot[bot]
0132c8fc2d
build(deps): bump github/codeql-action from 3.28.9 to 3.28.11 ( #4038 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.9 to 3.28.11.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](9e8d0789d4...6bb031afdd )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Márk Sági-Kazár
0d8a0d282c
Merge pull request #4000 from Dex-Team-Search/fix-makefile-path
...
Fix Makefile to Support Spaces in Paths
1 year ago
Ethan Dieterich
246fa79967
Makefile: Do not export SHELL
...
The intent for exporting the SHELL variable is to ensure that all
Makefile target comands are run with the amended PATH value that is
set via the "export PATH := ..." directive.
However, exporting PATH value is all that is necessary to ensure that
all target commands run with the amended PATH. It is not necessary to
*also* export a SHELL command that explicitly sets the PATH value.
Specifically: setting SHELL to use "env" to set the PATH environment
variable gets difficult if the PATH includes whitespace. make's
assignment right hand side parsing does not treat quotes as delimiters
of tokens. For example, the following directive in a Makefile results
in the FOO variable having 3 tokens, not 2:
FOO := bar "baz yow"
Therefore, achieving the overall goal of amending the PATH for all
Makefile target commands -- even if the PATH includes whitespace -- is
best achieved simply by not exporting the SHELL.
Signed-off-by: Ethan Dieterich <ethandieterich@gmail.com>
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 year ago
Maksim Nabokikh
a4449010a4
k8s storage: Request only one object to check if API exists ( #4027 )
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
1 year ago
dependabot[bot]
d6d0f29ab7
build(deps): bump sigstore/cosign-installer from 3.8.0 to 3.8.1 ( #4001 )
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](c56c2d3e59...d7d6bc7722 )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
f442da4343
build(deps): bump golang from 1.24.0-alpine3.20 to 1.24.1-alpine3.20 ( #4021 )
...
Bumps golang from 1.24.0-alpine3.20 to 1.24.1-alpine3.20.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Massimiliano Filacchioni
6e0cbdf972
Generate access tokens for implicit & hybrid flows only when needed ( #3857 )
...
Avoid access token generation when response_type is either "id_token"
(for implicit flow) or "code id_token" (for hybrid flow).
Signed-off-by: Massimiliano Filacchioni <m.filacchioni@gmail.com>
1 year ago
dependabot[bot]
0f7554f001
build(deps): bump github.com/go-jose/go-jose/v4 ( #4007 )
...
Bumps the go_modules group in /examples with 1 update: [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose ).
Updates `github.com/go-jose/go-jose/v4` from 4.0.2 to 4.0.5
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-jose/go-jose/compare/v4.0.2...v4.0.5 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v4
dependency-type: indirect
dependency-group: go_modules
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
01f5e4c490
build(deps): bump github.com/go-jose/go-jose/v4 in the go_modules group ( #4008 )
...
Bumps the go_modules group with 1 update: [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose ).
Updates `github.com/go-jose/go-jose/v4` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-jose/go-jose/compare/v4.0.4...v4.0.5 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v4
dependency-type: direct:production
dependency-group: go_modules
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Márk Sági-Kazár
65814bbd77
Merge pull request #3994 from dexidp/dependabot/go_modules/google.golang.org/api-0.222.0
...
build(deps): bump google.golang.org/api from 0.221.0 to 0.222.0
1 year ago
Márk Sági-Kazár
535aa5a76b
Merge pull request #3995 from dexidp/dependabot/go_modules/github.com/prometheus/client_golang-1.21.0
...
build(deps): bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0
1 year ago
Márk Sági-Kazár
929f933c70
Merge pull request #3996 from dexidp/dependabot/go_modules/examples/github.com/dexidp/dex/api/v2-2.3.0
...
build(deps): bump github.com/dexidp/dex/api/v2 from 2.2.0 to 2.3.0 in /examples
1 year ago
Márk Sági-Kazár
0f2d48c84c
Merge pull request #3997 from dexidp/dependabot/github_actions/docker/build-push-action-6.14.0
...
build(deps): bump docker/build-push-action from 6.13.0 to 6.14.0
1 year ago
Márk Sági-Kazár
de8675043e
Merge pull request #3998 from dexidp/dependabot/github_actions/actions/cache-4.2.1
...
build(deps): bump actions/cache from 4.2.0 to 4.2.1
1 year ago
dependabot[bot]
ff58c43676
build(deps): bump actions/cache from 4.2.0 to 4.2.1
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](1bd1e32a3b...0c907a75c2 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
829accbeb5
build(deps): bump docker/build-push-action from 6.13.0 to 6.14.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.13.0 to 6.14.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](ca877d9245...0adf995921 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
d07019f546
build(deps): bump github.com/dexidp/dex/api/v2 in /examples
...
Bumps [github.com/dexidp/dex/api/v2](https://github.com/dexidp/dex ) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/dexidp/dex/releases )
- [Commits](https://github.com/dexidp/dex/compare/v2.2.0...v2.3.0 )
---
updated-dependencies:
- dependency-name: github.com/dexidp/dex/api/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
be66326074
build(deps): bump github.com/prometheus/client_golang
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.20.5 to 1.21.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.20.5...v1.21.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
5f2e16d3fd
build(deps): bump google.golang.org/api from 0.221.0 to 0.222.0
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.221.0 to 0.222.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.221.0...v0.222.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Mark Sagi-Kazar
7d1a7473c8
chore: update api
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 year ago
Márk Sági-Kazár
38ca3ed3df
Merge pull request #3991 from dexidp/dependabot/go_modules/github.com/go-sql-driver/mysql-1.9.0
...
build(deps): bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.0
1 year ago
Márk Sági-Kazár
ce8744053c
Merge pull request #3987 from dexidp/dependabot/go_modules/github.com/spf13/cobra-1.9.1
...
build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1
1 year ago
Márk Sági-Kazár
e0ad6272e6
Merge pull request #3992 from dexidp/dependabot/docker/golang-79f7ffe
...
build(deps): bump golang from `9fed402` to `79f7ffe`
1 year ago
Márk Sági-Kazár
03a960aa54
Merge pull request #3986 from dexidp/dependabot/docker/alpine-3.21.3
...
build(deps): bump alpine from 3.21.2 to 3.21.3
1 year ago
dependabot[bot]
0d58dc3007
build(deps): bump alpine from 3.21.2 to 3.21.3
...
Bumps alpine from 3.21.2 to 3.21.3.
---
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
480e09ef87
build(deps): bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.0
...
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql ) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/go-sql-driver/mysql/releases )
- [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md )
- [Commits](https://github.com/go-sql-driver/mysql/compare/v1.8.1...v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/go-sql-driver/mysql
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
4046df9528
build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.8.1 to 1.9.1.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
0da912a163
build(deps): bump golang from `9fed402` to `79f7ffe`
...
Bumps golang from `9fed402` to `79f7ffe`.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Márk Sági-Kazár
38fb9f96cd
Merge pull request #3993 from dexidp/go124
...
Update Go to 1.24
1 year ago
Mark Sagi-Kazar
4b0133c437
chore: format flake.nix
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 year ago
Mark Sagi-Kazar
03e18fd446
build: add ent as a tool to go.mod
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 year ago
Mark Sagi-Kazar
a087289a8f
build: tidy dependencies
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 year ago
Mark Sagi-Kazar
3ab44d6d9a
build: update ent to 0.14.2
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 year ago
Mark Sagi-Kazar
76de7b3920
build: update Go to 1.24
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 year ago
dependabot[bot]
f7b509b2ca
build(deps): bump golang from 1.23.6-alpine3.20 to 1.24.0-alpine3.20 ( #3984 )
...
Bumps golang from 1.23.6-alpine3.20 to 1.24.0-alpine3.20.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
a02cf27806
build(deps): bump github.com/spf13/cobra in /examples ( #3988 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.8.1 to 1.9.1.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Márk Sági-Kazár
487717d61e
Merge pull request #3944 from dexidp/dependabot/go_modules/api/v2/google.golang.org/grpc-1.70.0
...
build(deps): bump google.golang.org/grpc from 1.69.4 to 1.70.0 in /api/v2
1 year ago
dependabot[bot]
a95d51f17b
build(deps): bump google.golang.org/grpc in /api/v2
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.69.4 to 1.70.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.69.4...v1.70.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Márk Sági-Kazár
56218f659e
Merge pull request #3976 from dexidp/dependabot/go_modules/api/v2/google.golang.org/protobuf-1.36.5
...
build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.36.5 in /api/v2
1 year ago
dependabot[bot]
d7ef296b80
build(deps): bump google.golang.org/protobuf in /api/v2
...
Bumps google.golang.org/protobuf from 1.35.1 to 1.36.5.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Márk Sági-Kazár
e5322bd6cd
Merge pull request #3985 from dexidp/dependabot/go_modules/google.golang.org/api-0.221.0
...
build(deps): bump google.golang.org/api from 0.220.0 to 0.221.0
1 year ago
dependabot[bot]
4d9fae905f
build(deps): bump google.golang.org/api from 0.220.0 to 0.221.0
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.220.0 to 0.221.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.220.0...v0.221.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Márk Sági-Kazár
3838e0679d
Merge pull request #3981 from dexidp/dependabot/github_actions/github/codeql-action-3.28.9
...
build(deps): bump github/codeql-action from 3.28.8 to 3.28.9
1 year ago
Márk Sági-Kazár
0dfe9d8d66
Merge pull request #3980 from dexidp/dependabot/go_modules/golang.org/x/crypto-0.33.0
...
build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0
1 year ago
Márk Sági-Kazár
8eea6a3fcc
Merge pull request #3978 from dexidp/dependabot/github_actions/docker/setup-qemu-action-3.4.0
...
build(deps): bump docker/setup-qemu-action from 3.3.0 to 3.4.0
1 year ago
Márk Sági-Kazár
1a7fce079d
Merge pull request #3977 from dexidp/dependabot/github_actions/docker/setup-buildx-action-3.9.0
...
build(deps): bump docker/setup-buildx-action from 3.8.0 to 3.9.0
1 year ago
Márk Sági-Kazár
fd92cfb883
Merge pull request #3975 from dexidp/dependabot/go_modules/google.golang.org/protobuf-1.36.5
...
build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5
1 year ago
dependabot[bot]
fe40242b60
build(deps): bump github/codeql-action from 3.28.8 to 3.28.9
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.8 to 3.28.9.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](dd746615b3...9e8d0789d4 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
e6c76377d7
build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.32.0 to 0.33.0.
- [Commits](https://github.com/golang/crypto/compare/v0.32.0...v0.33.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
00069de568
build(deps): bump docker/setup-qemu-action from 3.3.0 to 3.4.0
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](53851d1459...4574d27a47 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago