Skip to content

Commit c06b069

Browse files
Merge pull request #189 from ably/release/v0.8.0
Release v0.8.0
2 parents 5ca9f75 + c147088 commit c06b069

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
2-
j
2+
3+
## [0.8.0](https://github.com/ably/terraform-provider-ably/tree/v0.8.0)
4+
5+
[Full Changelog](https://github.com/ably/terraform-provider-ably/compare/v0.7.0..v0.8.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Expose LiveSync to the terraform provider [\#180](https://github.com/ably/terraform-provider-ably/issues/180)
10+
11+
**Closed issues:**
12+
13+
- Following instructions for importing configuration doesn't work [\#181](https://github.com/ably/terraform-provider-ably/issues/181)
14+
15+
**Merged pull requests:**
16+
17+
- Bump golang.org/x/crypto from 0.21.0 to 0.31.0 [\#188](https://github.com/ably/terraform-provider-ably/pull/188) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- \[INF-5307\] - Add the MongoDB & PostgreSQL Outbox Ably Ingress Rules [\#187](https://github.com/ably/terraform-provider-ably/pull/187) ([graham-russell](https://github.com/graham-russell))
19+
- Update documentation for importing existing apps to use app id instead of a name [\#186](https://github.com/ably/terraform-provider-ably/pull/186) ([kavalerov](https://github.com/kavalerov))
20+
- Update goreleaser [\#185](https://github.com/ably/terraform-provider-ably/pull/185) ([surminus](https://github.com/surminus))
21+
322
## [0.7.0](https://github.com/ably/terraform-provider-ably/tree/v0.7.0)
423

524
[Full Changelog](https://github.com/ably/terraform-provider-ably/compare/v0.6.1...v0.7.0)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ HOSTNAME=github.com
33
NAMESPACE=ably
44
NAME=ably
55
BINARY=terraform-provider-${NAME}
6-
VERSION=0.7.0
6+
VERSION=0.8.0
77
OS ?= $(shell uname -s | tr '[:upper:]' '[:lower:]')
88
ARCH_NATIVE := $(shell uname -m)
99
ARCH_MAPPED := $(shell echo "$(ARCH_NATIVE)" | sed -e 's/x86_64/amd64/' -e 's/aarch64/arm64/' -e 's/armv7l/arm/')

0 commit comments

Comments
 (0)