Skip to content

Latest commit

 

History

History
99 lines (84 loc) · 8.63 KB

File metadata and controls

99 lines (84 loc) · 8.63 KB

Changelog

v0.8.2 - 2026-06-11

  • Update openapi by @repeatedly in #101

v0.8.1 - 2026-06-02

  • Fix error message by @repeatedly in #96

v0.8.0 - 2026-04-21

  • github: update settings by @repeatedly in #87
  • Use ogen by @repeatedly in #92
  • ci: bump Songmu/tagpr from 1.17.1 to 1.18.2 by @dependabot[bot] in #91

v0.7.1 - 2026-04-03

  • go: bump github.com/sacloud/saclient-go from 0.3.2 to 0.3.4 by @dependabot[bot] in #82
  • Use OpenAPI spec v1.3.0 by @repeatedly in #85
  • go: bump github.com/sacloud/saclient-go from 0.3.4 to 0.3.5 by @dependabot[bot] in #86

v0.7.0 - 2026-03-22

  • Add support endpoint setting from env and profiles by @to-shoji in #78

v0.6.1 - 2026-03-03

  • go: bump github.com/sacloud/saclient-go from 0.2.5-0.20251224021203-f6c92b75e9ab to 0.2.6 by @dependabot[bot] in #70
  • go: bump github.com/sacloud/api-client-go from 0.3.4 to 0.3.5 by @dependabot[bot] in #73
  • go: bump github.com/sacloud/saclient-go from 0.2.6 to 0.2.7 by @dependabot[bot] in #72
  • go: bump github.com/sacloud/saclient-go from 0.2.7 to 0.3.1 by @dependabot[bot] in #75

v0.6.0 - 2025-12-24

  • fixes acceptance test - specs by @yamamoto-febc in #65
  • go: bump github.com/sacloud/api-client-go from 0.3.3 to 0.3.4 by @dependabot[bot] in #67
  • feat: sacloud/saclient-go by @yamamoto-febc in #68

v0.5.0 - 2025-12-05

  • go: bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #62
  • ci: bump actions/checkout from 5 to 6 by @dependabot[bot] in #61
  • ci: bump actions/setup-go from 5 to 6 by @dependabot[bot] in #52
  • feat: AppRun Shared API v1.2.0 by @yamamoto-febc in #64

v0.4.1 - 2025-10-21

  • Use net/http instead of gin for fake server by @repeatedly in #59

v0.4.0 - 2025-09-24

  • AppRun API v1.1.0: update misc by @yamamoto-febc in #36
  • lint openapi.yaml by @yamamoto-febc in #35
  • AppRun API v1.1.0: added required fields by @yamamoto-febc in #37
  • AppRun API v1.1.0: status by @yamamoto-febc in #38
  • AppRun API v1.1.0: error schema by @yamamoto-febc in #39
  • Add resource cleanup before tests to avoid conflicts with existing application.Name by @yamamoto-febc in #40
  • AppRun API v1.1.0: Traffic API by @yamamoto-febc in #54
  • パケットフィルタAPIのスキーマを追加 by @g1eng in #44
  • golangci-lint v2.5.0 & sacloud/textlint-action v0.1.0 by @yamamoto-febc in #55
  • goreleaser -> tagpr by @yamamoto-febc in #56
  • Packet Filter API by @yamamoto-febc in #58
  • go: bump github.com/oapi-codegen/runtime from 1.1.1 to 1.1.2 by @dependabot[bot] in #46
  • ci: bump actions/checkout from 4 to 5 by @dependabot[bot] in #47
  • go: bump github.com/sacloud/api-client-go from 0.2.10 to 0.3.3 by @dependabot[bot] in #49
  • go: bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #50
  • go: bump github.com/gin-gonic/gin from 1.10.0 to 1.11.0 by @dependabot[bot] in #53
  • go: bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #51

v0.3.0 - 2025-02-26

  • go: bump golang.org/x/crypto from 0.23.0 to 0.31.0 by @dependabot[bot] in #29
  • API 1.1: remove name field from patchApplicationBody by @yamamoto-febc in #31
  • go: bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot[bot] in #30

v0.2.1 - 2024-12-04

  • Add types by @hekki in #28

v0.2.0 - 2024-11-26

  • OpenAPIのスキーマを修正 by @hekki in #25
  • go: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot[bot] in #26
  • update v0.2.0 by @hekki in #27

v0.1.0 - 2024-11-18

  • ApplicationのComponents.DataSourceからDeploySourceへの変更の対応 by @hekki in #21
  • Go 1.21 をサポート by @hekki in #22
  • update to v0.1.0 by @hekki in #24
  • go: bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot[bot] in #23

v0.0.1 - 2024-11-14

  • init by @hekki in #3
  • ci: bump goreleaser/goreleaser-action from 5 to 6 by @dependabot[bot] in #2
  • fakeサーバの初期実装 by @hekki in #4
  • fakeサーバ実装: User by @hekki in #5
  • fakeサーバCLI: sacloud-apprun-fake-server by @hekki in #6
  • Copyrightを追加 by @hekki in #7
  • fakeサーバ実装: Applications (POST) by @hekki in #8
  • VSCodeのconfigをignore by @hekki in #9
  • fakeサーバ実装: Applications by @hekki in #10
  • PATCH /applications/{id} で存在しないidを指定した場合の挙動を修正 by @hekki in #11
  • fakeサーバ実装: Applications Status by @hekki in #12
  • fakeサーバ実装: Versions by @hekki in #13
  • fakeサーバ実装: Traffics by @hekki in #14
  • リファクタリングと軽微な修正 by @hekki in #15
  • エラーハンドリングの実装 by @hekki in #16
  • 高レベルAPI by @hekki in #17
  • リファクタリングと軽微な修正 by @hekki in #18
  • GoReleaserで --clean optionを利用する by @hekki in #19
  • .goreleaser.yml を追加 by @hekki in #20