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

Commit

Permalink
Publish and update to template 0.3.2 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
itowlson authored Aug 19, 2019
1 parent bed5ed5 commit a502823
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.3.2

- Cache downloaded Duffle binaries
- Update to template 0.3.2 (fixes for Linux packaging)

## 0.3.1

- Fix for exporting thick bundles into self-installers
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.1",
"version": "0.3.2",
"preview": true,
"publisher": "ms-kubernetes-tools",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { move } from 'fs-extra';
import { ExtensionFileCache } from './utils/cache';

const DUFFLE_VERSION = '0.3.0-beta.3';
const DUFFLE_BAG_VERSION = '0.3.0';
const DUFFLE_BAG_VERSION = '0.3.2';
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 a502823

Please sign in to comment.