Skip to content

Commit 7eb0cd5

Browse files
authored
Update changelog and version for v1.2.0 (#77)
* Update version to 1.2.0 * Update CHANGELOG for v1.2.0
1 parent 633a3af commit 7eb0cd5

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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)

serverless/template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1414
Parameters:
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"

timestream/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ import (
1919

2020
// Application build information.
2121
var (
22-
Version = "1.1.0"
22+
Version = "1.2.0"
2323
GoVersion = runtime.Version()
2424
)

0 commit comments

Comments
 (0)