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 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillRaphaelson authored Jul 18, 2023
1 parent d9ce16e commit b14ad8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## 0.2.11

Released July 20th, 2023.

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

## 0.2.10

Released June 30th, 2023.
Expand Down
4 changes: 0 additions & 4 deletions prefect_kubernetes/worker.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
"""
<span class="badge-api beta"/>
Module containing the Kubernetes worker used for executing flow runs as Kubernetes jobs.
Note this module is in **beta**. The interfaces within may change without notice.
To start a Kubernetes worker, run the following command:
```bash
Expand Down Expand Up @@ -480,7 +477,6 @@ class KubernetesWorker(BaseWorker):
)
_display_name = "Kubernetes"
_documentation_url = "https://prefecthq.github.io/prefect-kubernetes/worker/"
_is_beta = True
_logo_url = "https://images.ctfassets.net/gm98wzqotmnx/1zrSeY8DZ1MJZs2BAyyyGk/20445025358491b8b72600b8f996125b/Kubernetes_logo_without_workmark.svg.png?h=250" # noqa

async def run(
Expand Down

0 comments on commit b14ad8f

Please sign in to comment.