From e8ca351a626e4b2f3ccdb7537962ba7bf08a1126 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 21 Dec 2025 22:06:39 +0000 Subject: [PATCH] fix: update deprecation warning messages to reflect removal in v2.0.0 --- scripts/bump_beta.sh | 2 +- scripts/check-version-match-tag.sh | 2 +- scripts/clear-go-cache.sh | 2 +- scripts/coraza_integration.sh | 2 +- scripts/crowdsec_decision_integration.sh | 2 +- scripts/crowdsec_integration.sh | 2 +- scripts/crowdsec_startup_test.sh | 2 +- scripts/db-recovery.sh | 2 +- scripts/frontend-test-coverage.sh | 2 +- scripts/go-test-coverage.sh | 2 +- scripts/integration-test.sh | 2 +- scripts/trivy-scan.sh | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/scripts/bump_beta.sh b/scripts/bump_beta.sh index 52f3c3d2..5a66efb7 100755 --- a/scripts/bump_beta.sh +++ b/scripts/bump_beta.sh @@ -11,7 +11,7 @@ set -e # ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0 # Please use: .github/skills/scripts/skill-runner.sh utility-bump-beta # For more info: docs/AGENT_SKILLS_MIGRATION.md -echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2 echo " Please use: .github/skills/scripts/skill-runner.sh utility-bump-beta" >&2 echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2 echo "" >&2 diff --git a/scripts/check-version-match-tag.sh b/scripts/check-version-match-tag.sh index 6ca02d6c..2189fdfc 100755 --- a/scripts/check-version-match-tag.sh +++ b/scripts/check-version-match-tag.sh @@ -4,7 +4,7 @@ set -euo pipefail # ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0 # Please use: .github/skills/scripts/skill-runner.sh utility-version-check # For more info: docs/AGENT_SKILLS_MIGRATION.md -echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2 echo " Please use: .github/skills/scripts/skill-runner.sh utility-version-check" >&2 echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2 echo "" >&2 diff --git a/scripts/clear-go-cache.sh b/scripts/clear-go-cache.sh index 18fefdac..e6821945 100755 --- a/scripts/clear-go-cache.sh +++ b/scripts/clear-go-cache.sh @@ -4,7 +4,7 @@ set -euo pipefail # ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0 # Please use: .github/skills/scripts/skill-runner.sh utility-clear-go-cache # For more info: docs/AGENT_SKILLS_MIGRATION.md -echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2 echo " Please use: .github/skills/scripts/skill-runner.sh utility-clear-go-cache" >&2 echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2 echo "" >&2 diff --git a/scripts/coraza_integration.sh b/scripts/coraza_integration.sh index 28116c4d..5c966532 100644 --- a/scripts/coraza_integration.sh +++ b/scripts/coraza_integration.sh @@ -4,7 +4,7 @@ set -euo pipefail # ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0 # Please use: .github/skills/scripts/skill-runner.sh integration-test-coraza # For more info: docs/AGENT_SKILLS_MIGRATION.md -echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2 echo " Please use: .github/skills/scripts/skill-runner.sh integration-test-coraza" >&2 echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2 echo "" >&2 diff --git a/scripts/crowdsec_decision_integration.sh b/scripts/crowdsec_decision_integration.sh index c02bd642..1e8920b2 100755 --- a/scripts/crowdsec_decision_integration.sh +++ b/scripts/crowdsec_decision_integration.sh @@ -4,7 +4,7 @@ set -euo pipefail # ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0 # Please use: .github/skills/scripts/skill-runner.sh integration-test-crowdsec-decisions # For more info: docs/AGENT_SKILLS_MIGRATION.md -echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2 echo " Please use: .github/skills/scripts/skill-runner.sh integration-test-crowdsec-decisions" >&2 echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2 echo "" >&2 diff --git a/scripts/crowdsec_integration.sh b/scripts/crowdsec_integration.sh index 88fba099..ad21d5d9 100644 --- a/scripts/crowdsec_integration.sh +++ b/scripts/crowdsec_integration.sh @@ -4,7 +4,7 @@ set -euo pipefail # ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0 # Please use: .github/skills/scripts/skill-runner.sh integration-test-crowdsec # For more info: docs/AGENT_SKILLS_MIGRATION.md -echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2 echo " Please use: .github/skills/scripts/skill-runner.sh integration-test-crowdsec" >&2 echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2 echo "" >&2 diff --git a/scripts/crowdsec_startup_test.sh b/scripts/crowdsec_startup_test.sh index 611a1810..28f29d7e 100755 --- a/scripts/crowdsec_startup_test.sh +++ b/scripts/crowdsec_startup_test.sh @@ -4,7 +4,7 @@ set -euo pipefail # ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0 # Please use: .github/skills/scripts/skill-runner.sh integration-test-crowdsec-startup # For more info: docs/AGENT_SKILLS_MIGRATION.md -echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2 echo " Please use: .github/skills/scripts/skill-runner.sh integration-test-crowdsec-startup" >&2 echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2 echo "" >&2 diff --git a/scripts/db-recovery.sh b/scripts/db-recovery.sh index e5e22c92..21b568aa 100755 --- a/scripts/db-recovery.sh +++ b/scripts/db-recovery.sh @@ -13,7 +13,7 @@ # ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0 # Please use: .github/skills/scripts/skill-runner.sh utility-db-recovery # For more info: docs/AGENT_SKILLS_MIGRATION.md -echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2 echo " Please use: .github/skills/scripts/skill-runner.sh utility-db-recovery" >&2 echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2 echo "" >&2 diff --git a/scripts/frontend-test-coverage.sh b/scripts/frontend-test-coverage.sh index 14a8e040..3b1423d9 100755 --- a/scripts/frontend-test-coverage.sh +++ b/scripts/frontend-test-coverage.sh @@ -4,7 +4,7 @@ set -euo pipefail # ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0 # Please use: .github/skills/scripts/skill-runner.sh test-frontend-coverage # For more info: docs/AGENT_SKILLS_MIGRATION.md -echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2 echo " Please use: .github/skills/scripts/skill-runner.sh test-frontend-coverage" >&2 echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2 echo "" >&2 diff --git a/scripts/go-test-coverage.sh b/scripts/go-test-coverage.sh index 57c0ce86..243bdd1d 100755 --- a/scripts/go-test-coverage.sh +++ b/scripts/go-test-coverage.sh @@ -3,7 +3,7 @@ set -euo pipefail # ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0 # Please use: .github/skills/scripts/skill-runner.sh test-backend-coverage # For more info: docs/AGENT_SKILLS_MIGRATION.md -echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2 echo " Please use: .github/skills/scripts/skill-runner.sh test-backend-coverage" >&2 echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2 echo "" >&2 diff --git a/scripts/integration-test.sh b/scripts/integration-test.sh index c658bb5d..ff93b743 100755 --- a/scripts/integration-test.sh +++ b/scripts/integration-test.sh @@ -5,7 +5,7 @@ set -o pipefail # ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0 # Please use: .github/skills/scripts/skill-runner.sh integration-test-all # For more info: docs/AGENT_SKILLS_MIGRATION.md -echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2 echo " Please use: .github/skills/scripts/skill-runner.sh integration-test-all" >&2 echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2 echo "" >&2 diff --git a/scripts/trivy-scan.sh b/scripts/trivy-scan.sh index f439c158..10e62ab3 100755 --- a/scripts/trivy-scan.sh +++ b/scripts/trivy-scan.sh @@ -4,7 +4,7 @@ set -e # ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0 # Please use: .github/skills/scripts/skill-runner.sh security-scan-trivy # For more info: docs/AGENT_SKILLS_MIGRATION.md -echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2 echo " Please use: .github/skills/scripts/skill-runner.sh security-scan-trivy" >&2 echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2 echo "" >&2