Skip to content

Commit

Permalink
chore(release): 2.6.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.6.0](v2.5.0...v2.6.0) (2024-10-24)

### 🚀 Features

* **api:**  Add icon and remove description field from workspace ([#435](#435)) ([a99c0db](a99c0db))
* **api-client:** Added workspace-membership and related tests ([#452](#452)) ([6a1c091](6a1c091))
* **api-client:** Create controller for User module ([#484](#484)) ([f9d8e83](f9d8e83))
* **api:** Add prod env schema in env file ([#436](#436)) ([21c3004](21c3004))
* **api:** Add resend otp implementation ([#445](#445)) ([4dc6aa1](4dc6aa1))
* **api:** Fetch total count of environments, [secure]s and variables in project ([#434](#434)) ([0c9e50a](0c9e50a))
* **api:** Replace `projectId` with `name` and `slug` in workspace-role response.  ([#432](#432)) ([af06071](af06071))
* **cli:** Add functionality to operate on Secrets ([#504](#504)) ([1b4bf2f](1b4bf2f))
* **cli:** Add project command ([#451](#451)) ([70448e1](70448e1))
* **cli:** Add workspace operations ([#441](#441)) ([ed38d22](ed38d22))
* **cli:** implement commands to get, list, update, and delete, workspace roles ([#469](#469)) ([957ea8d](957ea8d))
* **cli:** Implemented pagination support ([#453](#453)) ([feb1806](feb1806))
* **cli:** Secret scan ([#438](#438)) ([85cb8ab](85cb8ab))
* **cli:** Update environment command outputs ([f4af874](f4af874))
* **platform:** Clearing email field after waitlisting the user email ([#481](#481)) ([256d659](256d659))
* Remove project IDs from workspace role export data and update tests ([#448](#448)) ([8fdb328](8fdb328))
* **web:** Configured extra check for waitlisted users already in the list and created toast message for them ([#492](#492)) ([2ddd0ef](2ddd0ef))
* **web:** show the toast only when email add successfully ([#490](#490)) ([783c411](783c411))

### 🐛 Bug Fixes

* **api,api-client:** Add environmentSlug in multiple places across the variable module ([#468](#468)) ([d970aff](d970aff))
* **api:** Replace the id with slug in the global-search service ([#455](#455)) ([74804b1](74804b1))
* **platform:** Fixed duplicate Google Logo UI fix  ([#450](#450)) ([fb0d6f7](fb0d6f7))
* resolve footer website name cut-off or overlap issue ([#444](#444)) ([fe03ba2](fe03ba2))
* **web:** Horizontal Scrolling issue on the website ([#440](#440)) ([655177b](655177b))

### 📚 Documentation

* Add documentation for environment in CLI ([#462](#462)) ([dad7394](dad7394))
* Add documentation for project in CLI ([#466](#466)) ([341fb32](341fb32))
* Add documentation for scan in CLI ([#461](#461)) ([72281e6](72281e6))
* Add documentation for workspace command ([#464](#464)) ([4aad8a2](4aad8a2))
* Add instructions for resetting the local Prisma database ([#495](#495)) ([#501](#501)) ([b07ea17](b07ea17))
* Added docker support documentation ([#465](#465)) ([bc04be4](bc04be4))
* Added documentation for running the platform ([#473](#473)) ([8b8386b](8b8386b))
* Added missing mappings to pages ([5de9fd8](5de9fd8))
* Fix Documentation Hyperlink and update expired Discord invite link ([#496](#496)) ([5a10e39](5a10e39))
* Updated CLI docs ([#460](#460)) ([c7e0f13](c7e0f13))

### 🔧 Miscellaneous Chores

* Add more logging to Sentry init ([#470](#470)) ([de4925d](de4925d))
* **api:** Optimise API docker image size ([#360](#360)) ([ea40dc1](ea40dc1))
* **api:** Updated lockfile ([a968e78](a968e78))
* **CI:** Add [secure] scan validation ([f441262](f441262))
* **cli:** Update controller invocation in environment commands ([#477](#477)) ([596bd1a](596bd1a))
* Minor changes to variables ([fe01ca6](fe01ca6))
* **[secure]-scan:** Failing lint issues ([#507](#507)) ([48f45df](48f45df))
* **[secure]-scan:** Formatted files ([5884833](5884833))
* Update .env.example ([70ad4f7](70ad4f7))
* Updated scripts ([9eb76a7](9eb76a7))
* **web:** email validation ([#487](#487)) ([e8e737a](e8e737a))
  • Loading branch information
semantic-release-bot committed Oct 24, 2024
1 parent 1b4bf2f commit 58d912f
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,61 @@
## [2.6.0](https://github.com/keyshade-xyz/keyshade/compare/v2.5.0...v2.6.0) (2024-10-24)

### 🚀 Features

* **api:** Add icon and remove description field from workspace ([#435](https://github.com/keyshade-xyz/keyshade/issues/435)) ([a99c0db](https://github.com/keyshade-xyz/keyshade/commit/a99c0db079f18bd76437c4bf23e08095b0635c41))
* **api-client:** Added workspace-membership and related tests ([#452](https://github.com/keyshade-xyz/keyshade/issues/452)) ([6a1c091](https://github.com/keyshade-xyz/keyshade/commit/6a1c091ceabe012eabd247eee04fd9a67717ffec))
* **api-client:** Create controller for User module ([#484](https://github.com/keyshade-xyz/keyshade/issues/484)) ([f9d8e83](https://github.com/keyshade-xyz/keyshade/commit/f9d8e83f14a0f697828a4d11db869f24a9314359))
* **api:** Add prod env schema in env file ([#436](https://github.com/keyshade-xyz/keyshade/issues/436)) ([21c3004](https://github.com/keyshade-xyz/keyshade/commit/21c30045ce4c013c8ef15e828c3561ad0abfa897))
* **api:** Add resend otp implementation ([#445](https://github.com/keyshade-xyz/keyshade/issues/445)) ([4dc6aa1](https://github.com/keyshade-xyz/keyshade/commit/4dc6aa169c51869bdda4cd0706b513f9af9716ed))
* **api:** Fetch total count of environments, [secure]s and variables in project ([#434](https://github.com/keyshade-xyz/keyshade/issues/434)) ([0c9e50a](https://github.com/keyshade-xyz/keyshade/commit/0c9e50aaca91f236aab35570d6d3f4247409593a))
* **api:** Replace `projectId` with `name` and `slug` in workspace-role response. ([#432](https://github.com/keyshade-xyz/keyshade/issues/432)) ([af06071](https://github.com/keyshade-xyz/keyshade/commit/af0607143aa59397c0d794bce722a8a65b1f359a))
* **cli:** Add functionality to operate on Secrets ([#504](https://github.com/keyshade-xyz/keyshade/issues/504)) ([1b4bf2f](https://github.com/keyshade-xyz/keyshade/commit/1b4bf2f6b89fa981e2a008f9b7e508b578c55a95))
* **cli:** Add project command ([#451](https://github.com/keyshade-xyz/keyshade/issues/451)) ([70448e1](https://github.com/keyshade-xyz/keyshade/commit/70448e1fe9899994fca9b202e6a4ed355af45235))
* **cli:** Add workspace operations ([#441](https://github.com/keyshade-xyz/keyshade/issues/441)) ([ed38d22](https://github.com/keyshade-xyz/keyshade/commit/ed38d2227020a08972658771d211fe2316f41367))
* **cli:** implement commands to get, list, update, and delete, workspace roles ([#469](https://github.com/keyshade-xyz/keyshade/issues/469)) ([957ea8d](https://github.com/keyshade-xyz/keyshade/commit/957ea8df4b3e34ece06c3a9c3a15e7aed3b58bfd))
* **cli:** Implemented pagination support ([#453](https://github.com/keyshade-xyz/keyshade/issues/453)) ([feb1806](https://github.com/keyshade-xyz/keyshade/commit/feb1806e30ee609e06bb0254040414b775f55606))
* **cli:** Secret scan ([#438](https://github.com/keyshade-xyz/keyshade/issues/438)) ([85cb8ab](https://github.com/keyshade-xyz/keyshade/commit/85cb8ab3e7e8f302c793408bddd24abf6e3b4b6a))
* **cli:** Update environment command outputs ([f4af874](https://github.com/keyshade-xyz/keyshade/commit/f4af874e4811a5c11bd93ad1645564b24513b5ad))
* **platform:** Clearing email field after waitlisting the user email ([#481](https://github.com/keyshade-xyz/keyshade/issues/481)) ([256d659](https://github.com/keyshade-xyz/keyshade/commit/256d65974babd17d525ce2a41a5e17136e6ac12e))
* Remove project IDs from workspace role export data and update tests ([#448](https://github.com/keyshade-xyz/keyshade/issues/448)) ([8fdb328](https://github.com/keyshade-xyz/keyshade/commit/8fdb3286876eaddd1f1a32cd18762827a736589a))
* **web:** Configured extra check for waitlisted users already in the list and created toast message for them ([#492](https://github.com/keyshade-xyz/keyshade/issues/492)) ([2ddd0ef](https://github.com/keyshade-xyz/keyshade/commit/2ddd0ef59cd1f178059a815d156c73ff6662bd41))
* **web:** show the toast only when email add successfully ([#490](https://github.com/keyshade-xyz/keyshade/issues/490)) ([783c411](https://github.com/keyshade-xyz/keyshade/commit/783c4119ebddce6b1e934b1e25ae3e667a0519d6))

### 🐛 Bug Fixes

* **api,api-client:** Add environmentSlug in multiple places across the variable module ([#468](https://github.com/keyshade-xyz/keyshade/issues/468)) ([d970aff](https://github.com/keyshade-xyz/keyshade/commit/d970aff1e08a3e4b2bd9bce671c75bafd536a686))
* **api:** Replace the id with slug in the global-search service ([#455](https://github.com/keyshade-xyz/keyshade/issues/455)) ([74804b1](https://github.com/keyshade-xyz/keyshade/commit/74804b13f33e95af8b69e38fbf4afc9d1f179ebc))
* **platform:** Fixed duplicate Google Logo UI fix ([#450](https://github.com/keyshade-xyz/keyshade/issues/450)) ([fb0d6f7](https://github.com/keyshade-xyz/keyshade/commit/fb0d6f7fff7814fb7df8cfbd967e1bf469cd6ee3))
* resolve footer website name cut-off or overlap issue ([#444](https://github.com/keyshade-xyz/keyshade/issues/444)) ([fe03ba2](https://github.com/keyshade-xyz/keyshade/commit/fe03ba22aa37741646e48738e4ff3117ee5217db))
* **web:** Horizontal Scrolling issue on the website ([#440](https://github.com/keyshade-xyz/keyshade/issues/440)) ([655177b](https://github.com/keyshade-xyz/keyshade/commit/655177b47bffbc6892db3c701ddafe676e772f3e))

### 📚 Documentation

* Add documentation for environment in CLI ([#462](https://github.com/keyshade-xyz/keyshade/issues/462)) ([dad7394](https://github.com/keyshade-xyz/keyshade/commit/dad7394a16c8f98845c0423be0ff9f6d5560343f))
* Add documentation for project in CLI ([#466](https://github.com/keyshade-xyz/keyshade/issues/466)) ([341fb32](https://github.com/keyshade-xyz/keyshade/commit/341fb32ada96513e6746e7d9df41892b8e1c7929))
* Add documentation for scan in CLI ([#461](https://github.com/keyshade-xyz/keyshade/issues/461)) ([72281e6](https://github.com/keyshade-xyz/keyshade/commit/72281e66569b05011a7b79a94ae502eaac0b3a6d))
* Add documentation for workspace command ([#464](https://github.com/keyshade-xyz/keyshade/issues/464)) ([4aad8a2](https://github.com/keyshade-xyz/keyshade/commit/4aad8a2d69c14dc933cfb6fe96ba506db54baa92))
* Add instructions for resetting the local Prisma database ([#495](https://github.com/keyshade-xyz/keyshade/issues/495)) ([#501](https://github.com/keyshade-xyz/keyshade/issues/501)) ([b07ea17](https://github.com/keyshade-xyz/keyshade/commit/b07ea178d0835354b8acdc5365f59b9ae782fcc7))
* Added docker support documentation ([#465](https://github.com/keyshade-xyz/keyshade/issues/465)) ([bc04be4](https://github.com/keyshade-xyz/keyshade/commit/bc04be4de99c0b4e86196a1e5e0fbc14f8d8b499))
* Added documentation for running the platform ([#473](https://github.com/keyshade-xyz/keyshade/issues/473)) ([8b8386b](https://github.com/keyshade-xyz/keyshade/commit/8b8386bb43b8d08ff2744ccd115b1bf515041600))
* Added missing mappings to pages ([5de9fd8](https://github.com/keyshade-xyz/keyshade/commit/5de9fd81e4a6c8a9cfa68a6e5f09ecf9c2430130))
* Fix Documentation Hyperlink and update expired Discord invite link ([#496](https://github.com/keyshade-xyz/keyshade/issues/496)) ([5a10e39](https://github.com/keyshade-xyz/keyshade/commit/5a10e3940562aa80462f71cabe29fdd4de9e12a8))
* Updated CLI docs ([#460](https://github.com/keyshade-xyz/keyshade/issues/460)) ([c7e0f13](https://github.com/keyshade-xyz/keyshade/commit/c7e0f13debea9ec89c98be415f5076f156985533))

### 🔧 Miscellaneous Chores

* Add more logging to Sentry init ([#470](https://github.com/keyshade-xyz/keyshade/issues/470)) ([de4925d](https://github.com/keyshade-xyz/keyshade/commit/de4925d9691b7bbc5c2322e01ab6787681215cf0))
* **api:** Optimise API docker image size ([#360](https://github.com/keyshade-xyz/keyshade/issues/360)) ([ea40dc1](https://github.com/keyshade-xyz/keyshade/commit/ea40dc1f7bb8db14dcb20d82a8e106c6e79cf560))
* **api:** Updated lockfile ([a968e78](https://github.com/keyshade-xyz/keyshade/commit/a968e78198cfe437af4a9b95ecfb47a7452c1678))
* **CI:** Add [secure] scan validation ([f441262](https://github.com/keyshade-xyz/keyshade/commit/f441262aaaad2c10c0a7ab83d9dd5cf92df6f155))
* **cli:** Update controller invocation in environment commands ([#477](https://github.com/keyshade-xyz/keyshade/issues/477)) ([596bd1a](https://github.com/keyshade-xyz/keyshade/commit/596bd1a4ecc1088e3fc40dcf0f59b19defc0287a))
* Minor changes to variables ([fe01ca6](https://github.com/keyshade-xyz/keyshade/commit/fe01ca6f77d1f58e63b4d71e48e38b5d18d6d283))
* **[secure]-scan:** Failing lint issues ([#507](https://github.com/keyshade-xyz/keyshade/issues/507)) ([48f45df](https://github.com/keyshade-xyz/keyshade/commit/48f45df29c01a7ea9dab1aa1d33661caa2310bec))
* **[secure]-scan:** Formatted files ([5884833](https://github.com/keyshade-xyz/keyshade/commit/5884833fd7c36e0021ddc7e50d06fe3374e90c15))
* Update .env.example ([70ad4f7](https://github.com/keyshade-xyz/keyshade/commit/70ad4f7bd9637666e34878cb505782331d38798e))
* Updated scripts ([9eb76a7](https://github.com/keyshade-xyz/keyshade/commit/9eb76a7b2de92be5bd702e27daa222a26eef38c4))
* **web:** email validation ([#487](https://github.com/keyshade-xyz/keyshade/issues/487)) ([e8e737a](https://github.com/keyshade-xyz/keyshade/commit/e8e737ae001a7f6f8d1e8879e04453298cbcfe73))

## [2.5.0](https://github.com/keyshade-xyz/keyshade/compare/v2.4.0...v2.5.0) (2024-09-16)

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keyshade-xyz",
"version": "2.5.0",
"version": "2.6.0",
"license": "MPL-2.0",
"private": true,
"engineStrict": false,
Expand Down

0 comments on commit 58d912f

Please sign in to comment.