Skip to content

Tags: infracost/jetbrains-infracost

Tags

1.2.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: support newer versions of Intellij (#21)

1.2.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: support future 2024.3 versions of IDE (#20)

Bump the supported version compatibility To version to 243.* which
includes 2024.3.* versions of all IDEs

1.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use correct email (#16)

1.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add explicit scan option (#13)

- Add option to only scan when explicitly running the scan (turn of file
  listeners)
- Fix the auth check


![image](https://github.com/infracost/jetbrains-infracost/assets/3049157/5920bd91-3e43-4ac7-b844-c4074c41dd8a)

1.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Switch to download binary on startup (#12)

- Update the plugin to download the binary as required on launch 
	- only happens on first download
- Add a button to Update infracost on the settings tab

<img width="983" alt="image"
src="https://github.com/infracost/jetbrains-infracost/assets/3049157/96554128-7f06-46ac-a2d4-f9eb35f8ece4">

1.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: use jetbrains cli platform (#11)

add backoff on the the running so that multiple runs at a time can't
happen and only queue one at a time.

1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Don't run on each file save (#10)

Only run infracost when the file that is update is a terraform file

1.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: tidy up login (#8)

Tidy up the login message so it fits more nicely on the screen

Fix the link to the linux binary

1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: tweak the readme to remove Explorer (#7)

1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update build.yml