diff --git a/scripts/bump_beta.sh b/scripts/bump_beta.sh index 5a66efb7..52f3c3d2 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 v2.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v1.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 2189fdfc..6ca02d6c 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 v2.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v1.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 e6821945..18fefdac 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 v2.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v1.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 5c966532..28116c4d 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 v2.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v1.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 1e8920b2..c02bd642 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 v2.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v1.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 ad21d5d9..88fba099 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 v2.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v1.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 28f29d7e..611a1810 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 v2.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v1.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 21b568aa..e5e22c92 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 v2.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v1.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 3b1423d9..14a8e040 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 v2.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v1.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 243bdd1d..57c0ce86 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 v2.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v1.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 ff93b743..c658bb5d 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 v2.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v1.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 10e62ab3..f439c158 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 v2.0.0" >&2 +echo "⚠️ WARNING: This script is deprecated and will be removed in v1.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