Skip to content

Commit

Permalink
Version and changelog updates for the v1.3.1 release. (#84)
Browse files Browse the repository at this point in the history
Signed-off-by: forestmvey <[email protected]>
  • Loading branch information
forestmvey authored Dec 17, 2024
1 parent 55e99d3 commit 389b9c7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.3.1](https://github.com/awslabs/amazon-timestream-connector-prometheus/releases/tag/1.3.1) - 2024-12-17
### Dependencies
- [AWS SDK Go V2 Upgrade](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/83)

### Added
- [Add ARM support](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/81)

### Removed
- [Remove invalid deployment links](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/80)

## [v1.3.0](https://github.com/awslabs/amazon-timestream-connector-prometheus/releases/tag/1.3.0) - 2024-11-20
### Dependencies
- [Upgrade grpc](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/79)
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.3.0"
SemanticVersion: "1.3.1"

Parameters:
APIGatewayStageName:
Expand Down Expand Up @@ -108,7 +108,7 @@ Resources:
Role: !GetAtt IAMLambdaRole.Arn
CodeUri:
Bucket: !Sub 'timestreamassets-${AWS::Region}'
Key: "timestream-prometheus-connector/timestream-prometheus-connector-linux-arm64-1.3.0.zip"
Key: "timestream-prometheus-connector/timestream-prometheus-connector-linux-arm64-1.3.1.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.3.0"
Version = "1.3.1"
GoVersion = runtime.Version()
)

0 comments on commit 389b9c7

Please sign in to comment.