Skip to content

Updating release notes and version bump for operator and its dependencies #176

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

Merged
merged 5 commits into from
May 22, 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
8 changes: 8 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
========================================================================
Amazon CloudWatch Agent Operator v1.4.0 (2024-05-22)
========================================================================
Enhancements:
* [ContainerInsights] Add status handlers for Neuron and DCGM resources to reduce logging (#169)
* [ApplicationSignals] Support application_signals instead of app_signals (#172)
* [ContainerInsights] Support tolerations for Neuron and DCGM custom resources (#175)

========================================================================
Amazon CloudWatch Agent Operator v1.3.1 (2024-04-24)
========================================================================
Expand Down
8 changes: 4 additions & 4 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Represents the latest stable release of the CloudWatch Agent
cloudwatch-agent=1.300037.0b583
cloudwatch-agent=1.300040.0b650

# Represents the current release of the CloudWatch Agent Operator.
operator=1.3.1
operator=1.4.0

# Represents the current release of ADOT language instrumentation.
aws-otel-java-instrumentation=v1.32.1
aws-otel-python-instrumentation=v0.1.1
aws-otel-java-instrumentation=v1.32.2
aws-otel-python-instrumentation=v0.2.0

dcgm-exporter=3.3.3-3.3.1-ubuntu22.04
neuron-monitor=1.0.0
Loading