-
Notifications
You must be signed in to change notification settings - Fork 432
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
v3.1.10 release 🚀 #1346
Merged
v3.1.10 release 🚀 #1346
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 9.0.0 to 9.1.0. - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v9.0.0...v9.1.0) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.3 to 3.4.1. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.1/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.3.3...v3.4.1) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
* feat: add missing dynamodb action to policy.json describe table has been needed since #1111 * feat: add missing lambda action to policy.json list event source mappings has been needed since #1040 * feat: add missing iam action to policy.json list users has been needed since #991 * fix: correct s3 permission for list buckets api call listbucket iam action is for the contents of a bucket * feat: add missing code suite actions to policy.json needed since #1216, #1229, and #1228
Onboarding wizard enhancements
…board/eslint-config-prettier-9.1.0 chore(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0 in /dashboard
…board/tailwindcss-3.4.1 chore(deps-dev): bump tailwindcss from 3.3.3 to 3.4.1 in /dashboard
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.5.4 to 14.0.4. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v14.0.4/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:development 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>
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.2.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.0.3...3.2.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development 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> Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
* enhancement: added ssm based instance * enhancement: added cost-monitoring on smm based instances * Refactor: Removed dot imports and organized changes into the systemsmanager folder. * enhancement: Removed the cost calculation logic and related code * implemented suggested changes * Reduced API Requests & bulk data fetching for instances. * added suggested changes * added pagination token for fetching ssm-instance-info * fixed the failing CI * Update providers/aws/systemsmanager/managedinstances.go Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com> --------- Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com> Co-authored-by: LABOUARDY Mohamed <mohamed@labouardy.com>
* feat: add service check helpers * feat(useInventory): track unsupported services state * feat(ui): enhance ui to reflect unsupported services * docs: update contributing guidelines * docs: update contributing guidelines * Update CONTRIBUTING.md * style: suggested changes Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com> * fix: type error * style: add border radius --------- Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
* feat: 6 month cost data history Signed-off-by: Azanul <azanulhaque@gmail.com> * feat: fix group by Signed-off-by: Azanul <azanulhaque@gmail.com> --------- Signed-off-by: Azanul <azanulhaque@gmail.com>
Signed-off-by: Azanul <azanulhaque@gmail.com>
Fix Unsafe raw database query
…1333) Signed-off-by: Azanul <azanulhaque@gmail.com>
* feat: added rescan functionality * Update dashboard/components/cloud-account/components/CloudAccountItem.tsx Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com> --------- Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>
* feat: lightsail vps Signed-off-by: Azanul <azanulhaque@gmail.com> * feat: lightsail containers Signed-off-by: Azanul <azanulhaque@gmail.com> * fix: unreachable code Signed-off-by: Azanul <azanulhaque@gmail.com> * feat: lightsail databases Signed-off-by: Azanul <azanulhaque@gmail.com> * feat: add lightsail resources Signed-off-by: Azanul <azanulhaque@gmail.com> * fix: lightsail in go mod Signed-off-by: Azanul <azanulhaque@gmail.com> * feat: neptune clusters Signed-off-by: Azanul <azanulhaque@gmail.com> * feat: route53 hosted zones Signed-off-by: Azanul <azanulhaque@gmail.com> * fix: route53 hosted zones Signed-off-by: Azanul <azanulhaque@gmail.com> * fix: route53 hosted zones Signed-off-by: Azanul <azanulhaque@gmail.com> --------- Signed-off-by: Azanul <azanulhaque@gmail.com>
Azanul
requested review from
mlabouardy,
ShubhamPalriwala,
AvineshTripathi and
greghub
as code owners
February 16, 2024 16:22
AvineshTripathi
approved these changes
Feb 17, 2024
mlabouardy
approved these changes
Feb 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog