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

Commit

Permalink
Release v0.2.7 Iterative provider (iterative#342)
Browse files Browse the repository at this point in the history
* cml-cloud-runner name sync

* change cli help

* fix template

* bump version

* Release v0.2.7 Iterative provider 0.5.1
  • Loading branch information
DavidGOrtega authored Nov 12, 2020
1 parent c73b6ff commit fc45bab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/cml-cloud-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ const run_terraform = async (opts) => {
terraform {
required_providers {
iterative = {
source = "DavidGOrtega/iterative"
version = "0.5.0"
source = "iterative/iterative"
version = "0.5.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvcorg/cml",
"version": "0.2.6",
"version": "0.2.7",
"author": {
"name": "DVC",
"url": "http://cml.dev"
Expand Down

0 comments on commit fc45bab

Please sign in to comment.