Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
XOmniverse committed Oct 14, 2024
1 parent c8fcddd commit 7b46260
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cost/google/cud_recommendations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## v4.2.1

- Minor code improvements to conform with current standards. Functionality unchanged.
- Added `Service` field to incident table
- Minor code improvements to conform with current standards.

## v4.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,9 @@ policy "pol_recommendations" do
field "state" do
label "State"
end
field "service" do
label "Service"
end
field "id" do
label "ID"
path "resourceID"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,9 @@ policy "policy_scheduled_report" do
field "state" do
label "State"
end
field "service" do
label "Service"
end
field "id" do
label "ID"
end
Expand Down

0 comments on commit 7b46260

Please sign in to comment.