DarthSim 2 anni fa
parent
commit
0250790910
3 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 2 0
      CHANGELOG.md
  2. 1 0
      docs/assets/versions.js
  3. 1 1
      version/version.go

+ 2 - 0
CHANGELOG.md

@@ -1,6 +1,8 @@
 # Changelog
 
 ## [Unreleased]
+
+## [3.17.0] - 2023-05-10
 ### Add
 - Add `process_resident_memory_bytes`, `process_virtual_memory_bytes`, `go_memstats_sys_bytes`, `go_memstats_heap_idle_bytes`, `go_memstats_heap_inuse_bytes`, `go_goroutines`, `go_threads`, `buffer_default_size_bytes`, `buffer_max_size_bytes`, and `buffer_size_bytes` metrics to OpenTelemetry.
 - Add support for the `Last-Modified` response header and the `If-Modified-Since` request header (controlled by the `IMGPROXY_USE_LAST_MODIFIED` config).

+ 1 - 0
docs/assets/versions.js

@@ -1,4 +1,5 @@
 window.IMGPROXY_VERSIONS = [
+  "3.17",
   "3.16",
   "3.15",
   "3.14",

+ 1 - 1
version/version.go

@@ -1,6 +1,6 @@
 package version
 
-const version = "3.16.1"
+const version = "3.17.0"
 
 func Version() string {
 	return version