Commit Graph

619 Commits

Author SHA1 Message Date
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
dependabot[bot]
70696434c6 chore(deps): Bump docker/metadata-action from 4.6.0 to 5.0.0 (#256)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.6.0 to 5.0.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](818d4b7b91...96383f4557)

---
updated-dependencies:
- dependency-name: docker/metadata-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:30:54 +05:30
dependabot[bot]
892f8a7bb4 chore(deps): Bump docker/build-push-action from 4.2.1 to 5.0.0 (#257)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.2.1 to 5.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](0a97817b6a...0565240e2d)

---
updated-dependencies:
- dependency-name: docker/build-push-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:30:19 +05:30
dependabot[bot]
9612e523ce chore(deps): Bump docker/setup-buildx-action from 2 to 3 (#258)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-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:29:37 +05:30
Sanskar Bhushan
cf49d43b96 ci: add cosign support in the release worklow to increase supply chain security (#237)
Closes #216

Signed-off-by: Sanskar Bhushan <sbdtu5498@gmail.com>
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
Co-authored-by: Akshay Gaikwad <akgaikwad001@gmail.com>
2023-09-14 19:58:05 +05:30
dependabot[bot]
89265016ea chore(deps): Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 07:46:56 +05:30
dependabot[bot]
69cfe1a21e chore(deps): Bump docker/build-push-action from 4.1.1 to 4.2.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 4.2.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](2eb1c1961a...0a97817b6a)

---
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>
2023-09-13 07:46:21 +05:30
dependabot[bot]
b551abc11a chore(deps): Bump aquasecurity/trivy-action from 0.11.2 to 0.12.0
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.11.2 to 0.12.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.11.2...0.12.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-09-06 13:12:10 +05:30
Nirav Parikh
b4d64ef565 chore: updated changelogs for v0.2.4 release (#246)
Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
v0.2.4
2023-08-11 12:25:24 +05:30
Nirav Parikh
ac9a2b73e6 fix for org admins to view secrets with org restrictions (#242)
Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
2023-08-10 17:14:12 +05:30
Nirav Parikh
f5e2e7739d fix: generate fixtures for download.yaml (#236)
Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
2023-07-04 12:36:44 +05:30
dependabot[bot]
c41964d3be chore(deps): Bump aquasecurity/trivy-action from 0.10.0 to 0.11.2 (#231)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.10.0 to 0.11.2.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.10.0...0.11.2)

---
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-06-26 14:30:25 +05:30
dependabot[bot]
ec37175915 chore(deps): Bump docker/build-push-action from 4.0.0 to 4.1.1 (#232)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 4.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](3b5e8027fc...2eb1c1961a)

---
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-06-26 14:29:45 +05:30
Nirav Parikh
749dcb46d4 fix: change relays annotation of Cluster to paralus.dev/relays (#227)
Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
2023-06-26 12:41:02 +05:30
dependabot[bot]
fed74b6e0e chore(deps): Bump docker/login-action from 2.1.0 to 2.2.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](f4ef78c080...465a07811f)

---
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>
2023-06-19 21:43:55 +05:30
dependabot[bot]
42c95891fc chore(deps): Bump docker/metadata-action from 4.4.0 to 4.6.0
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.4.0 to 4.6.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](c4ee3adeed...818d4b7b91)

---
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>
2023-06-19 21:30:44 +05:30
Kartik Garg
59674a221a style: Fixed Misspells (#223)
Fixed the various misspells which were present in the code pointed out by Go Report Card
Fixes #198

Signed-off-by: Kartik-Garg <kartik.garg@infracloud.io>
2023-05-26 14:23:00 +05:30
Nirav Parikh
c4a7ebe1e8 ci: add security vulnerability scanning using trivy (#219)
- add security vulnerability scanning using trivy
- update release github workflow

Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
2023-05-26 13:28:49 +05:30
hiteshwani29
a30f80f426 fix: cluster list API send internal error for non-exist project
Signed-off-by: hiteshwani29 <hiteshwani29@gmail.com>
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
2023-05-25 22:36:33 +05:30
Akshay Gaikwad
ce4e381ec9 chore(changelog): add changelog generator make target (#209)
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
2023-05-25 13:45:11 +05:30
Alan Clucas
ae206f07d2 chore: Remove misleading helm labels (#221)
* chore: Remove misleading helm labels

The downloaded yaml for relay clients contains misleading labelling
and annotations, remove them

Signed-off-by: Alan Clucas <alan@clucas.org>

* fix: Set managed-by: paralus for all objects

Signed-off-by: Alan Clucas <alan@clucas.org>

* chore: go generate

Signed-off-by: Alan Clucas <alan@clucas.org>

---------

Signed-off-by: Alan Clucas <alan@clucas.org>
2023-05-25 11:03:32 +05:30
Akshay Gaikwad
13d60ad090 docs: add commit message guidelines (#208)
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
2023-05-24 14:57:25 +05:30
Akshay Gaikwad
222cf9d317 docs(changelog): add breaking change for v0.2.2 (#211)
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
2023-05-16 13:00:45 +05:30
Nirav Parikh
a09f73e946 chore: update changelog for v0.2.3 (#207)
Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
v0.2.3
2023-04-28 15:19:04 +05:30
Akshay Gaikwad
d88c82e0df fix: re-running admindb migration fails (#205)
Make all admindb migration queries re-entrance so re-running migration
would not fail.

Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
2023-04-28 14:21:32 +05:30
Atulpriya Sharma
343fc381d3 Fixing link issues. (#206)
Signed Off: sharma.atulpriya@gmail.com

Signed-off-by: Atulpriya Sharma <sharma.atulpriya@gmail.com>
2023-04-28 10:03:59 +05:30
Nirav Parikh
e203d15b8f fix: remove references to admindbuser user in admindb migrations (#200)
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>
2023-04-27 20:17:31 +05:30
dependabot[bot]
c21c927068 chore(deps): Bump docker/metadata-action from 4.3.0 to 4.4.0 (#204)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](507c2f2dc5...c4ee3adeed)

---
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-04-27 11:12:05 +05:30
甜瓜
da418fd3d5 fix: incorrect number of wg.add (#203)
The work-group numbers is unequal to number of go routines spin-up by main function. It's a bug that affects the graceful shutdown. This commit fixed the number of work-group being added.

Signed-off-by: 甜瓜 <42953016+tyut22316@users.noreply.github.com>
2023-04-23 10:19:31 +05:30
Nirav Parikh
0e084929ea chore: update kratos to 0.11.1 in initialize dockerfile and updated changelog (#195)
* chore: updated changelog for v0.2.2 release
* updated kratos to v0.11.1 used by helm to complete migrations

Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
v0.2.2
2023-03-31 16:01:29 +05:30
Akshay Gaikwad
6ece49cd38 chore: Update Dockerfile.initialize to new Kratos version (#194)
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
2023-03-31 11:36:45 +05:30
dependabot[bot]
b9dcf3b7cb chore(deps): Bump docker/build-push-action from 2.5.0 to 4.0.0 (#193)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 4.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](ad44023a93...3b5e8027fc)

---
updated-dependencies:
- dependency-name: docker/build-push-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-03-31 08:30:09 +05:30
dependabot[bot]
6734b05fdb chore(deps): Bump docker/metadata-action from 3.3.0 to 4.3.0 (#192)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.3.0 to 4.3.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](98669ae865...507c2f2dc5)

---
updated-dependencies:
- dependency-name: docker/metadata-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-03-31 08:28:49 +05:30
dependabot[bot]
932478a647 chore(deps): Bump docker/login-action from 1.10.0 to 2.1.0 (#190)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 2.1.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](f054a8b539...f4ef78c080)

---
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-03-31 08:27:04 +05:30
Abhijit Mukherjee
6b8cc3163d docs: added api keys as headers for all grpc messages (#163)
* added api keys as headers for all grpc messages

Signed-off-by: mabhi <abhijit.mukherjee@infracloud.io>

* changes to have multiple api keys for auth in partner swagger docs

Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>

---------

Signed-off-by: mabhi <abhijit.mukherjee@infracloud.io>
Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
Co-authored-by: niravparikh05 <nir.parikh05@gmail.com>
2023-03-30 15:20:58 +05:30
Akshay Gaikwad
c4ac043b5e feat: Support more than one IdP groups mapping (#172)
Allow mapping more than one IdP groups to an OIdC identity. This
commit upgrades the kratos version (v0.11.0). Kratos v0.11.0 parses
all id token claims into `raw_claims`. The `raw_claims` can be used in
JsonNet mapper to map non-standard claims like `groups` to identity
traits.

Fixes #109

This also includes:
* Remove verbose bug debug logs
* Removes elasticsearch service from docker compose file

Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
2023-03-30 12:43:57 +05:30
Nirav Parikh
c645d2398d fix: multiple bootstrap requests using same cluster bootstrap yaml
multiple bootstrap requests and separated the fingerprint mismatch error which binds a target cluster with bootstrap yaml

Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
2023-03-30 12:30:12 +05:30
Akshay Gaikwad
ffb78940e2 fix: cluster description ignored by server issue (#187)
Server was ignoring cluster description of a request. This commit is
persisting cluster description to db.

Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
2023-03-30 12:26:26 +05:30
Akshay Gaikwad
53d3298daf chore: Add dependabot.yml (#181)
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
2023-03-30 12:24:52 +05:30
Om Aximani
dc3ac2b81e Action update (#185)
* Update go.yml

Updated action version to latest 

Signed-off-by: Om Aximani <75031769+OmAximani0@users.noreply.github.com>

* Update release.yml

Updated action version to latest 

Signed-off-by: Om Aximani <75031769+OmAximani0@users.noreply.github.com>

* Updated setup-go action version

Signed-off-by: OmAxiani0 <aximaniom@gmail.com>

---------

Signed-off-by: Om Aximani <75031769+OmAximani0@users.noreply.github.com>
Signed-off-by: OmAxiani0 <aximaniom@gmail.com>
2023-03-28 14:12:55 +05:30
Akshay Gaikwad
dd7e7a8602 chore: Add CODEOWNERS file (#186)
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
2023-03-28 14:12:35 +05:30
dependabot[bot]
aba1dd8147 chore(deps): Bump mellium.im/sasl from 0.2.1 to 0.3.1 (#161)
Bumps mellium.im/sasl from 0.2.1 to 0.3.1.

---
updated-dependencies:
- dependency-name: mellium.im/sasl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-26 13:52:59 +05:30
dependabot[bot]
fd38abed5d chore(deps): Bump github.com/crewjam/saml from 0.4.6 to 0.4.13 (#179)
Bumps [github.com/crewjam/saml](https://github.com/crewjam/saml) from 0.4.6 to 0.4.13.
- [Release notes](https://github.com/crewjam/saml/releases)
- [Commits](https://github.com/crewjam/saml/compare/v0.4.6...v0.4.13)

---
updated-dependencies:
- dependency-name: github.com/crewjam/saml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-26 13:51:37 +05:30
dependabot[bot]
340557db68 chore(deps): Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 (#159)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.11.1.
- [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.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-23 21:04:46 +05:30
hiteshwani29
1e7b2eaf63 fix: add validation for project name (#166)
Signed-off-by: hiteshwani29 <hiteshwani29@gmail.com>
2023-03-23 19:08:47 +05:30
Akshay Gaikwad
ce9202fbeb All dependabot open PRs (#176)
* Bump github.com/crewjam/saml from 0.4.6 to 0.4.9

Bumps [github.com/crewjam/saml](https://github.com/crewjam/saml) from 0.4.6 to 0.4.9.
- [Release notes](https://github.com/crewjam/saml/releases)
- [Commits](https://github.com/crewjam/saml/compare/v0.4.6...v0.4.9)

---
updated-dependencies:
- dependency-name: github.com/crewjam/saml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.11.1.
- [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.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump mellium.im/sasl from 0.2.1 to 0.3.1

Bumps mellium.im/sasl from 0.2.1 to 0.3.1.

---
updated-dependencies:
- dependency-name: mellium.im/sasl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golang.org/x/text from 0.3.7 to 0.3.8

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220214200702-86341886e292 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.7.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220127200216-cd36cc0744dd to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: run go mod tidy

Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-23 10:50:46 +05:30