From 5b50cd7f33eda5c674ce8bc6f57c93997e32f0db Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Mon, 29 Jul 2024 11:21:05 +0200 Subject: [PATCH] SLVSCODE-811 Bump IaC analyzer to 1.33 --- CHANGELOG.md | 4 ++++ scripts/dependencies.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d48742f7a..98b49161b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.9 + +* Update IaC analyzer 1.32 -> [1.33](https://github.com/SonarSource/sonar-iac/releases/tag/1.33.0.11761), new rules for Helm charts + ## 4.8 * Update IaC analyzer 1.31 -> [1.32](https://github.com/SonarSource/sonar-iac/releases/tag/1.32.0.11383), new rules for Kubernetes, improvements and bug fixes diff --git a/scripts/dependencies.json b/scripts/dependencies.json index 833f46c3f..c785ad87a 100644 --- a/scripts/dependencies.json +++ b/scripts/dependencies.json @@ -69,7 +69,7 @@ { "groupId": "org.sonarsource.iac", "artifactId": "sonar-iac-plugin", - "version": "1.32.0.11383", + "version": "1.33.0.11761", "output": "analyzers/sonariac.jar" }, {