Skip to content

Releases: mmb/tmpbbs

v6.1.1

12 Feb 05:50
00281ed

Choose a tag to compare

Container Images

  • mm62/tmpbbs:6.1.1
  • ghcr.io/mmb/tmpbbs:6.1.1

What's Changed

Full Changelog: v6.1.0...v6.1.1

v6.1.0

29 Jan 05:08
d20dc7b

Choose a tag to compare

Container Images

  • mm62/tmpbbs:6.1.0
  • ghcr.io/mmb/tmpbbs:6.1.0

What's Changed

  • Update for golangci-lint version 2.8.0 by @mmb in #265
  • Bump golang.org/x/text from 0.32.0 to 0.33.0 by @dependabot[bot] in #266
  • Run stylelint on PRs by @mmb in #267
  • Improve CSS font families by @mmb in #268
  • Add safe area bottom padding by @mmb in #269
  • Remove useradd from build stage by @mmb in #270
  • Add -trimpath to go build args by @mmb in #271
  • Bump docker/login-action from 3.6.0 to 3.7.0 by @dependabot[bot] in #272
  • Don't use details for posts with no body by @mmb in #273

Full Changelog: v6.0.0...v6.1.0

v6.0.0

07 Jan 05:51
f747ecb

Choose a tag to compare

Container Images

  • mm62/tmpbbs:6.0.0
  • ghcr.io/mmb/tmpbbs:6.0.0

What's Changed

  • Bump docker/metadata-action from 5.9.0 to 5.10.0 by @dependabot[bot] in #241
  • Bump softprops/action-gh-release from 2.4.2 to 2.5.0 by @dependabot[bot] in #242
  • Add requests to Kubernetes StatefulSet by @mmb in #243
  • Bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 by @dependabot[bot] in #244
  • Prebuild Content-Security-Policy header by @mmb in #245
  • Set toolchain to go 1.25.5 by @mmb in #246
  • Regenerate catalog with latest gotext by @mmb in #247
  • Add documentation on adding a new language by @mmb in #248
  • Bump golang.org/x/text from 0.31.0 to 0.32.0 by @dependabot[bot] in #249
  • Bump google.golang.org/protobuf from 1.36.10 to 1.36.11 by @dependabot[bot] in #250
  • Run modernize in golangci-lint by @mmb in #252
  • Add go generate for protoc by @mmb in #251
  • Move tmpbbs go generate to separate file by @mmb in #253
  • Sort struct fields and params in postGetHandler and NewServeMux by @mmb in #254
  • Commit cannot be empty by @mmb in #255
  • Move build flags to main package by @mmb in #256
  • Add date build flag by @mmb in #257
  • Sort struct fields by @mmb in #258
  • Sort struct field order in new functions by @mmb in #259
  • Refactor function signatures by @mmb in #260
  • Enable new golangci-lint linters by @mmb in #261
  • Use hmac to generate tripcodes by @mmb in #262
  • Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 by @dependabot[bot] in #263
  • Bump google.golang.org/grpc from 1.77.0 to 1.78.0 by @dependabot[bot] in #264

Full Changelog: v5.0.0...v6.0.0

v5.0.0

22 Nov 04:39
a7a3fd4

Choose a tag to compare

Container Images

  • mm62/tmpbbs:5.0.0
  • ghcr.io/mmb/tmpbbs:5.0.0

What's Changed

  • Bump google.golang.org/grpc from 1.76.0 to 1.77.0 by @dependabot[bot] in #232
  • Add hashes to CSS, Javascript and other asset URLs by @mmb in #233
  • Add /healthz endpoint and Kubernetes liveness check by @mmb in #234
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #235
  • Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 by @dependabot[bot] in #236
  • Always disable cgo by @mmb in #237
  • Add more binary builds by @mmb in #238
  • Update README by @mmb in #239
  • Add favicon by @mmb in #240

Full Changelog: v4.5.0...v5.0.0

v4.5.0

17 Nov 03:07
d3f6a70

Choose a tag to compare

Container Images

  • mm62/tmpbbs:4.5.0
  • ghcr.io/mmb/tmpbbs:4.5.0

