Skip to content

Commit

Permalink
Update changelog and version for v1.2.0 (#77)
Browse files Browse the repository at this point in the history
* Update version to 1.2.0

* Update CHANGELOG for v1.2.0
  • Loading branch information
trevorbonas authored Aug 22, 2024
1 parent 633a3af commit 7eb0cd5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.2.0](https://github.com/awslabs/amazon-timestream-connector-prometheus/releases/tag/1.2.0) - 2024-08-22
### Dependencies
- [Update docker to 25.0.6 & remove binary](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/74)

### Added
- [Add write buffering](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/76)

### Changed
- [Update S3 Build Artifacts Directory](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/71)
- [Change designer links to composer links](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/70)

## [v1.1.0](https://github.com/awslabs/amazon-timestream-connector-prometheus/releases/tag/1.1.0) - 2024-05-23
### Fixed
- [Make deployment user permissions more specific](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/68)
Expand Down
4 changes: 2 additions & 2 deletions serverless/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Metadata:
LicenseUrl: "LICENSE"
ReadmeUrl: "DEVELOPER_README.md"
HomePageUrl: "https://aws.amazon.com/timestream/"
SemanticVersion: "1.1.0"
SemanticVersion: "1.2.0"

Parameters:
APIGatewayStageName:
Expand Down Expand Up @@ -89,7 +89,7 @@ Resources:
Role: !GetAtt "IAMLambdaRole.Arn"
CodeUri:
Bucket: !Sub 'timestreamassets-${AWS::Region}'
Key: "timestream-prometheus-connector/timestream-prometheus-connector-linux-amd64-1.1.0.zip"
Key: "timestream-prometheus-connector/timestream-prometheus-connector-linux-amd64-1.2.0.zip"
Description: "Prometheus remote storage connector for Amazon Timestream"
Handler: "bootstrap"
MemorySize: !Ref "MemorySize"
Expand Down
2 changes: 1 addition & 1 deletion timestream/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ import (

// Application build information.
var (
Version = "1.1.0"
Version = "1.2.0"
GoVersion = runtime.Version()
)

0 comments on commit 7eb0cd5

Please sign in to comment.