Skip to content

Commit

Permalink
remove activity tracker name
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelmace committed Jun 13, 2023
1 parent a081eeb commit 1855d47
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## 4.5.0 - 2023-06-13

### Added

### Changed

### Fixed

* Removed activity_tracker default name

## 4.4.0 - 2023-06-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion cloud/terraform/observability-activity-tracker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
variable "activity_tracker_name" {
description = "Name of Activity Tracker"
type = string
default = "activity-tracker"
default = ""
}

variable "activity_tracker_plan" {
Expand Down
2 changes: 1 addition & 1 deletion ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "mytodo-da",
"label": "Cloud Native Deployable Architecture",
"product_kind": "solution",
"version": "4.4.0",
"version": "4.5.0",
"tags": [
"network_vpc",
"Technology"
Expand Down

0 comments on commit 1855d47

Please sign in to comment.