You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,31 +5,38 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
-
## [v1.0.0] - 2026-01-07
8
+
## Unreleased
9
9
10
10
### Added
11
11
12
-
- Initial stand up of repo and successful test deployment after extracting console-ui from main filmdrop terraform modules repository ([2](https://github.com/Element84/terraform-aws-filmdrop-ui/pull/2))
13
-
- Renaming from `console-ui` and all references to more idiomatic `filmdrop-ui` to align with rest of filmdrop ecosystem
14
-
- Fix an edge case of bucket name length being too long due to filmdrop inputs
15
-
16
12
### Changed
17
13
18
14
### Fixed
19
15
20
16
### Removed
21
17
22
18
23
-
## Unreleased
19
+
## [v1.0.1] - 2026-01-15
24
20
25
21
### Added
26
22
27
23
- Restored `filmdrop_ui_bucket_name` input variable to specify the S3 bucket for deploying the built UI application
28
24
29
-
### Changed
30
-
31
25
### Fixed
32
26
33
27
- Fixed `CONTENT_BUCKET` environment variable to use `filmdrop_ui_bucket_name` instead of the config bucket, preventing the built UI from being synced to the same bucket as the CodeBuild configuration
34
28
35
-
### Removed
29
+
30
+
## [v1.0.0] - 2026-01-07
31
+
32
+
### Added
33
+
34
+
- Initial stand up of repo and successful test deployment after extracting console-ui from main filmdrop terraform modules repository ([2](https://github.com/Element84/terraform-aws-filmdrop-ui/pull/2))
35
+
- Renaming from `console-ui` and all references to more idiomatic `filmdrop-ui` to align with rest of filmdrop ecosystem
36
+
- Fix an edge case of bucket name length being too long due to filmdrop inputs
0 commit comments