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

v3.1.10 release 🚀 #1346

Merged
merged 29 commits into from
Feb 19, 2024
Merged

v3.1.10 release 🚀 #1346

merged 29 commits into from
Feb 19, 2024

Conversation

Azanul
Copy link
Collaborator

@Azanul Azanul commented Feb 16, 2024

Changelog

  • Onboard new accounts features
  • Support for AWS Lightsail, Neptune & Route 53
  • Rescan cloud account for resources

dependabot bot and others added 29 commits January 8, 2024 23:42
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
…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>
Rename Add an Account button name to Connect account
* 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 Azanul marked this pull request as ready for review February 16, 2024 16:22
@Azanul Azanul merged commit 6eac4f6 into master Feb 19, 2024
8 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.

7 participants