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

Release version v1.8 #500

Merged
merged 39 commits into from
Sep 20, 2024
Merged

Release version v1.8 #500

merged 39 commits into from
Sep 20, 2024

Conversation

maia-iyer
Copy link
Collaborator

No description provided.

Signed-off-by: MohammedAbdi <[email protected]>
dependabot bot and others added 13 commits September 17, 2024 16:13
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.6...v4.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: MohammedAbdi <[email protected]>
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependency [puppeteer](https://github.com/puppeteer/puppeteer). These dependencies need to be updated together.


Updates `ws` from 8.16.0 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.16.0...8.17.1)

Updates `puppeteer` from 20.9.0 to 22.11.2
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v20.9.0...puppeteer-v22.11.2)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: puppeteer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: unknown <[email protected]>
Signed-off-by: Xuhang Cao <[email protected]>
Signed-off-by: Xuhang Cao <[email protected]>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.2...v4.0.3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Xiaocao-Cxh and others added 12 commits September 17, 2024 16:16
* Removed verb from API paths

Signed-off-by: Xuhang Cao <[email protected]>

* Addressed pull request comments

Signed-off-by: Xuhang Cao <[email protected]>

* Fixed 1 last nit

Signed-off-by: Xuhang Cao <[email protected]>

---------

Signed-off-by: Xuhang Cao <[email protected]>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v6.0.1...v6.1.0)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
* refactor: updates the tornjak directory for backend dockerfiles

Signed-off-by: Vanessa de Jesus Silva <[email protected]>

* refactor: updates the tornjak directory references for backend runner script

Signed-off-by: Vanessa de Jesus Silva <[email protected]>

* refactor: updates the tornjak directory references in examples/ dir

Signed-off-by: Vanessa de Jesus Silva <[email protected]>

---------

Signed-off-by: Vanessa de Jesus Silva Sarmento <[email protected]>
* add trust domain as spire server unique identifier

Signed-off-by: MohammedAbdi <[email protected]>

* update component

Signed-off-by: MohammedAbdi <[email protected]>

* add spire server path

Signed-off-by: MohammedAbdi <[email protected]>

* update server id

Signed-off-by: MohammedAbdi <[email protected]>

* updat trust domain view to be bolder for identification

Signed-off-by: MohammedAbdi <[email protected]>

---------

Signed-off-by: Mohammed Abdi <[email protected]>
* Add bundle functions

Signed-off-by: Maia Iyer <[email protected]>

* add v1 apis

Signed-off-by: Maia Iyer <[email protected]>

* format nit

Signed-off-by: Maia Iyer <[email protected]>

* Nit uri fix

Signed-off-by: Maia Iyer <[email protected]>

* gofmtted code

Signed-off-by: Maia Iyer <[email protected]>

---------

Signed-off-by: Maia Iyer <[email protected]>
* Print output

Signed-off-by: Xuhang Cao <[email protected]>

* 8.20 Meeting

Signed-off-by: Xuhang Cao <[email protected]>

* auth policy

Signed-off-by: Xuhang Cao <[email protected]>

* auth plugin

Signed-off-by: Xuhang Cao <[email protected]>

* Auth plugin

Signed-off-by: Xuhang Cao <[email protected]>

---------

Signed-off-by: Xuhang Cao <[email protected]>
* Updated API documentations

Signed-off-by: Xuhang Cao <[email protected]>

* Fixing nits

Signed-off-by: Xuhang Cao <[email protected]>

---------

Signed-off-by: Xuhang Cao <[email protected]>
* api v1 mapping

Signed-off-by: Xuhang Cao <[email protected]>

* api v1 mapping

Signed-off-by: Xuhang Cao <[email protected]>

---------

Signed-off-by: Xuhang Cao <[email protected]>
Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.89.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
maia-iyer and others added 13 commits September 17, 2024 16:18
* add initial test file

Signed-off-by: Maia Iyer <[email protected]>

* Added rbac v1 checks

Signed-off-by: Maia Iyer <[email protected]>

* fixed agents ban in rbac v1 list

Signed-off-by: Maia Iyer <[email protected]>

* nit fix

Signed-off-by: Maia Iyer <[email protected]>

* nit fix

Signed-off-by: Maia Iyer <[email protected]>

---------

Signed-off-by: Maia Iyer <[email protected]>
Bumps [axios](https://github.com/axios/axios) from 1.6.5 to 1.7.7.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.5...v1.7.7)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* linted

Signed-off-by: Maia Iyer <[email protected]>

* added list function

Signed-off-by: Maia Iyer <[email protected]>

* added other trustdomain apis

Signed-off-by: Maia Iyer <[email protected]>

* Added apis

Signed-off-by: Maia Iyer <[email protected]>

* fixing spacing

Signed-off-by: Maia Iyer <[email protected]>

* Adding workaround for json parsing

Signed-off-by: Maia Iyer <[email protected]>

* add workaround for update federation

Signed-off-by: Maia Iyer <[email protected]>

* updated OpenAPI doc

Signed-off-by: Maia Iyer <[email protected]>

---------

Signed-off-by: Maia Iyer <[email protected]>
Signed-off-by: Maia Iyer <[email protected]>
* Start writing rbac tests

Signed-off-by: Xuhang Cao <[email protected]>

* Start writing rbac tests

Signed-off-by: Xuhang Cao <[email protected]>

* Start writing rbac tests

Signed-off-by: Xuhang Cao <[email protected]>

* Changed error messages

Signed-off-by: Xuhang Cao <[email protected]>

* Imported strings

Signed-off-by: Xuhang Cao <[email protected]>

* Imported strings

Signed-off-by: Xuhang Cao <[email protected]>

---------

Signed-off-by: Xuhang Cao <[email protected]>
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.8 to 3.1.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.0.8...3.1.6)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [serve-static](https://github.com/expressjs/serve-static) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](expressjs/serve-static@v1.15.0...v1.16.2)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](expressjs/express@4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: MohammedAbdi <[email protected]>
Signed-off-by: MohammedAbdi <[email protected]>
Signed-off-by: MohammedAbdi <[email protected]>
Copy link
Collaborator

@mamy-CS mamy-CS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@maia-iyer maia-iyer merged commit ee8729a into main Sep 20, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants