Skip to content

Commit

Permalink
Update Changelog and Versions for the v1.1.0 Release (#69)
Browse files Browse the repository at this point in the history
* Update changelog and versions for the v1.1.0 release.

Signed-off-by: forestmvey <forestv@bitquilltech.com>

* Minor formatting update in changelog.

Signed-off-by: forestmvey <forestv@bitquilltech.com>

---------

Signed-off-by: forestmvey <forestv@bitquilltech.com>
  • Loading branch information
forestmvey authored May 23, 2024
1 parent 1a70ce2 commit 3ab23a4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,34 @@ 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.0.3](https://github.com/awslabs/amazon-timestream-connector-prometheus/releases/tag/1.0.3) - 2024-05-01
## [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)

### Dependencies
- [Update vulnerable dependencies](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/64)

### Added
- [Add Documentation for Generating Keys and Certificates for TLS Tests](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/66)
- [Add Lambda timeout & refactor timeout names](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/65)

### Removed
- [Remove reference to SigV4 issue](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/67)
- [Removing Not Needed Certificates](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/63)

## [v1.0.3](https://github.com/awslabs/amazon-timestream-connector-prometheus/releases/tag/1.0.3) - 2024-05-01
### Added
- [Add Logging for Ignored Records and Records Requested for Ingestion](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/60)

## [v1.0.2](https://github.com/awslabs/amazon-timestream-connector-prometheus/releases/tag/1.0.2) - 2024-04-30

### Added
- [Add documentation for API Gateway endpoints](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/54)
- [Adding Log Level to Environment Variables in CFN Template](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/55)
- [Log number of failed records and update logging documentation](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/56)

### Changed
- [Changing Logging of Records and Errors to Debug Mode](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/57)

### Dependencies
- [Bump golang.org/x/net from 0.18.0 to 0.23.0 in the go_modules group across 1 directory](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/53)

Expand All @@ -34,7 +49,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Dependencies
- [Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/46)


## [v1.0.0](https://github.com/awslabs/amazon-timestream-connector-prometheus/releases/tag/1.0.0) - 2024-03-14
### Added
- [Adding region to environment vars](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/16)
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.0.3"
SemanticVersion: "1.1.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-linux-amd64-1.0.3.zip"
Key: "timestream-prometheus-connector-linux-amd64-1.1.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.0.3"
Version = "1.1.0"
GoVersion = runtime.Version()
)

0 comments on commit 3ab23a4

Please sign in to comment.