Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1183 from cloudflare/1.8.4
Browse files Browse the repository at this point in the history
🎭 1.8.4
  • Loading branch information
EverlastingBugstopper authored Mar 31, 2020
2 parents 4c66a41 + 62c0301 commit c9c5bbe
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 30 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 🎭 1.8.4

- ### Fixes

- **Don't remove user configuration on npm installs - [EverlastingBugstopper], [issue/1180] [pull/1181]**

Wrangler started removing user's authentication configuration files on reinstallation from npm - this is no good and is fixed in this release.

[EverlastingBugstopper]: https://github.com/EverlastingBugstopper
[pull/1181]: https://github.com/cloudflare/wrangler/pull/1181
[issue/1180]: https://github.com/cloudflare/wrangler/issues/1180

- **Allow multiline files to be piped to `wrangler secret put` - [EverlastingBugstopper], [issue/1132] [pull/1171]**

Previously, if you tried to pipe a multiline file to `wrangler secret put`, the secret would only upload the first line of the file. This... was not helpful - `cat hello_world.txt | wrangler secret put` should behave as expected with this release.

[EverlastingBugstopper]: https://github.com/EverlastingBugstopper
[pull/1171]: https://github.com/cloudflare/wrangler/pull/1171
[issue/1132]: https://github.com/cloudflare/wrangler/issues/1132

- ### Maintenance

- **Bump GitHub Actions checkout version - [imbsky], [pull/1170]**

GitHub Actions are pretty nifty, and we've started using them as our CI provider in Wrangler. Actions allow you to specify a step that "uses" a template, and one of the most used templates is the template that checks out relevant code. GitHub just released v2 of that template, and our CI now uses it!

[imbsky]: https://github.com/imbsky
[pull/1170]: https://github.com/cloudflare/wrangler/pull/1170

## 🍟 1.8.3

- ### Features
Expand Down
56 changes: 29 additions & 27 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrangler"
version = "1.8.3"
version = "1.8.4"
authors = ["Ashley Williams <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion npm/npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/wrangler",
"version": "1.8.3",
"version": "1.8.4",
"description": "Wrangle your Cloudflare Workers",
"main": "binary.js",
"scripts": {
Expand Down

0 comments on commit c9c5bbe

Please sign in to comment.