Skip to content

Commit d1b16ca

Browse files
authored
Update CHANGELOG in prep for v1.3.2 (#1709)
* release * misc * add entry
1 parent 55a640c commit d1b16ca

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## HEAD
44

5+
## v1.3.2
6+
7+
### Misc
8+
59
* [migrillian] remove etcd support in #1699
610
* Bump golangci-lint from 1.55.1 to 1.61.0 (developers should update to this version).
711
* Update ctclient tool to support SCT extensions field by @liweitianux in https://github.com/google/certificate-transparency-go/pull/1645
@@ -10,6 +14,8 @@
1014
* [preloader] support Bearer token Authentication for non temporal logs.
1115
* [preloader] support end indexes
1216
* [CTFE] Short cache max-age when get-entries returns fewer entries than requested by @robstradling in https://github.com/google/certificate-transparency-go/pull/1707
17+
* [CTFE] Disalllow mismatching signature algorithm identifiers in #702.
18+
* [jsonclient] surface HTTP Do and Read errors #1695 by @FiloSottile
1319

1420
### CTFE Storage Saving: Extra Data Issuance Chain Deduplication
1521

@@ -28,6 +34,45 @@ This can help to ensure that the log maintains its ability to (1) accept "fresh"
2834

2935
* [CTFE] Configurable mechanism to rate-limit non-fresh submissions by @robstradling in https://github.com/google/certificate-transparency-go/pull/1698
3036

37+
### Dependency updates
38+
39+
* Bump the docker-deps group across 5 directories with 3 updates (#1705)
40+
* Bump google.golang.org/grpc from 1.72.1 to 1.72.2 in the all-deps group (#1704)
41+
* Bump github.com/go-jose/go-jose/v4 in the go_modules group (#1700)
42+
* Bump the all-deps group with 7 updates (#1701)
43+
* Bump the all-deps group with 7 updates (#1693)
44+
* Bump the docker-deps group across 4 directories with 1 update (#1694)
45+
* Bump github/codeql-action from 3.28.13 to 3.28.16 in the all-deps group (#1692)
46+
* Bump the all-deps group across 1 directory with 7 updates (#1688)
47+
* Bump distroless/base-debian12 (#1686)
48+
* Bump golangci/golangci-lint-action from 6.5.1 to 7.0.0 in the all-deps group (#1685)
49+
* Bump the all-deps group with 4 updates (#1681)
50+
* Bump the all-deps group with 6 updates (#1683)
51+
* Bump the docker-deps group across 4 directories with 2 updates (#1682)
52+
* Bump github.com/golang-jwt/jwt/v4 in the go_modules group (#1680)
53+
* Bump golangci/golangci-lint-action in the all-deps group (#1676)
54+
* Bump the all-deps group with 2 updates (#1677)
55+
* Bump github/codeql-action from 3.28.10 to 3.28.11 in the all-deps group (#1670)
56+
* Bump the all-deps group with 8 updates (#1672)
57+
* Bump the docker-deps group across 4 directories with 1 update (#1671)
58+
* Bump the docker-deps group across 4 directories with 1 update (#1668)
59+
* Bump the all-deps group with 4 updates (#1666)
60+
* Bump golangci-lint from 1.55.1 to 1.61.0 (#1667)
61+
* Bump the all-deps group with 3 updates (#1665)
62+
* Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in the all-deps group (#1660)
63+
* Bump the docker-deps group across 5 directories with 2 updates (#1661)
64+
* Bump golangci/golangci-lint-action in the all-deps group (#1662)
65+
* Bump the docker-deps group across 4 directories with 1 update (#1656)
66+
* Bump the all-deps group with 2 updates (#1654)
67+
* Bump the all-deps group with 4 updates (#1657)
68+
* Bump github/codeql-action from 3.28.5 to 3.28.8 in the all-deps group (#1652)
69+
* Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 in the all-deps group (#1651)
70+
* Bump the all-deps group with 2 updates (#1649)
71+
* Bump the all-deps group with 5 updates (#1650)
72+
* Bump the docker-deps group across 5 directories with 3 updates (#1648)
73+
* Bump google.golang.org/protobuf in the all-deps group (#1647)
74+
* Bump golangci/golangci-lint-action in the all-deps group (#1646)
75+
3176
## v1.3.1
3277

3378
* Add AllLogListSignatureURL by @AlexLaroche in https://github.com/google/certificate-transparency-go/pull/1634

0 commit comments

Comments
 (0)