nirav-rafay
a080792898
(docs): updated changelogs ( #331 )
...
Signed-off-by: nirparikh05 <nir.parikh05@gmail.com >
Co-authored-by: nirparikh05 <nir.parikh05@gmail.com >
v0.2.8
2024-06-14 15:59:10 +05:30
dependabot[bot]
4771a76ebc
chore(deps): Bump aquasecurity/trivy-action from 0.21.0 to 0.22.0
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.21.0...0.22.0 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-10 10:13:53 +05:30
dependabot[bot]
b5137b489a
chore(deps): Bump github.com/jackc/pgx/v4 from 4.13.0 to 4.18.2 ( #326 )
...
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx ) from 4.13.0 to 4.18.2.
- [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v4.13.0...v4.18.2 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 13:16:43 +05:30
dependabot[bot]
a3d780662f
chore(deps): Bump aquasecurity/trivy-action from 0.19.0 to 0.21.0 ( #323 )
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.19.0 to 0.21.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.19.0...0.21.0 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
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>
2024-06-03 13:11:08 +05:30
dependabot[bot]
5094cb0609
chore(deps): Bump golangci/golangci-lint-action from 4 to 6 ( #319 )
...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from 4 to 6.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 12:57:37 +05:30
Nirav Parikh
dd563582d0
adding permissions for cli.config.read and code fix for non admin use… ( #313 )
...
* adding permissions for cli.config.read and code fix for non admin users cli config download
Signed-off-by: Nirav Parikh <nir.parikh05@gmail.com >
* includes changes for nix, go version 1.21 and addressed review comments
Signed-off-by: nirparikh05 <nir.parikh05@gmail.com >
* fixed lints
Signed-off-by: nirparikh05 <nir.parikh05@gmail.com >
---------
Signed-off-by: Nirav Parikh <nir.parikh05@gmail.com >
Signed-off-by: nirparikh05 <nir.parikh05@gmail.com >
2024-06-03 12:57:00 +05:30
t-cool
adc7007a25
docs: fix broken link in README ( #324 )
...
Signed-off-by: t-cool <hiroki802@hotmail.com >
2024-06-03 12:43:34 +05:30
dependabot[bot]
f5a6155669
chore(deps): Bump docker/login-action from 3.1.0 to 3.2.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](e92390c5fb...0d4c9c5ea7 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-03 12:36:20 +05:30
Akshay Gaikwad
ccec5c3c18
fix: unable to create/update project when roles specified ( #314 )
...
Crate or Update project with roles association provided under
`projectNamespaceRoles` was failing due to empty group name passed to
Casbin. It fixes minor bug getting group name.
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com >
2024-05-31 14:50:16 +05:30
Akshay Gaikwad
2aec54d232
chore: add community meeting ics file ( #322 )
...
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com >
2024-05-27 12:23:51 +05:30
Dhruv Jain
ca4e2c6131
refactor: remove unused func/var/methods ( #315 )
...
Signed-off-by: Dhruv Jain <92215138+jaydee029@users.noreply.github.com >
2024-04-25 12:16:15 +05:30
Dhruv Jain
d705c16ced
ci: add golangci-lint ( #311 )
...
Signed-off-by: Dhruv Jain <92215138+jaydee029@users.noreply.github.com >
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com >
Co-authored-by: Akshay Gaikwad <akgaikwad001@gmail.com >
2024-04-18 11:46:40 +05:30
dependabot[bot]
95cf882e62
chore(deps): Bump aquasecurity/trivy-action from 0.18.0 to 0.19.0
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.18.0...0.19.0 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-18 11:40:01 +05:30
dependabot[bot]
b65d803d1d
chore(deps): Bump sigstore/cosign-installer from 3.4.0 to 3.5.0
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.4.0...v3.5.0 )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-18 11:35:53 +05:30
dependabot[bot]
20fc788c6a
chore(deps): Bump aquasecurity/trivy-action from 0.17.0 to 0.18.0 ( #302 )
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.17.0...0.18.0 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
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>
2024-03-21 12:25:06 +05:30
dependabot[bot]
78bd247717
chore(deps): Bump docker/login-action from 3.0.0 to 3.1.0 ( #305 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](343f7c4344...e92390c5fb )
---
updated-dependencies:
- dependency-name: docker/login-action
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>
2024-03-21 12:24:46 +05:30
dependabot[bot]
56d9983e00
chore(deps): Bump docker/build-push-action from 5.1.0 to 5.3.0 ( #306 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5.1.0 to 5.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](4a13e500e5...2cdde995de )
---
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 12:24:27 +05:30
Nirav Parikh
e75dcf140c
chore(docs): updated changelog for v0.2.7 release ( #301 )
...
Signed-off-by: Nirav Parikh <nir.parikh05@gmail.com >
v0.2.7
2024-02-28 13:28:33 +05:30
Nirav Parikh
80432ad281
chore(docs): added adopters.md and rectified maintainers reference in readme.md ( #262 )
...
Signed-off-by: niravparikh05 <nir.parikh05@gmail.com >
Signed-off-by: Nirav Parikh <nir.parikh05@gmail.com >
2024-02-28 12:55:24 +05:30
Nirav Parikh
0cd2a35ab5
expose cluster status update rpc ( #296 )
...
* expose cluster status update rpc
Signed-off-by: Nirav Parikh <nir.parikh05@gmail.com >
* added cluster rpc to relay peering rpc server listener
Signed-off-by: Nirav Parikh <nir.parikh05@gmail.com >
---------
Signed-off-by: Nirav Parikh <nir.parikh05@gmail.com >
2024-02-28 10:41:10 +05:30
Akshay Gaikwad
8b54b40673
fix: migration error on Postgresql version below 14 ( #295 )
...
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com >
2024-02-22 10:41:22 +05:30
Sharan
56fdc1c27b
fix: add custom Empty instead of google.protobuf.Empty ( #291 )
...
Signed-off-by: sharan <sharanrdude@gmail.com >
2024-02-14 17:28:19 +05:30
dependabot[bot]
17495b3816
chore(deps): Bump aquasecurity/trivy-action from 0.16.1 to 0.17.0 ( #297 )
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.16.1 to 0.17.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.16.1...0.17.0 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
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>
2024-02-13 10:15:32 +05:30
dependabot[bot]
b292700714
chore(deps): Bump codecov/codecov-action from 3 to 4
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-07 00:24:39 +05:30
dependabot[bot]
9f8ce0ce9c
chore(deps): Bump docker/metadata-action from 5.5.0 to 5.5.1
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](dbef88086f...8e5442c4ef )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-07 00:13:14 +05:30
dependabot[bot]
932125b074
chore(deps): Bump sigstore/cosign-installer from 3.3.0 to 3.4.0
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.3.0...v3.4.0 )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-06 23:34:13 +05:30
Akshay Gaikwad
805630bdb0
chore: add community meeting in readme ( #288 )
...
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com >
2024-01-19 10:51:16 +05:30
dependabot[bot]
0032fcadc4
chore(deps): Bump aquasecurity/trivy-action from 0.16.0 to 0.16.1
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.16.0...0.16.1 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-08 15:12:35 +05:30
dependabot[bot]
1ed6d39340
chore(deps): Bump docker/metadata-action from 5.4.0 to 5.5.0
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](9dc751fe24...dbef88086f )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-08 15:12:08 +05:30
dependabot[bot]
9d34006662
chore(deps): Bump github/codeql-action from 2 to 3
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-04 11:18:49 +05:30
dependabot[bot]
861ae73f4b
chore(deps): Bump docker/metadata-action from 5.3.0 to 5.4.0
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](31cebacef4...9dc751fe24 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-04 11:18:28 +05:30
Nirav Parikh
72adb96ce1
chore(docs): updated changelogs for v0.2.6 release ( #283 )
...
Signed-off-by: Nirav Parikh <nir.parikh05@gmail.com >
v0.2.6
2023-12-22 10:07:56 +05:30
dependabot[bot]
20911002f5
chore(deps): Bump docker/build-push-action from 5.0.0 to 5.1.0 ( #275 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](0565240e2d...4a13e500e5 )
---
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-21 12:01:41 +05:30
Rob Kooper
01d91606a6
add keycloak mapper ( #277 )
...
Signed-off-by: Rob Kooper <kooper@illinois.edu >
2023-12-21 11:40:41 +05:30
甜瓜
01faf03dbb
Update yaml.go to fix paralusYAML struct annotation errors ( #261 )
...
* Fix the number of wg.add bug
Fix the number of wg.add bug
Signed-off-by: 甜瓜 <42953016+tyut22316@users.noreply.github.com >
* Update yaml.go to fix annotation errors
fix the annotation errors
Signed-off-by: 甜瓜 <42953016+tyut22316@users.noreply.github.com >
---------
Signed-off-by: 甜瓜 <42953016+tyut22316@users.noreply.github.com >
2023-12-21 11:21:52 +05:30
dependabot[bot]
0f2d68cf47
chore(deps): Bump actions/setup-go from 4 to 5 ( #279 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-21 11:20:24 +05:30
dependabot[bot]
b7ff1dc933
chore(deps): Bump aquasecurity/trivy-action from 0.13.0 to 0.16.0 ( #280 )
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.13.0 to 0.16.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.13.0...0.16.0 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
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>
2023-12-21 11:19:50 +05:30
dependabot[bot]
70a4c04add
chore(deps): Bump docker/metadata-action from 5.0.0 to 5.3.0 ( #281 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 5.0.0 to 5.3.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](96383f4557...31cebacef4 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
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>
2023-12-21 11:19:13 +05:30
dependabot[bot]
2253b37de1
chore(deps): Bump sigstore/cosign-installer from 3.1.2 to 3.3.0 ( #282 )
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.1.2 to 3.3.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.1.2...v3.3.0 )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
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>
2023-12-21 11:17:52 +05:30
free6om
f4a160baee
fixed ( #270 )
...
Signed-off-by: free6om <free6om.c@gmail.com >
2023-11-09 17:56:57 +05:30
Akshay Gaikwad
923803736b
chore(deps): bump golang.org/x/net from v0.10.0 to v0.17.0
...
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com >
2023-11-01 17:22:12 +05:30
Akshay Gaikwad
65938a6436
chore(deps): bump google.golang.org/grpc from v1.44.0 to v1.56.3
...
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com >
2023-11-01 17:22:12 +05:30
dependabot[bot]
76baa2eb3c
chore(deps): Bump aquasecurity/trivy-action from 0.12.0 to 0.13.0
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.12.0...0.13.0 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-01 17:22:12 +05:30
dependabot[bot]
cc1a68a58f
chore(deps): Bump github.com/crewjam/saml from 0.4.13 to 0.4.14
...
Bumps [github.com/crewjam/saml](https://github.com/crewjam/saml ) from 0.4.13 to 0.4.14.
- [Commits](https://github.com/crewjam/saml/compare/v0.4.13...v0.4.14 )
---
updated-dependencies:
- dependency-name: github.com/crewjam/saml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-19 12:19:58 +05:30
Sharan
35da06272f
feat(proto): add yaml marshal/unmarshal for enums ( #263 )
...
Co-authored-by: sharan-rafay <sharan.r@rafay.co >
2023-10-06 16:10:19 +05:30
Nirav Parikh
58593a839c
chore: updated changelog for v0.2.5 release ( #260 )
...
* updated changelog for v0.2.5 release
Signed-off-by: niravparikh05 <nir.parikh05@gmail.com >
* Update CHANGELOG.md
Co-authored-by: Akshay Gaikwad <akshay196@users.noreply.github.com >
Signed-off-by: Nirav Parikh <52062717+niravparikh05@users.noreply.github.com >
* Update CHANGELOG.md
Co-authored-by: Akshay Gaikwad <akshay196@users.noreply.github.com >
Signed-off-by: Nirav Parikh <52062717+niravparikh05@users.noreply.github.com >
---------
Signed-off-by: niravparikh05 <nir.parikh05@gmail.com >
Signed-off-by: Nirav Parikh <52062717+niravparikh05@users.noreply.github.com >
Co-authored-by: Akshay Gaikwad <akshay196@users.noreply.github.com >
v0.2.5
2023-09-25 16:48:40 +05:30
dependabot[bot]
b5b9f786ef
chore(deps): Bump docker/setup-qemu-action from 2 to 3 ( #259 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 11:54:33 +05:30
Nirav Parikh
1b7a9a1fa3
changes to view auditlogs by project role users ( #247 )
...
feat: changes to view audit logs by project and cluster role users
---------
Signed-off-by: niravparikh05 <nir.parikh05@gmail.com >
2023-09-21 11:34:56 +05:30
dependabot[bot]
3eb035be91
chore(deps): Bump sigstore/cosign-installer from 3.1.1 to 3.1.2 ( #254 )
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.1.1...v3.1.2 )
---
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>
2023-09-21 11:31:39 +05:30
dependabot[bot]
af16f5f4ab
chore(deps): Bump docker/login-action from 2.2.0 to 3.0.0 ( #255 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](465a07811f...343f7c4344 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-21 11:31:15 +05:30