Skip to content

Commit 631a9ca

Browse files
author
Dmitry Protsenko
committed
2.0.9
- Enforcing to use YAML plugin as required
1 parent 147aee4 commit 631a9ca

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
# Cloud (IaC) Security Changelog
44

5+
## [2.0.9] 16-08-2025
6+
7+
Read more about [Kubernetes Security Best Practices](https://protsenko.dev/kubernetes-security-top-12-best-practices-to-protect-your-cluster/)
8+
9+
### Changed
10+
- Enforcing using YAML plugin as required.
11+
512
## [2.0.8] 09-08-2025
613

714
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pluginGroup = dev.protsenko.securityLinter
22
pluginName = Cloud (IaC) Security
33
pluginRepositoryUrl = https://github.com/NordCoderd/cloud-security-plugin
4-
pluginVersion = 2.0.8
4+
pluginVersion = 2.0.9
55

66
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
77
pluginSinceBuild = 231

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
1515
<depends>com.intellij.modules.platform</depends>
1616
<depends>Docker</depends>
17-
<depends optional="true" config-file="dev.protsenko.security-linter-yaml.xml">org.jetbrains.plugins.yaml</depends>
17+
<depends config-file="dev.protsenko.security-linter-yaml.xml">org.jetbrains.plugins.yaml</depends>
1818

1919
<resource-bundle>messages.SecurityPluginBundle</resource-bundle>
2020

0 commit comments

Comments
 (0)