aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorNikolai Lifanov <lifanov@FreeBSD.org>2017-11-17 19:22:24 +0000
committerNikolai Lifanov <lifanov@FreeBSD.org>2017-11-17 19:22:24 +0000
commit4e9d4be53581b98bea752c80dcc9dcb9365fb224 (patch)
tree863785686d3307bda2f4b23ed5901a1f4a5186f0 /UPDATING
parent3452330225db92eb43026ba79f7e9d28e1eaf43a (diff)
downloadports-4e9d4be53581b98bea752c80dcc9dcb9365fb224.tar.gz
ports-4e9d4be53581b98bea752c80dcc9dcb9365fb224.zip
update sysutils/terraform to 0.11.0
This update contains several incompatible changes. Please follow the upgrade guide when updating. Changes: https://github.com/hashicorp/terraform/blob/v0.11.0/CHANGELOG.md Upgrade guide: https://www.terraform.io/upgrade-guides/0-11.html
Notes
Notes: svn path=/head/; revision=454380
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3e5505c186b7..0cef7be4208a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,15 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20171117:
+ AFFECTS: users of sysutils/terraform
+ AUTHOR: lifanov@FreeBSD.org
+
+ Terraform has been updated to 0.11, which introduces several incompatible
+ changes. Please follow upgrading guide when updating the package.
+
+ https://www.terraform.io/upgrade-guides/0-11.html
+
20171114:
AFFECTS: users of ports-mgmt/poudriere
AUTHOR: bdrewery@FreeBSD.org