summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG.md27
-rw-r--r--PKGBUILD2
3 files changed, 24 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 262a7f37b42e..7830c87bb6f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fastly
pkgdesc = CLI for the Fastly platform
- pkgver = 4.0.1
+ pkgver = 4.1.0
pkgrel = 1
url = https://github.com/fastly/cli
changelog = CHANGELOG.md
@@ -11,7 +11,7 @@ pkgbase = fastly
makedepends = git
makedepends = go
depends = glibc
- source = fastly::git+https://github.com/fastly/cli#tag=v4.0.1?signed
+ source = fastly::git+https://github.com/fastly/cli#tag=v4.1.0?signed
validpgpkeys = A4C2C78656BA5E3DD5F122E4BCE379A5D550C407
validpgpkeys = 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23
sha256sums = SKIP
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e05c16d0e7a5..9a843b3f5232 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,23 @@
# Changelog
+## [v4.1.0](https://github.com/fastly/cli/releases/tag/v4.1.0) (2022-10-11)
+
+[Full Changelog](https://github.com/fastly/cli/compare/v4.0.1...v4.1.0)
+
+**Bug fixes:**
+
+* Fix Rust validation step for fastly crate dependency [#661](https://github.com/fastly/cli/pull/661)
+* Fix `compute build --first-byte-timeout` [#667](https://github.com/fastly/cli/pull/667)
+* Ensure the ./bin directory is present even with `--skip-verification` [#665](https://github.com/fastly/cli/pull/665)
+
+**Enhancements:**
+
+* Reduce duplication of strings in logging package [#653](https://github.com/fastly/cli/pull/653)
+* Support `cert_host` and `use_sni` Viceroy properties [#663](https://github.com/fastly/cli/pull/663)
+
## [v4.0.1](https://github.com/fastly/cli/releases/tag/v4.0.1) (2022-10-05)
-[Full Changelog](https://github.com/fastly/cli/releases/tag/v4.0.0...v4.0.1)
+[Full Changelog](https://github.com/fastly/cli/compare/v4.0.0...v4.0.1)
**Bug fixes:**
@@ -12,7 +27,7 @@
## [v4.0.0](https://github.com/fastly/cli/releases/tag/v4.0.0) (2022-10-04)
-[Full Changelog](https://github.com/fastly/cli/releases/tag/v3.3.0...v4.0.0)
+[Full Changelog](https://github.com/fastly/cli/compare/v3.3.0...v4.0.0)
**Enhancements:**
@@ -38,7 +53,7 @@
## [v3.3.0](https://github.com/fastly/cli/releases/tag/v3.3.0) (2022-09-05)
-[Full Changelog](https://github.com/fastly/cli/releases/tag/v3.2.5...v3.3.0)
+[Full Changelog](https://github.com/fastly/cli/compare/v3.2.5...v3.3.0)
**Enhancements:**
@@ -51,7 +66,7 @@
## [v3.2.5](https://github.com/fastly/cli/releases/tag/v3.2.5) (2022-08-10)
-[Full Changelog](https://github.com/fastly/cli/releases/tag/v3.2.4...v3.2.5)
+[Full Changelog](https://github.com/fastly/cli/compare/v3.2.4...v3.2.5)
**Enhancements:**
@@ -65,7 +80,7 @@
## [v3.2.4](https://github.com/fastly/cli/releases/tag/v3.2.4) (2022-07-28)
-[Full Changelog](https://github.com/fastly/cli/releases/tag/v3.2.3...v3.2.4)
+[Full Changelog](https://github.com/fastly/cli/compare/v3.2.3...v3.2.4)
**Bug fixes:**
@@ -81,7 +96,7 @@
## [v3.2.2](https://github.com/fastly/cli/releases/tag/v3.2.2) (2022-07-28)
-[Full Changelog](https://github.com/fastly/cli/releases/tag/v3.2.1...v3.2.2)
+[Full Changelog](https://github.com/fastly/cli/compare/v3.2.1...v3.2.2)
**Bug fixes:**
diff --git a/PKGBUILD b/PKGBUILD
index d910856e9508..b2cb9325cc93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
## GPG key: https://github.com/web-flow.gpg
pkgname=fastly
-pkgver=4.0.1
+pkgver=4.1.0
pkgrel=1
pkgdesc='CLI for the Fastly platform'
url='https://github.com/fastly/cli'