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

Commit

Permalink
Merge branch 'main' into update-ecs-worker-description
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle authored Jun 28, 2023
2 parents c5693fc + f287c23 commit a5e6bd7
Show file tree
Hide file tree
Showing 23 changed files with 546 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/PrefectHQ/prefect-collection-template",
"commit": "e11a3be195f24f60ed3f564dfccb40170ee7c3fa",
"commit": "3a5638aeff4b6e4eb43ab4603aa53583504c4d8b",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @PrefectHQ/integrations
* @PrefectHQ/open-source
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
mkdocs build
- name: Publish docs
uses: JamesIves/[email protected].1
uses: JamesIves/[email protected].2
with:
branch: docs
folder: site
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
mkdocs build
- name: Publish docs
uses: JamesIves/[email protected].1
uses: JamesIves/[email protected].2
with:
branch: docs
folder: site
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## 0.3.4

Released on June 15th, 2023.

### Added

- Added `S3Bucket.stream_from` to copy objects between buckets - [#276](https://github.com/PrefectHQ/prefect-aws/pull/276)

### Deprecated

- `prefect_aws.projects` module. Use `prefect_aws.deployments` instead. - [#278](https://github.com/PrefectHQ/prefect-aws/pull/278)
- `pull_project_from_s3` step. Use `pull_from_s3` instead. - [#278](https://github.com/PrefectHQ/prefect-aws/pull/278)
- `push_project_to_s3` step. Use `push_to_s3` instead. - [#278](https://github.com/PrefectHQ/prefect-aws/pull/278)
- `PullProjectFromS3Output` step output. Use `PullFromS3Output` instead. - [#278](https://github.com/PrefectHQ/prefect-aws/pull/278)
- `PushProjectToS3Output` step output. Use `PushToS3Output` instead. - [#278](https://github.com/PrefectHQ/prefect-aws/pull/278)

## 0.3.3

Released on June 13th, 2023.

### Fixed

- Change prefect.docker import to prefect.utilities.dockerutils to fix a crash when using custom blocks based on S3Bucket - [#273](https://github.com/PrefectHQ/prefect-aws/pull/273)

## 0.3.2

Released on May 25th, 2023.
Expand Down
6 changes: 6 additions & 0 deletions docs/deployments/steps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description: Prefect deployment steps for managing deployment code storage via AWS S3.
notes: This documentation page is generated from source file docstrings.
---

::: prefect_aws.deployments.steps
Loading

0 comments on commit a5e6bd7

Please sign in to comment.