Skip to content

Commit

Permalink
Merge pull request #63 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release v0.1.1
  • Loading branch information
asjohnston-asf authored Jul 26, 2024
2 parents 2f6d2b7 + 27563a4 commit 57744a6
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 @@ -6,12 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1]

### Fixed
* Public read permissions were not correctly applied to the data bucket in v0.1.0.

## [0.1.0]

### Changed
* The bucket stack has been separated from the application stack for deployment into a separate account.

## [0.0.5]

### Added
* Automated creation of a log bucket for the data bucket.

## [0.0.4]
Expand Down
1 change: 0 additions & 1 deletion apps/bucket/cloudformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ Resources:
Resource:
- !Sub arn:aws:s3:::${DataSetBucket}/*
- !Sub arn:aws:s3:::${DataSetBucket}
Statement:
- Action: s3:PutObject
Effect: Allow
Principal:
Expand Down

0 comments on commit 57744a6

Please sign in to comment.