diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b999db..21bdfb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: go_version: '1.23' build_linux_packages: true VERSION_BUMPER_APPID: ${{ vars.GH_APP_STEADYBIT_APP_ID }} - force_push_docker_image: true secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} PAT_TOKEN_EXTENSION_DEPLOYER: ${{ secrets.PAT_TOKEN_EXTENSION_DEPLOYER }} diff --git a/CHANGELOG.md b/CHANGELOG.md index d27d7ac..25e5470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## v2.3.4 (next release) +## v2.3.5 + +- Multi region support +- EC2 Instance State Attack allows to start a stopped instance + +## v2.3.4 + - Don't fail AWS Blackhole if account != service owner - Update dependencies diff --git a/Dockerfile b/Dockerfile index 470fbe8..6ba7191 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,6 @@ FROM alpine:3.20 LABEL "steadybit.com.discovery-disabled"="true" -RUN apk --no-cache add aws-cli - ARG USERNAME=steadybit ARG USER_UID=10000 diff --git a/README.md b/README.md index 9f4c98a..3ec9836 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ our [Reliability Hub](https://hub.steadybit.com/extension/com.steadybit.extensio |-----------------------------------------------------------------|-------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------| | `STEADYBIT_EXTENSION_WORKER_THREADS` | | How many parallel workers should call aws apis (only used if `STEADYBIT_EXTENSION_ASSUME_ROLES` is used) | no | 1 | | `STEADYBIT_EXTENSION_ASSUME_ROLES` | `aws.assumeRoles` | See detailed description below | no | | -| `STEADYBIT_EXTENSION_REGIONS` | | See detailed description below | no | | +| `STEADYBIT_EXTENSION_REGIONS` | `aws.regions` | See detailed description below | no | | | `STEADYBIT_EXTENSION_DISCOVERY_DISABLED_EC2` | `aws.discovery.disabled.ec2` | Disable EC2-Discovery and all EC2 related definitions | no | false | | `STEADYBIT_EXTENSION_DISCOVERY_INTERVAL_EC2` | | Discovery-Interval in seconds | no | 30 | | `STEADYBIT_EXTENSION_DISCOVERY_DISABLED_ECS` | `aws.discovery.disabled.ecs` | Disable ECS-Discovery and all ECS related definitions | no | false |