Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2196 from hashicorp/backport/ecs/resources-actual…
Browse files Browse the repository at this point in the history
…/mutually-refined-penguin

This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-waypoint authored Sep 2, 2021
2 parents 169d618 + f91a978 commit 518aa65
Show file tree
Hide file tree
Showing 6 changed files with 3,072 additions and 944 deletions.
23 changes: 23 additions & 0 deletions .changelog/2098.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
```release-note:improvement
plugin/aws-ecs: More complete list of resources displayed in `waypoint deploy` logs
```

```release-note:improvement
plugin/aws-ecs: Support for status reports, enabling `waypoint status` for ecs deployments
```

```release-note:improvement
plugin/aws-ecs: Deployments delete their resources on failure.
```

```release-note:improvement
plugin/aws-ecs: Improve security of ecs tasks by restricting ingress to the ALB
```

```release-note:bug
plugin/aws-ecs: Fix panic when specifying a sidecar without a healthcheck
```

```release-note:improvement
plugin/aws-ecs: Error messages contain additional context
```
4 changes: 3 additions & 1 deletion builtin/aws/ecs/main.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package ecs

import (
"github.com/hashicorp/waypoint-plugin-sdk"
sdk "github.com/hashicorp/waypoint-plugin-sdk"
)

//go:generate protoc -I ../../../.. --go_opt=plugins=grpc --go_out=../../../.. waypoint/builtin/aws/ecs/plugin.proto

const platformName = "aws-ecs"

// Options are the SDK options to use for instantiation.
var Options = []sdk.Option{
sdk.WithComponents(&Platform{}),
Expand Down
Loading

0 comments on commit 518aa65

Please sign in to comment.