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

Commit

Permalink
Update to Duffle 0.3.1 and template 0.3.4 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
itowlson authored Aug 21, 2019
1 parent f508931 commit 62a5433
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.3.4

- Update to template 0.3.4 (UI fixes and improvements) and Duffle 0.3.1

## 0.3.3

- Update to template 0.3.3 (UI fixes and improvements)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "duffle-coat",
"displayName": "Duffle Coat",
"description": "Generates CNAB self-installers",
"version": "0.3.3",
"version": "0.3.4",
"preview": true,
"publisher": "ms-kubernetes-tools",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import * as duffle from './duffle/duffle';
import { move } from 'fs-extra';
import { ExtensionFileCache } from './utils/cache';

const DUFFLE_VERSION = '0.3.0-beta.3';
const DUFFLE_BAG_VERSION = '0.3.3';
const DUFFLE_VERSION = '0.3.1-beta.1';
const DUFFLE_BAG_VERSION = '0.3.4';
const DUFFLE_BAG_ZIP_LOCATION = `https://github.com/deislabs/duffle-bag/archive/${DUFFLE_BAG_VERSION}.zip`;

let DUFFLE_BINARIES_CACHE: ExtensionFileCache | null = null;
Expand Down

0 comments on commit 62a5433

Please sign in to comment.