Releases: traPtitech/NeoShowcase
Releases · traPtitech/NeoShowcase
v1.2.3
What's Changed
- Improve k3d sandbox environment by @motoki317 in #865
- add buildpack address by @pirosiki197 in #866
- build(deps): bump arduino/setup-protoc from 2 to 3 by @dependabot in #867
- build(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 by @dependabot in #874
- build(deps): bump golang.org/x/net from 0.19.0 to 0.20.0 by @dependabot in #872
- build(deps): bump github.com/volatiletech/strmangle from 0.0.5 to 0.0.6 by @dependabot in #871
- build(deps): bump the non-majors group with 10 updates by @dependabot in #869
- build(deps): bump the non-majors group in /dashboard with 13 updates by @dependabot in #868
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- fix too strict path traversal check by @motoki317 in #864
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- fix dl logs: scan entire days, show progress by @motoki317 in #863
Full Changelog: v1.2.0...v1.2.1
v1.2.0
v1.1.5
What's Changed
- build(deps): bump the non-majors group in /dashboard with 10 updates by @dependabot in #859
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #840
- build(deps): bump the non-majors group with 15 updates by @dependabot in #860
Full Changelog: v1.1.3...v1.1.4
v1.1.3
Full Changelog: v1.1.2...v1.1.3
v1.1.2
v1.1.1
v1.1.0
Breaking Changes
This release contains some breaking changes to builder / controller component config.
- The builder now uses a single token to establish a single connection to controller. (#833)
- Controller and builder now requires configuring the same token.
- Builder no longer requires db, regitry, and key config.
- The builder now uses "buildpack-helper" component to talk with the buildpack container. (#837)
- This requires setting up ns binary into the buildpack container on startup.
- The builder no longer requires
/var/run/docker.sock
orpods/exec
privileges.
Overall, these changes should make the builder more safe, and portable.
For more info on migrating the config, see the full code changes or traPtitech/manifest#309.
What's Changed
- CacheInterceptor: panicするのを修正 by @pirosiki197 in #835
- Improve builder: use single token to connect to controller by @motoki317 in #833
- /apps/:id/settingsでブランチ取得に失敗するとエラーが出ていた by @eyemono-moe in #834
- Introduce buildpack-helper component by @motoki317 in #837
Full Changelog: v1.0.3...v1.1.0