Skip to content

Releases: traPtitech/NeoShowcase

v1.2.3

02 Feb 01:51
02c53e0
Compare
Choose a tag to compare

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

16 Jan 13:09
7e8a514
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

15 Jan 08:43
b8a88c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

15 Jan 08:02
84c428c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.5...v1.2.0

v1.1.5

03 Jan 05:35
4dbb809
Compare
Choose a tag to compare

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

01 Jan 13:42
ba611be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

23 Dec 12:46
ed4dc6c
Compare
Choose a tag to compare

Full Changelog: v1.1.2...v1.1.3

v1.1.2

22 Dec 14:21
bebc7b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

22 Dec 14:08
c12c5d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

22 Dec 13:32
a1fc0d3
Compare
Choose a tag to compare

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 or pods/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