Skip to content

Commit

Permalink
Fix changeResourceRecordSet with hostedZonePrivate
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Nov 24, 2022
1 parent 84ebc59 commit afe52a5
Show file tree
Hide file tree
Showing 5 changed files with 197 additions and 155 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 12.x, 14.x, 16.x ]
node-version: [ 12.x, 14.x, 16.x, 18.x ]
steps:
- uses: actions/checkout@master
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [6.2.1] - 2022-11-24

### Fixed
- Fixed hostedZonePrivate parameter is not honoured.

### Added
- Added node 18.x check

## [6.2.0] - 2022-10-28

### Added
- Add support for split horizon dns support. Thank you @overbit ([518](https://github.com/amplify-education/serverless-domain-manager/pull/518))
- Added support for split horizon dns support. Thank you @overbit ([518](https://github.com/amplify-education/serverless-domain-manager/pull/518))

## [6.1.0] - 2022-08-10

### Added
- Add support for mutual TLS authentication for regional APIs. Thank you @cjuega ([505](https://github.com/amplify-education/serverless-domain-manager/pull/505))
- Added support for mutual TLS authentication for regional APIs. Thank you @cjuega ([505](https://github.com/amplify-education/serverless-domain-manager/pull/505))

### Changed
- Dropped Node v12 support
Expand Down
Loading

0 comments on commit afe52a5

Please sign in to comment.