Skip to content

Commit e7aca3c

Browse files
authored
Update changelog for v1.7.2 release (#3779)
1 parent aa93ae3 commit e7aca3c

File tree

1 file changed

+70
-5
lines changed

1 file changed

+70
-5
lines changed

CHANGELOG.md

Lines changed: 70 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,85 @@
22

33
## HEAD
44

5-
* Add `--election_system` parameter to allow selection of the election system by @osmman in https://github.com/google/trillian/pull/3721
6-
* Add Kubernetes-based leader election system by @osmman in https://github.com/google/trillian/pull/3721
7-
* Bump go to 1.23
5+
## v1.7.2
86

9-
## v1.7.1
7+
* Recommended go version for development: 1.23
8+
* This is the version used by the cloudbuild presubmits. Using a
9+
different version can lead to presubmits failing due to unexpected
10+
diffs.
1011

1112
### Storage
1213

13-
* For PostgreSQL, explicitly create index on SequencedLeafData(TreeId, LeafIdentityHash) by @robstradling in https://github.com/google/trillian/pull/3695
1414
* Fix error checking for QueueLeaves and AddSequencedLeaves in the PostgreSQL storage backend by @robstradling in https://github.com/google/trillian/pull/3752
1515
* Add an optimized QueueLeaves implementation for single-leaf batches in the PostgreSQL storage backend by @robstradling in https://github.com/google/trillian/pull/3769
1616
* Improve PostgreSQL functions by @robstradling in https://github.com/google/trillian/pull/3770
1717
* PostgreSQL is now in beta mode by @robstradling in https://github.com/google/trillian/pull/3772
1818

19+
### Election system
20+
21+
* Add `--election_system` parameter to allow selection of the election system by @osmman in https://github.com/google/trillian/pull/3721
22+
* Add Kubernetes-based leader election system by @osmman in https://github.com/google/trillian/pull/3721
23+
24+
### Misc
25+
26+
* Update README.md by @AlCutter in https://github.com/google/trillian/pull/3725
27+
* Ignore ErrTxDone when closing transactions by @mhutchinson in https://github.com/google/trillian/pull/3738
28+
* Add metric tracking queued/skipped leaves by @AlCutter in https://github.com/google/trillian/pull/3751
29+
* Friendlier intro/discussion for the Claimant Model by @mhutchinson in https://github.com/google/trillian/pull/2980
30+
* Trust dependabot prs by @patflynn in https://github.com/google/trillian/pull/3771
31+
* Fix spelling on claimant model landing page by @haydentherapper in https://github.com/google/trillian/pull/3777
32+
33+
### Dependency update
34+
35+
* Bump @google-cloud/functions-framework from 3.4.3 to 3.4.5 in /scripts/gcb2slack by @dependabot in https://github.com/google/trillian/pull/3712
36+
* Bump the github-actions-deps group with 2 updates by @dependabot in https://github.com/google/trillian/pull/3715
37+
* Bump the docker-deps group across 3 directories with 2 updates by @dependabot in https://github.com/google/trillian/pull/3717
38+
* Bump the go-deps group with 5 updates by @dependabot in https://github.com/google/trillian/pull/3716
39+
* Bump the docker-deps group across 4 directories with 2 updates by @dependabot in https://github.com/google/trillian/pull/3720
40+
* Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 in the github-actions-deps group by @dependabot in https://github.com/google/trillian/pull/3718
41+
* Bump the go-deps group with 3 updates by @dependabot in https://github.com/google/trillian/pull/3719
42+
* Bump mysql from `106d519` to `1d967fb` in /examples/deployment/docker/db_server in the docker-deps group across 1 directory by @dependabot in https://github.com/google/trillian/pull/3723
43+
* Bump the github-actions-deps group with 2 updates by @dependabot in https://github.com/google/trillian/pull/3724
44+
* Bump google-auth-library from 9.15.0 to 9.15.1 in /scripts/gcb2slack by @dependabot in https://github.com/google/trillian/pull/3728
45+
* Bump github/codeql-action from 3.28.6 to 3.28.8 in the github-actions-deps group by @dependabot in https://github.com/google/trillian/pull/3727
46+
* Add kubernetes election module by @osmman in https://github.com/google/trillian/pull/3721
47+
* Bump the docker-deps group across 6 directories with 4 updates by @dependabot in https://github.com/google/trillian/pull/3731
48+
* Bump the github-actions-deps group with 2 updates by @dependabot in https://github.com/google/trillian/pull/3730
49+
* go update to 1.23 by @phbnf in https://github.com/google/trillian/pull/3733
50+
* Bump the go-deps group across 1 directory with 21 updates, and update protoc-gen-go by @dependabot in https://github.com/google/trillian/pull/3732
51+
* Bump the docker-deps group across 6 directories with 4 updates by @dependabot in https://github.com/google/trillian/pull/3737
52+
* Bump the go-deps group across 1 directory with 7 updates by @dependabot in https://github.com/google/trillian/pull/3739
53+
* Bump the github-actions-deps group with 2 updates by @dependabot in https://github.com/google/trillian/pull/3736
54+
* Bump the github-actions-deps group with 3 updates by @dependabot in https://github.com/google/trillian/pull/3741
55+
* Bump postgres from 17.3 to 17.4 in /examples/deployment/docker/db_server/postgresql in the docker-deps group across 1 directory by @dependabot in https://github.com/google/trillian/pull/3742
56+
* Bump the go-deps group with 8 updates by @dependabot in https://github.com/google/trillian/pull/3740
57+
* Bump nick-fields/retry from 3.0.1 to 3.0.2 in the github-actions-deps group by @dependabot in https://github.com/google/trillian/pull/3745
58+
* Bump google.golang.org/api from 0.222.0 to 0.223.0 in the go-deps group by @dependabot in https://github.com/google/trillian/pull/3744
59+
* Bump the docker-deps group across 4 directories with 2 updates by @dependabot in https://github.com/google/trillian/pull/3743
60+
* Bump @google-cloud/functions-framework from 3.4.5 to 3.4.6 in /scripts/gcb2slack by @dependabot in https://github.com/google/trillian/pull/3746
61+
* Bump the go-deps group with 13 updates by @dependabot in https://github.com/google/trillian/pull/3749
62+
* Bump the docker-deps group across 3 directories with 1 update by @dependabot in https://github.com/google/trillian/pull/3747
63+
* Bump github/codeql-action from 3.28.10 to 3.28.11 in the github-actions-deps group by @dependabot in https://github.com/google/trillian/pull/3748
64+
* Bump axios from 1.7.9 to 1.8.2 in /scripts/gcb2slack in the npm_and_yarn group by @dependabot in https://github.com/google/trillian/pull/3750
65+
* Bump the go-deps group with 6 updates by @dependabot in https://github.com/google/trillian/pull/3755
66+
* Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 in the github-actions-deps group by @dependabot in https://github.com/google/trillian/pull/3753
67+
* Bump mysql from `0917ecc` to `0f775a9` in /examples/deployment/docker/db_server in the docker-deps group across 1 directory by @dependabot in https://github.com/google/trillian/pull/3756
68+
* Bump @slack/webhook from 7.0.4 to 7.0.5 in /scripts/gcb2slack by @dependabot in https://github.com/google/trillian/pull/3754
69+
* Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 in the go_modules group by @dependabot in https://github.com/google/trillian/pull/3759
70+
* Bump the docker-deps group across 4 directories with 3 updates by @dependabot in https://github.com/google/trillian/pull/3761
71+
* Bump the github-actions-deps group with 4 updates plus newly required lint fixes by @dependabot in https://github.com/google/trillian/pull/3762
72+
* Move dependabot to monthly cadence by @mhutchinson in https://github.com/google/trillian/pull/3767
73+
* Bump @google-cloud/functions-framework from 3.4.6 to 3.5.1 in /scripts/gcb2slack by @dependabot in https://github.com/google/trillian/pull/3764
74+
* Bump the docker-deps group across 6 directories with 5 updates by @dependabot in https://github.com/google/trillian/pull/3774
75+
* Bump github/codeql-action from 3.28.13 to 3.28.15 in the github-actions-deps group by @dependabot in https://github.com/google/trillian/pull/3773
76+
* Bump golang.org/x/net from 0.37.0 to 0.38.0 in the go_modules group by @dependabot in https://github.com/google/trillian/pull/3776
77+
78+
## v1.7.1
79+
80+
### Storage
81+
82+
* For PostgreSQL, explicitly create index on SequencedLeafData(TreeId, LeafIdentityHash) by @robstradling in https://github.com/google/trillian/pull/3695
83+
1984
### Misc
2085

2186
* Relaxed go.mod version requirements to `1.22.x`

0 commit comments

Comments
 (0)