We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3065953 commit 8e7e2e5Copy full SHA for 8e7e2e5
NEWS.txt
@@ -2,7 +2,8 @@
2
- (feature) add support for Ukrainian hryvnia
3
- (feature) add support for Belarusian ruble
4
- (feature) a request that failed to download a file, can be retried
5
-- (infrastructure) Migrate to Spring Boot 2
+- (infrastructure) migrate to Spring Boot 2
6
+- (infrastructure) apply infrastructure-as-code approach with Terraform
7
8
0.4.2
9
- (feature) users can add multiple instances of a series into a collection
infra/terraform/my-stamps.tf
@@ -1,4 +1,6 @@
1
# @todo #1000 CI: validate and check Terraform configuration
+# @todo #1000 Terraform: add UptimeRobot
+# @todo #1000 Terraform: add Mailgun
variable "do_token" {}
0 commit comments