mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v11.28.11
This commit is contained in:
parent
af8d7283a5
commit
d6e7359400
@ -1,3 +1,36 @@
|
||||
- commits:
|
||||
- subject: >-
|
||||
Don't ignore BALENARC_NO_PROXY env var if HTTP(S)_PROXY env vars are
|
||||
defined
|
||||
hash: 9470e804c0e7e2e53743fa7bdd039a21eebb3954
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
- subject: Use types for global-agent and global-tunnel-ng
|
||||
hash: 00943463a42d6b9d7103ce85aed4da14ed427717
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
- subject: Remove lodash usage in proxy setup
|
||||
hash: 3f6d7702331d6e00615a676c22bf946298af60ce
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
- subject: Don't try to setup a proxy agent when there's no proxy configured
|
||||
hash: c4a6086e9cb393024108c4466abf7afce4328311
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 11.28.11
|
||||
date: 2020-03-02T15:13:33.151Z
|
||||
- commits:
|
||||
- subject: Update dependencies
|
||||
hash: fe4e1d09d7d5fd0655c38070f862a657c7d878b8
|
||||
|
@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file
|
||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 11.28.11 - 2020-03-02
|
||||
|
||||
* Don't ignore BALENARC_NO_PROXY env var if HTTP(S)_PROXY env vars are defined [Paulo Castro]
|
||||
* Use types for global-agent and global-tunnel-ng [Pagan Gazzard]
|
||||
* Remove lodash usage in proxy setup [Pagan Gazzard]
|
||||
* Don't try to setup a proxy agent when there's no proxy configured [Pagan Gazzard]
|
||||
|
||||
## 11.28.10 - 2020-03-02
|
||||
|
||||
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.28.10",
|
||||
"version": "11.28.11",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.28.10",
|
||||
"version": "11.28.11",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user