Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/cicd-1-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: "CI/CD pull request"
on:
push:
branches:
- "**"
- "main"
pull_request:
types: [opened, reopened]
types: [opened, reopened, synchronize]
branches:
- main

jobs:
check-version:
# Only enforce version bump on main branch pushes or version tag pushes
if: startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/tags/v')
name: "Check version"
runs-on: ubuntu-latest
steps:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v1.4.6] (2026-07-22)

### Features

- Add optional `restore_acl` flag to the restore-to-s3 Lambda event contract, defaulting to `false`

### Improvements

- Update name prefix validation to allow hyphens (`-`) in `name_prefix`


## [v1.4.5] (2026-05-26)

Expand Down
2 changes: 1 addition & 1 deletion modules/aws-backup-source/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.5
v1.4.6