Skip to content

Commit

Permalink
chore: release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-gov-pages-operations committed Jun 18, 2024
1 parent 92d6ff8 commit acc72c9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.9.3 (2024-06-18)

### Fixed

- Only encrypt site build param values based on defined keys
- reorder session auth logic, handle redirect to prevent unhandled 500 errors
- **admin**: Show UAAIdentity ID in Admin User page (#4501)
- send 401 response for bad auth callback (#4512)

### Maintenance

- remove metrics, update yarn.lock
- **deps**: bump the npm_and_yarn group across 2 directories with 2 updates
- **ci**: Add necessary pipeline OCI image resources to staging and prod
- yarn.lock regeneration
- wait for db port on ci tests
- Add build metrics query examples (#4500)
- harden docker in docker use
- Encrypt build task CF task param values #4509

## 0.9.2 (2024-05-21)

### Maintenance
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pages-core",
"private": true,
"version": "0.9.2",
"version": "0.9.3",
"description": "",
"keywords": [],
"dependencies": {
Expand Down

0 comments on commit acc72c9

Please sign in to comment.