Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ringo De Smet <[email protected]>
  • Loading branch information
ringods committed Oct 1, 2021
1 parent aa2ae66 commit 9e5fd56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A [Concourse](http://concourse-ci.org/) resource type that allows jobs to modify IaaS resources via [Pulumi](https://www.pulumi.com/). This resource will work against the Pulumi hosted platform. Cloud based state storage backends are not supported by this resource.

*NOTE:* This resource is currently under development and might still contain some bugs. Use at least v0.3.1, in combination with a Pulumi 3.x based project. All previous development versions are unsupported.
*NOTE:* This resource is currently under development and might still contain some bugs. Use at least v0.4.0, in combination with a Pulumi 3.x based project. All previous development versions are unsupported.

## Community

Expand All @@ -24,7 +24,7 @@ resource_types:
type: registry-image
source:
repository: ghcr.io/ringods/pulumi-resource
tag: v0.3.1
tag: v0.4.0
```
Concourse will now know about the resource type called `pulumi` in your list of resources.
Expand Down

0 comments on commit 9e5fd56

Please sign in to comment.