Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
removing-worker-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
WillRaphaelson committed Jul 17, 2023
1 parent 416d55e commit 8782adf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## 0.3.6

Released June 29th, 2023.

### Changed
- Promoted workers to GA, removed beta disclaimers

## 0.3.5

Released on July 14th, 2023.
Expand Down
1 change: 0 additions & 1 deletion prefect_aws/workers/ecs_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@ class ECSWorker(BaseWorker):
)
_display_name = "AWS Elastic Container Service"
_documentation_url = "https://prefecthq.github.io/prefect-aws/ecs_worker/"
_is_beta = True
_logo_url = "https://images.ctfassets.net/gm98wzqotmnx/1jbV4lceHOjGgunX15lUwT/db88e184d727f721575aeb054a37e277/aws.png?h=250" # noqa

async def run(
Expand Down

0 comments on commit 8782adf

Please sign in to comment.