Skip to content

Releases: api7/adc

v0.5.2

10 Jan 09:32
567d5b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

09 Jan 09:36
1398493
Compare
Choose a tag to compare

What's Changed

  • feat: add an install script for easy install by @pottekkat in #95
  • fix: openapi converter generated route missing service id by @bzp2010 in #106
  • fix: incorrect upstream pass host by @bzp2010 in #108

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

10 Nov 01:20
7c8f976
Compare
Choose a tag to compare

Changelog

  • 78affcd Revert "feat: support flag for token and hide token input"
  • 84e9203 build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 (#91)
  • 900b7e4 build(deps): bump github.com/onsi/gomega from 1.28.0 to 1.28.1 (#80)
  • 64c8359 build(deps): bump github.com/onsi/gomega from 1.28.1 to 1.29.0 (#88)
  • a83f574 build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#90)
  • d9f7eb5 build(deps): bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (#87)
  • 7c8f976 chore: stdin support windows
  • b116a78 feat: add stream mode and validate api check (#81)
  • faf0547 feat: add token flag (#79)
  • 58069ec feat: support default values for resources (#84)
  • bf7a8be feat: support flag for token and hide token input
  • 227745a feat: support multiple file and label filter (#89)
  • 2feb07e feat: support openapi to upstream (#86)
  • 0b9e56c fix: initial run of adc configure does not throw error (#85)

v0.4.3

19 Oct 02:44
7a41848
Compare
Choose a tag to compare

Changelog

  • 1b3e0c3 build(deps): bump github.com/gavv/httpexpect/v2 from 2.15.0 to 2.16.0 (#70)
  • 9a70c7c build(deps): bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0 (#71)
  • 5447434 build(deps): bump github.com/onsi/gomega from 1.27.10 to 1.28.0 (#67)
  • f159138 build(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#69)
  • aa06c3b docs: fix incorrect apisix.yaml (#77)
  • 7a41848 feat: use admin-api to ping (#78)

v0.4.2

19 Oct 02:39
7a41848
Compare
Choose a tag to compare

Changelog

  • f159138 build(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#69)
  • aa06c3b docs: fix incorrect apisix.yaml (#77)

v0.4.1

12 Oct 19:01
18e9759
Compare
Choose a tag to compare

Changelog

v0.3.0

22 Sep 14:07
063685f
Compare
Choose a tag to compare

Changelog

v0.2.2

21 Sep 21:09
9f31a1e
Compare
Choose a tag to compare

Changelog

  • 9f31a1e ci: move docker job to release workflow (#57)

v0.2.1

21 Sep 13:50
1ba6c26
Compare
Choose a tag to compare

Changelog

v0.2.0

20 Sep 06:44
523dfd8
Compare
Choose a tag to compare

Changelog

  • caae477 build(deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (#44)
  • 76b2eac build(deps): bump go.uber.org/multierr from 1.8.0 to 1.11.0 (#43)
  • f724da4 build(deps): bump go.uber.org/zap from 1.21.0 to 1.26.0 (#45)
  • 523dfd8 chore: add Dockerfile (#51)
  • fba3aea chore: add issue and PR templates (#47)
  • 81a1d01 ci: add golangci-lint workflow and fix lint errors (#34)
  • a96c62a ci: enable dependabot (#42)
  • 6571ab9 doc: add documentation to readme (#37)
  • 1460801 docs: Add more details (#23)
  • f75a6f7 docs: add Installation (#19)
  • e660286 docs: create a contributor guide (#46)
  • 33737b0 docs: openapi2apisix messages and usage (#48)
  • bffe06d feat: add openapi2apisix command (#33)
  • d9c3d93 feat: support consumer resource (#22)
  • 4f4d9f2 feat: support plugin metadata (#35)
  • c2c6ae0 feat: support resource consumer group (#27)
  • 029e4e4 feat: support resource global rule (#25)
  • 197a8d7 feat: support resource plugin config (#26)
  • 37b4c18 feat: support ssl resource (#24)
  • 3940ba8 fix: adc configure initializes configuration file (#50)
  • 9cb9829 fix: improve messages to users (#36)
  • 2f7c512 fix: pin Ginkgo version in CI (#38)