What's Changed

  • Enable godoclint by @mmb in #213
  • Add security headers by @mmb in #214
  • Set GOMEMLIMIT by @mmb in #215
  • Add kubeconform to checks by @mmb in #216
  • Move QR code button in-line style to main.css by @mmb in #218
  • Bump docker/metadata-action from 5.8.0 to 5.9.0 by @dependabot[bot] in #219
  • Bump docker/setup-qemu-action from 3.6.0 to 3.7.0 by @dependabot[bot] in #220
  • Bump softprops/action-gh-release from 2.4.1 to 2.4.2 by @dependabot[bot] in #221
  • Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by @dependabot[bot] in #222
  • Bump golang.org/x/text from 0.30.0 to 0.31.0 by @dependabot[bot] in #223
  • Bump !delete replies by @mmb in #225
  • Block deletion of root post by @mmb in #226
  • Set Vary: Accept-Language header by @mmb in #227
  • Add ETag / If-None-Match to post get by @mmb in #228
  • Handle If-None-Match header with multiple values in immutable get by @mmb in #229
  • Set Cache-Control header by @mmb in #230
  • Reorder postGetHandler code to run only when necessary by @mmb in #231

Full Changelog: v4.4.0...v4.5.0

v4.4.0

19 Oct 05:58
2d7db2b

Choose a tag to compare

Container Images

  • mm62/tmpbbs:4.4.0
  • ghcr.io/mmb/tmpbbs:4.4.0

What's Changed

  • Bump softprops/action-gh-release from 2.3.2 to 2.3.3 by @dependabot[bot] in #196
  • Bump github.com/spf13/viper from 1.20.1 to 1.21.0 by @dependabot[bot] in #197
  • Bump golang.org/x/text from 0.28.0 to 0.29.0 by @dependabot[bot] in #198
  • Bump google.golang.org/protobuf from 1.36.8 to 1.36.9 by @dependabot[bot] in #199
  • Bump google.golang.org/grpc from 1.75.0 to 1.75.1 by @dependabot[bot] in #200
  • Bump hadolint/hadolint-action from 3.2.0 to 3.3.0 by @dependabot[bot] in #201
  • Bump docker/login-action from 3.5.0 to 3.6.0 by @dependabot[bot] in #202
  • Bump google.golang.org/protobuf from 1.36.9 to 1.36.10 by @dependabot[bot] in #203
  • Bump softprops/action-gh-release from 2.3.3 to 2.3.4 by @dependabot[bot] in #204
  • Bump google.golang.org/grpc from 1.75.1 to 1.76.0 by @dependabot[bot] in #205
  • Bump softprops/action-gh-release from 2.3.4 to 2.4.0 by @dependabot[bot] in #206
  • Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #207
  • Bump golang.org/x/text from 0.29.0 to 0.30.0 by @dependabot[bot] in #208
  • Bump softprops/action-gh-release from 2.4.0 to 2.4.1 by @dependabot[bot] in #209
  • Bump actions/setup-node from 5 to 6 by @dependabot[bot] in #210
  • Add indent eslint rule and fix indentation by @mmb in #211
  • Move event listening inside EmojiSuggester by @mmb in #212

Full Changelog: v4.3.0...v4.4.0

v4.3.0

05 Sep 03:48
66247aa

Choose a tag to compare

Container Images

  • mm62/tmpbbs:4.3.0
  • ghcr.io/mmb/tmpbbs:4.3.0

What's Changed

  • Bump google.golang.org/grpc from 1.74.2 to 1.75.0 by @dependabot[bot] in #183
  • Bump google.golang.org/protobuf from 1.36.7 to 1.36.8 by @dependabot[bot] in #184
  • Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in the go_modules group by @dependabot[bot] in #185
  • Bump aquasecurity/trivy-action from 0.32.0 to 0.33.0 by @dependabot[bot] in #186
  • Bump actions/attest-build-provenance from 2 to 3 by @dependabot[bot] in #187
  • Bump github.com/spf13/pflag from 1.0.7 to 1.0.9 by @dependabot[bot] in #188
  • Bump github.com/spf13/pflag from 1.0.9 to 1.0.10 by @dependabot[bot] in #189
  • Use keyup instead of input event to update emoji suggestions by @mmb in #190
  • Bump aquasecurity/trivy-action from 0.33.0 to 0.33.1 by @dependabot[bot] in #191
  • Bump hadolint/hadolint-action from 3.1.0 to 3.2.0 by @dependabot[bot] in #192
  • Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #193
  • Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #194
  • Add go-version-file to setup-go for building release binaries by @mmb in #195

