Skip to content

Commit fcede50

Browse files
Changes for v1.1.13 (#1600)
1 parent 1209085 commit fcede50

File tree

5 files changed

+241
-155
lines changed

5 files changed

+241
-155
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.13] - 2025-05-16
9+
10+
### Fixed
11+
12+
* fixed pipeline deployment with Redshift
13+
814
## [1.1.12] - 2025-05-13
915

1016
### Security
1117

12-
* Removed CloudWatch Alarm toggling to improve security posture
18+
* removed CloudWatch Alarm toggling to improve security posture
1319

1420
## [1.1.11] - 2025-03-12
1521

NOTICE.txt

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,86 @@ setuptools under the MIT license.
196196
pip under the MIT license.
197197
rpm under the MIT license.
198198
gpg under the LGPL2.1+ (the library), GPL2+ (tests and examples) licenses.
199+
qrcode-terminal under the Apache-2.0 license.
200+
@aws-sdk/abort-controller under the Apache-2.0 license.
201+
@aws-sdk/chunked-blob-reader under the Apache-2.0 license.
202+
@aws-sdk/config-resolver under the Apache-2.0 license.
203+
@aws-sdk/credential-provider-imds under the Apache-2.0 license.
204+
@aws-sdk/eventstream-codec under the Apache-2.0 license.
205+
@aws-sdk/eventstream-serde-browser under the Apache-2.0 license.
206+
@aws-sdk/eventstream-serde-config-resolver under the Apache-2.0 license.
207+
@aws-sdk/eventstream-serde-node under the Apache-2.0 license.
208+
@aws-sdk/eventstream-serde-universal under the Apache-2.0 license.
209+
@aws-sdk/fetch-http-handler under the Apache-2.0 license.
210+
@aws-sdk/hash-blob-browser under the Apache-2.0 license.
211+
@aws-sdk/hash-node under the Apache-2.0 license.
212+
@aws-sdk/hash-stream-node under the Apache-2.0 license.
213+
@aws-sdk/invalid-dependency under the Apache-2.0 license.
214+
@aws-sdk/is-array-buffer under the Apache-2.0 license.
215+
@aws-sdk/md5-js under the Apache-2.0 license.
216+
@aws-sdk/middleware-content-length under the Apache-2.0 license.
217+
@aws-sdk/middleware-endpoint under the Apache-2.0 license.
218+
@aws-sdk/middleware-retry under the Apache-2.0 license.
219+
@aws-sdk/middleware-sdk-sts under the Apache-2.0 license.
220+
@aws-sdk/middleware-serde under the Apache-2.0 license.
221+
@aws-sdk/middleware-stack under the Apache-2.0 license.
222+
@aws-sdk/nested-clients under the Apache-2.0 license.
223+
@aws-sdk/node-config-provider under the Apache-2.0 license.
224+
@aws-sdk/node-http-handler under the Apache-2.0 license.
225+
@aws-sdk/property-provider under the Apache-2.0 license.
226+
@aws-sdk/protocol-http under the Apache-2.0 license.
227+
@aws-sdk/querystring-builder under the Apache-2.0 license.
228+
@aws-sdk/querystring-parser under the Apache-2.0 license.
229+
@aws-sdk/service-error-classification under the Apache-2.0 license.
230+
@aws-sdk/shared-ini-file-loader under the Apache-2.0 license.
231+
@aws-sdk/signature-v4 under the Apache-2.0 license.
232+
@aws-sdk/smithy-client under the Apache-2.0 license.
233+
@aws-sdk/url-parser under the Apache-2.0 license.
234+
@aws-sdk/util-base64 under the Apache-2.0 license.
235+
@aws-sdk/util-body-length-browser under the Apache-2.0 license.
236+
@aws-sdk/util-body-length-node under the Apache-2.0 license.
237+
@aws-sdk/util-buffer-from under the Apache-2.0 license.
238+
@aws-sdk/util-config-provider under the Apache-2.0 license.
239+
@aws-sdk/util-defaults-mode-browser under the Apache-2.0 license.
240+
@aws-sdk/util-defaults-mode-node under the Apache-2.0 license.
241+
@aws-sdk/util-hex-encoding under the Apache-2.0 license.
242+
@aws-sdk/util-middleware under the Apache-2.0 license.
243+
@aws-sdk/util-retry under the Apache-2.0 license.
244+
@aws-sdk/util-stream-browser under the Apache-2.0 license.
245+
@aws-sdk/util-stream-node under the Apache-2.0 license.
246+
@aws-sdk/util-uri-escape under the Apache-2.0 license.
247+
@aws-sdk/util-utf8 under the Apache-2.0 license.
248+
@aws-sdk/util-waiter under the Apache-2.0 license.
249+
@babel/plugin-bugfix-safari-class-field-initializer-scope under the MIT license.
250+
@babel/plugin-transform-duplicate-named-capturing-groups-regex under the MIT license.
251+
@babel/plugin-transform-regexp-modifiers under the MIT license.
252+
@esbuild/netbsd-arm64 under the MIT license.
253+
@eslint/config-array under the Apache-2.0 license.
254+
@eslint/config-helpers under the Apache-2.0 license.
255+
@eslint/core under the Apache-2.0 license.
256+
@eslint/object-schema under the Apache-2.0 license.
257+
@eslint/plugin-kit under the Apache-2.0 license.
258+
@humanfs/core under the Apache-2.0 license.
259+
@humanfs/node under the Apache-2.0 license.
260+
@humanwhocodes/retry under the Apache-2.0 license.
261+
@nolyfill/is-core-module under the MIT license.
262+
@parcel/watcher-android-arm64 under the MIT license.
263+
@parcel/watcher-darwin-arm64 under the MIT license.
264+
@parcel/watcher-darwin-x64 under the MIT license.
265+
@parcel/watcher-freebsd-x64 under the MIT license.
266+
@parcel/watcher-linux-arm-glibc under the MIT license.
267+
@parcel/watcher-linux-arm-musl under the MIT license.
268+
@parcel/watcher-linux-arm64-glibc under the MIT license.
269+
@parcel/watcher-linux-arm64-musl under the MIT license.
270+
@parcel/watcher-linux-x64-glibc under the MIT license.
271+
@parcel/watcher-linux-x64-musl under the MIT license.
272+
@parcel/watcher-win32-arm64 under the MIT license.
273+
@parcel/watcher-win32-ia32 under the MIT license.
274+
@parcel/watcher-win32-x64 under the MIT license.
275+
@rtsao/scc under the MIT license.
276+
@stylistic/eslint-plugin under the MIT license.
277+
@types/eslint-scope under the MIT license.
278+
@types/ms under the MIT license.
199279
@aashutoshrathi/word-wrap under the MIT license.
200280
@adobe/css-tools under the MIT license.
201281
@alloc/quick-lru under the MIT license.

solution-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: SO0219
33
name: clickstream-analytics-on-aws
4-
version: v1.1.12
4+
version: v1.1.13
55
cloudformation_templates:
66
- template: cloudfront-s3-control-plane-stack-global.template.json
77
main_template: true

src/control-plane/backend/lambda/api/config/dictionary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dist_output_bucket": "solutions-reference",
77
"target": "latest",
88
"prefix": "",
9-
"version": "v1.1.12"
9+
"version": "v1.1.13"
1010
}
1111
},
1212
{

0 commit comments

Comments
 (0)