Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Changelog for v1.0.0 Release #44

Merged
merged 5 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ 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.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)
- [Update Repository with Improved Useability with SAM Template](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/27)
- [Documentation Improvements for Serverless Deployment](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/31)
- [Add User-Agent header and documentation](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/34)
- [Integrating Documentation Revisions from Game Day](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/36)
- [Revise documentation](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/37)
- [Update one-click deployment links and IAM policy with public S3 buckets](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/39)
- [Update template.yml and package.py for platform.al2023 runtime](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/42)
- [Fix Lambda Execution Failure](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/43)

### Fixed
- [Fixing Failing golanci-lint](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/24)

### Dependencies
- [Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/17)
- [Bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.2+incompatible](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/26)
- [Bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.17.0](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/28)
- [Bump google.golang.org/grpc from 1.33.0 to 1.56.3](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/29)
- [Bump github.com/docker/docker from 1.13.1 to 24.0.7+incompatible](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/30)
- [Upgrade client_golang Dependency](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/32)

### Removed
- [Remove Multi-destination Support](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/35)
- [Remove Pyre Workflow](https://github.com/awslabs/amazon-timestream-connector-prometheus/pull/38)

## [v0.1.0](https://github.com/awslabs/amazon-timestream-connector-prometheus/releases/tag/0.1.0) - 2020-12-18
### Added
- Initial release
18 changes: 0 additions & 18 deletions serverless/CHANGELOG.md

This file was deleted.

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.0.0"
GoVersion = runtime.Version()
)
Loading