Full Changelog: v4.2.0...v4.3.0

v4.2.0

14 Aug 06:08
c4584b0

Choose a tag to compare

Container Images

  • mm62/tmpbbs:4.2.0
  • ghcr.io/mmb/tmpbbs:4.2.0

What's Changed

  • Bump docker/metadata-action from 5.7.0 to 5.8.0 by @dependabot[bot] in #174
  • Bump docker/login-action from 3.4.0 to 3.5.0 by @dependabot[bot] in #175
  • Bump golang.org/x/text from 0.27.0 to 0.28.0 by @dependabot[bot] in #176
  • Bump google.golang.org/protobuf from 1.36.6 to 1.36.7 by @dependabot[bot] in #177
  • Use click event instead of mouseup for emoji completion by @mmb in #178
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #180
  • Bump golang from 1.24 to 1.25 by @dependabot[bot] in #181
  • Update go.mod to go version 1.25.0 by @mmb in #182

Full Changelog: v4.1.0...v4.2.0

v4.1.0

01 Aug 02:07
83d8dcf

Choose a tag to compare

Container Images

  • mm62/tmpbbs:4.1.0
  • ghcr.io/mmb/tmpbbs:4.1.0

What's Changed

  • Bump softprops/action-gh-release from 2.2.2 to 2.3.0 by @dependabot[bot] in #157
  • Bump softprops/action-gh-release from 2.3.0 to 2.3.2 by @dependabot[bot] in #158
  • Bump docker/setup-buildx-action from 3.10.0 to 3.11.0 by @dependabot[bot] in #159
  • Enable caching of emoji suggestion responses by @mmb in #160
  • Standardize on single quotes in javascript by @mmb in #161
  • Remove quotes from javascript properties unless needed by @mmb in #162
  • Enforce strict key-spacing with eslint by @mmb in #163
  • Bump docker/setup-buildx-action from 3.11.0 to 3.11.1 by @dependabot[bot] in #164
  • Output version and exit before logging startup message by @mmb in #165
  • Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in the go_modules group by @dependabot[bot] in #166
  • Run Trivy vulnerability scanner on pull requests by @mmb in #167
  • Add security events write permission for Trivy by @mmb in #168
  • Bump golang.org/x/text from 0.26.0 to 0.27.0 by @dependabot[bot] in #169
  • Bump google.golang.org/grpc from 1.73.0 to 1.74.0 by @dependabot[bot] in #170
  • Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #171
  • Update golangci-lint to version 2.3.0 by @mmb in #173
  • Bump google.golang.org/grpc from 1.74.0 to 1.74.2 by @dependabot[bot] in #172

Full Changelog: v4.0.0...v4.1.0

v4.0.0

07 Jun 04:36
3bf502d

Choose a tag to compare

Container Images

  • mm62/tmpbbs:4.0.0
  • ghcr.io/mmb/tmpbbs:4.0.0

What's Changed

  • Limit POST body size with http.MaxBytesReader by @mmb in #142
  • Bump github.com/oklog/ulid/v2 from 2.1.0 to 2.1.1 by @dependabot in #143
  • Bump google.golang.org/grpc from 1.72.1 to 1.72.2 by @dependabot in #144
  • Bump docker/build-push-action from 6.17.0 to 6.18.0 by @dependabot in #145
  • Debounce emoji suggestion requests by @mmb in #146
  • Use go mod download in Dockerfile for better caching by @mmb in #147
  • Start transition from UUID to ID by @mmb in #148
  • Convert remaining UUID to ID by @mmb in #149
  • Change posts slice to linked list in PostStore by @mmb in #150
  • Use list MoveToFront for bumping by @mmb in #153
  • Bump golang.org/x/text from 0.25.0 to 0.26.0 by @dependabot in #151
  • Bump google.golang.org/grpc from 1.72.2 to 1.73.0 by @dependabot in #152
  • Add optional pruning of stale posts by @mmb in #154
  • Make type assertion nolints consistent by @mmb in #155
  • Check for nil wrapper in wrappingEmojiParser.parse() by @mmb in #156

Full Changelog: v3.10.0...v4.0.0