File: changelog

package info (click to toggle)
golang-github-go-kit-kit 0.13.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,784 kB
  • sloc: sh: 22; makefile: 11
file content (234 lines) | stat: -rw-r--r-- 7,578 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
golang-github-go-kit-kit (0.13.0-8) unstable; urgency=medium

  * Team upload.
  * Disable etcd service discover to break dependency cycle
  * Bump Standards-Version, no changes needed

 -- Reinhard Tartler <siretart@tauware.de>  Sun, 17 Aug 2025 09:39:43 -0400

golang-github-go-kit-kit (0.13.0-7) unstable; urgency=medium

  * Team upload
  * Skip yet another flaky test

 -- Mathias Gibbens <gibmat@debian.org>  Fri, 25 Apr 2025 22:46:01 +0000

golang-github-go-kit-kit (0.13.0-6) unstable; urgency=medium

  * Team upload
  * Add patch to skip flaky tests seen in Debian CI runs (Closes: #1103119)

 -- Mathias Gibbens <gibmat@debian.org>  Fri, 25 Apr 2025 14:13:14 +0000

golang-github-go-kit-kit (0.13.0-5) unstable; urgency=medium

  * Team upload

  [ Daniel Swarbrick ]
  * d/control: remove myself from Uploaders

  [ Mathias Gibbens ]
  * Re-include several packages

 -- Mathias Gibbens <gibmat@debian.org>  Thu, 05 Dec 2024 01:10:56 +0000

golang-github-go-kit-kit (0.13.0-4) unstable; urgency=medium

  * Team upload
  * Fix panic in TestGauge and flaky TestHistogram

 -- Shengjing Zhu <zhsj@debian.org>  Tue, 13 Aug 2024 16:39:57 +0800

golang-github-go-kit-kit (0.13.0-3) unstable; urgency=medium

  * Team upload
  * Exclude most unused packages

 -- Shengjing Zhu <zhsj@debian.org>  Fri, 02 Aug 2024 14:51:59 +0800

golang-github-go-kit-kit (0.13.0-2) unstable; urgency=medium

  * Team upload
  * Drop patch no longer needed to fixup etcd import paths

 -- Mathias Gibbens <gibmat@debian.org>  Wed, 31 Jul 2024 23:05:00 +0000

golang-github-go-kit-kit (0.13.0-1) unstable; urgency=medium

  * Team upload
  * Upload changes from experimental to unstable
  * Cleanup patch to skip problematic tests
  * Remove stanza from d/copyright for deleted file
  * Add Rules-Requires-Root: no in d/control
  * Update d/watch

 -- Mathias Gibbens <gibmat@debian.org>  Mon, 29 Jul 2024 02:15:12 +0000

golang-github-go-kit-kit (0.13.0-1~exp1) experimental; urgency=medium

  * Team upload
  * New upstream release
    - Drop patches applied upstream, and add patches to fixup import paths
      and skip some problematic tests for the moment
  * d/control:
    - Update Build-Depends and Depends
    - Update Standards-Version to 4.7.0 (no changes needed)

 -- Mathias Gibbens <gibmat@debian.org>  Wed, 24 Jul 2024 09:29:25 +0000

golang-github-go-kit-kit (0.10.0-6) unstable; urgency=medium

  * Team upload
  * d/control:
    - Allow golang-github-golang-protobuf-1-5-dev as optional Depends

 -- Mathias Gibbens <gibmat@debian.org>  Fri, 16 Feb 2024 22:01:09 +0000

golang-github-go-kit-kit (0.10.0-5) unstable; urgency=medium

  * Team upload

  [ Daniel Swarbrick ]
  * Re-enable ZooKeeper service discovery
  * Re-enable etcd & etcdv3 service discovery

  [ Shengjing Zhu ]
  * Increase tolerance in histogram tests

 -- Shengjing Zhu <zhsj@debian.org>  Thu, 03 Aug 2023 22:29:57 +0800

golang-github-go-kit-kit (0.10.0-4) unstable; urgency=medium

  * Team upload

  [ Daniel Swarbrick ]
  * Drop unused golang-github-aws-aws-sdk-go-v2-dev build-dep.
    Dependency is not required since metrics/cloudwatch2 is excluded by
    DH_GOLANG_EXCLUDES.

  [ Shengjing Zhu ]
  * Drop unused dependencies
    + golang-github-pkg-errors-dev
    + golang-golang-x-sync-dev
    + golang-golang-x-tools-dev
  * Add patch to migrate to golang-github-golang-jwt-jwt-dev
  * Remove unused override_dh_auto_install
    dh-golang removes excluded files by default since debhelper-compat 12
  * Add patch to skip flaky TestHistogramSampled

 -- Shengjing Zhu <zhsj@debian.org>  Fri, 21 Jul 2023 17:01:30 +0800

golang-github-go-kit-kit (0.10.0-3) unstable; urgency=medium

  * Team upload
  * Cherry-pick upstream fix for uint64 alignment on 32-bit architectures

 -- Mathias Gibbens <gibmat@debian.org>  Fri, 16 Jun 2023 19:28:31 +0000

golang-github-go-kit-kit (0.10.0-2) unstable; urgency=medium

  * Team upload
  * Update Standards-Version to 4.6.2 (no changes needed)
  * Package kit/metrics (Closes: #1001921)

 -- Mathias Gibbens <gibmat@debian.org>  Sun, 11 Jun 2023 14:43:59 +0000

golang-github-go-kit-kit (0.10.0-1) unstable; urgency=medium

  * New upstream version
  * More selectively specify kit/sd DH_GOLANG_EXCLUDES
  * Drop unused dependencies:
    - golang-github-juju-ratelimit-dev
    - golang-golang-x-net-dev
  * Reinstate previously excluded kit/auth/casbin package
  * Add dependency golang-github-casbin-casbin-dev
  * Add missing dependency golang-github-golang-protobuf-1-3-dev

 -- Daniel Swarbrick <dswarbrick@debian.org>  Thu, 08 Dec 2022 00:56:53 +0000

golang-github-go-kit-kit (0.9.0-1) unstable; urgency=medium

  * New upstream version
  * Add myself to uploaders
  * Update uploader name and email (Martín Ferrari -> Martina Ferrari)
  * Bump Standards-Version to 4.6.1 (no changes)
  * d/control: add Multi-Arch: foreign
  * d/control: change section to golang
  * Add new dependency golang-go.uber-zap-dev
  * Refresh patches
  * Add kit/transport/awslambda to DH_GOLANG_EXCLUDES

 -- Daniel Swarbrick <dswarbrick@debian.org>  Wed, 07 Dec 2022 11:46:34 +0000

golang-github-go-kit-kit (0.8.0-1) unstable; urgency=medium

  * Team upload
  * New upstream version
  * Add new dependencies:
    - golang-github-sirupsen-logrus-dev
    - golang-github-streadway-amqp-dev
    - golang-go.opencensus-dev
  * Add kit/auth/casbin to DH_GOLANG_EXCLUDES
  * Add kit/transport/nats to DH_GOLANG_EXCLUDES

 -- Daniel Swarbrick <dswarbrick@debian.org>  Wed, 07 Dec 2022 09:08:58 +0000

golang-github-go-kit-kit (0.7.0-1) unstable; urgency=medium

  * Team upload
  * New upstream version
  * Add new dependencies:
    - golang-github-juju-ratelimit-dev
    - golang-github-openzipkin-zipkin-go-dev
    - golang-github-pkg-errors-dev
    - golang-golang-x-tools-dev
  * Reinstate previously excluded kit/ratelimit package
  * Bump debhelper-compat version to 13
  * Replace dh-golang with dh-sequence-golang
  * Add new 01-skip-network-tests.patch
  * Add github.com/go-kit/kit/cmd to DH_GOLANG_EXCLUDES

 -- Daniel Swarbrick <dswarbrick@debian.org>  Wed, 07 Dec 2022 07:39:36 +0000

golang-github-go-kit-kit (0.6.0-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on dh-golang and
      golang-github-dgrijalva-jwt-go-dev.
    + golang-github-go-kit-kit-dev: Drop versioned constraint on
      golang-github-dgrijalva-jwt-go-dev in Depends.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 21 Nov 2022 01:39:54 +0000

golang-github-go-kit-kit (0.6.0-3) unstable; urgency=medium

  * Team upload.

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Shengjing Zhu ]
  * Update maintainer address to team+pkg-go@tracker.debian.org
  * Remove dgrijalva/jwt-go v3 patch.
    Replace golang-github-dgrijalva-jwt-go-v3-dev with
    golang-github-dgrijalva-jwt-go-dev

 -- Shengjing Zhu <zhsj@debian.org>  Wed, 22 Apr 2020 02:16:46 +0800

golang-github-go-kit-kit (0.6.0-2) unstable; urgency=medium

  * Rework debian/copyright for proper attribution, as the previous upload was
    rejected for this reason.

 -- Martina Ferrari <tina@debian.org>  Tue, 12 Dec 2017 07:13:20 +0000

golang-github-go-kit-kit (0.6.0-1) unstable; urgency=medium

  * Initial release. (Closes: #883825)

 -- Martina Ferrari <tina@debian.org>  Thu, 07 Dec 2017 22:50:22 +0000