File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ v1.2.0] ( https://github.com/awslabs/amazon-timestream-connector-prometheus/releases/tag/1.2.0 ) - 2024-08-22
8+ ### Dependencies
9+ - [ Update docker to 25.0.6 & remove binary] ( https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/74 )
10+
11+ ### Added
12+ - [ Add write buffering] ( https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/76 )
13+
14+ ### Changed
15+ - [ Update S3 Build Artifacts Directory] ( https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/71 )
16+ - [ Change designer links to composer links] ( https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/70 )
17+
718## [ v1.1.0] ( https://github.com/awslabs/amazon-timestream-connector-prometheus/releases/tag/1.1.0 ) - 2024-05-23
819### Fixed
920- [ Make deployment user permissions more specific] ( https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/68 )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Metadata:
99 LicenseUrl : " LICENSE"
1010 ReadmeUrl : " DEVELOPER_README.md"
1111 HomePageUrl : " https://aws.amazon.com/timestream/"
12- SemanticVersion : " 1.1 .0"
12+ SemanticVersion : " 1.2 .0"
1313
1414Parameters :
1515 APIGatewayStageName :
@@ -89,7 +89,7 @@ Resources:
8989 Role : !GetAtt "IAMLambdaRole.Arn"
9090 CodeUri :
9191 Bucket : !Sub 'timestreamassets-${AWS::Region}'
92- Key : " timestream-prometheus-connector/timestream-prometheus-connector-linux-amd64-1.1 .0.zip"
92+ Key : " timestream-prometheus-connector/timestream-prometheus-connector-linux-amd64-1.2 .0.zip"
9393 Description : " Prometheus remote storage connector for Amazon Timestream"
9494 Handler : " bootstrap"
9595 MemorySize : !Ref "MemorySize"
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ import (
1919
2020// Application build information.
2121var (
22- Version = "1.1 .0"
22+ Version = "1.2 .0"
2323 GoVersion = runtime .Version ()
2424)
You can’t perform that action at this time.
0 commit comments