Skip to content

Releases: kyma-project/api-gateway

1.3.0

01 Feb 14:47
88e1d2b
Compare
Choose a tag to compare

Images published in 1.3.0 release:

Changelog

  • cb80d99 API Gateway integration Istio jwt test (#164)
  • 017a154 Adapt controller resource init
  • 0459259 Adapt reconcile objects filtering
  • 6aa05d6 Add Istio JWT doc (#183)
  • 88e1d2b Add Istio JWT tests with scopes (#192)
  • 89299f5 Add Istio required scopes (#161)
  • 236108c Add additional columns when listing API Rules on the cluster (#54)
  • a11f47a Add comment regarding iss jwt claim validation (#136)
  • c313adb Add new file for status integration tests and restructure variables (#166)
  • 6371c17 Add predicate to not reconcile on status update (#193)
  • 187af27 Add prow reporter (#73)
  • 79e05ee Add reconciliation duration parameter and periodic reconciliation test (#151)
  • fef7cad Add subresource finalizer (#179)
  • 987e547 Adding DoD to the issue template (#51)
  • 5988b26 Bump k8s dependencies (#110)
  • 202a16c Configmap configuration (#43)
  • 35f3201 Configure Dependabot for release-1.1 (#101)
  • 6f90eba Controller CM watch
  • d2d769d Dependabot config (#58)
  • e391242 Feature istio jwt handler (#145)
  • 2dff20d Fixed a problem where the service field was set to "null". The reason for this was that it is defined as an object and was not set in the Go object. The default representation in JSON for an object that is not defined with omitempty is "null". This means that marshaling this object then resulted in a "null" value in the JSON, which led to an error during validation. (#191)
  • 733b7f1 Handle status properly (#158)
  • 8e42d4b Improve convertTo logging (#46)
  • b50d0cb Istio JWT full support for namespaces (#184)
  • bacfa4a JWT Istio handler configuration (#53)
  • 587182d Just minor fixes
  • f334959 Make CRD Configurable (#55)
  • 0f4e98e Merge pull request #69 from barchw/barchw-patch-2
  • 94c93cc Merge pull request #77 from videlov/config-fail-early
  • 25f165f Move validation earlier
  • 7885eee Performance tests results (#100)
  • 355b891 Print handler for Ory Rule (#76)
  • 890eb68 Processing restructure (#99)
  • b54bb68 Provide make target to generate CRD with patches (#57)
  • fba8798 Refactor configmap
  • 00e4349 Refactor integration test for jwt istio
  • bd41ec2 Release of API-Gateway 1.3
  • 56a47a8 Revert istio jwt handler (#91)
  • b2d4b85 Run reconcilation periodically (#147)
  • ca9f5b6 Tests
  • bfb7992 Update CODEOWNERS (#70)
  • a5ef075 Update OWNERS (#108)
  • 30396d2 Update controller runtime (#154)
  • ceb6b1a Update controllers/apirule_controller.go
  • 598df8f Update controllers/apirule_controller.go
  • db3266d Update controllers/apirule_controller.go
  • 7a04146 Update controllers/apirule_controller.go
  • f4a1fdb Update dependabot.yml (#155)
  • 15eefa0 Update issue templates (#79)
  • 00adb00 Update manager.yaml
  • 939884e Update path for api-gateway conference (#66)
  • 55101ce Validate config on CM update event
  • 0197534 docker(deps): bump kyma-project/external/golang (#59)
  • 8cabf6f docker(deps): bump kyma-project/external/golang (#67)
  • 3642eef gomod(deps): bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0 (#159)
  • de21938 gomod(deps): bump github.com/onsi/ginkgo/v2 from 2.7.0 to 2.7.1 (#185)
  • c978b78 gomod(deps): bump github.com/onsi/gomega from 1.20.0 to 1.24.0 (#71)
  • dcb9315 gomod(deps): bump github.com/onsi/gomega from 1.24.0 to 1.24.1 (#113)
  • dab6d41 gomod(deps): bump github.com/onsi/gomega from 1.24.1 to 1.24.2 (#133)
  • 58fd67c gomod(deps): bump github.com/onsi/gomega from 1.24.2 to 1.25.0 (#167)
  • 130a04a gomod(deps): bump github.com/onsi/gomega from 1.25.0 to 1.26.0 (#180)
  • d8d574c gomod(deps): bump istio.io/client-go from 1.14.3 to 1.15.3 (#61)
  • df4dafa gomod(deps): bump istio.io/client-go from 1.15.3 to 1.16.1 (#128)
  • 359a551 gomod(deps): bump k8s.io/api from 0.25.4 to 0.26.0 (#121)
  • 1e159db gomod(deps): bump k8s.io/apiextensions-apiserver from 0.26.0 to 0.26.1 (#173)
  • a679530 gomod(deps): bump k8s.io/apiextensions-apiserver from 0.26.0 to 0.26.1 (#182)
  • 5de6790 gomod(deps): bump k8s.io/apimachinery from 0.25.4 to 0.26.0 (#120)
  • 2662a0b gomod(deps): bump sigs.k8s.io/controller-runtime from 0.14.1 to 0.14.2 (#186)

1.2.0

04 Jan 12:50
f89dbea
Compare
Choose a tag to compare

Images published in 1.2.0 release:

Changelog

  • 017a154 Adapt controller resource init
  • 0459259 Adapt reconcile objects filtering
  • 236108c Add additional columns when listing API Rules on the cluster (#54)
  • a11f47a Add comment regarding iss jwt claim validation (#136)
  • 187af27 Add prow reporter (#73)
  • 987e547 Adding DoD to the issue template (#51)
  • 5988b26 Bump k8s dependencies (#110)
  • f89dbea Cherrypick periodic reconciliation to rel 1.2 (#152)
  • 202a16c Configmap configuration (#43)
  • 35f3201 Configure Dependabot for release-1.1 (#101)
  • 6f90eba Controller CM watch
  • d2d769d Dependabot config (#58)
  • e391242 Feature istio jwt handler (#145)
  • 8e42d4b Improve convertTo logging (#46)
  • bacfa4a JWT Istio handler configuration (#53)
  • 587182d Just minor fixes
  • f334959 Make CRD Configurable (#55)
  • 0f4e98e Merge pull request #69 from barchw/barchw-patch-2
  • 94c93cc Merge pull request #77 from videlov/config-fail-early
  • 25f165f Move validation earlier
  • 7885eee Performance tests results (#100)
  • 355b891 Print handler for Ory Rule (#76)
  • 890eb68 Processing restructure (#99)
  • b54bb68 Provide make target to generate CRD with patches (#57)
  • fba8798 Refactor configmap
  • 00e4349 Refactor integration test for jwt istio
  • 56a47a8 Revert istio jwt handler (#91)
  • ca9f5b6 Tests
  • bfb7992 Update CODEOWNERS (#70)
  • a5ef075 Update OWNERS (#108)
  • 7a04146 Update controllers/apirule_controller.go
  • ceb6b1a Update controllers/apirule_controller.go
  • 598df8f Update controllers/apirule_controller.go
  • db3266d Update controllers/apirule_controller.go
  • 15eefa0 Update issue templates (#79)
  • 00adb00 Update manager.yaml
  • 939884e Update path for api-gateway conference (#66)
  • 55101ce Validate config on CM update event
  • 0197534 docker(deps): bump kyma-project/external/golang (#59)
  • 8cabf6f docker(deps): bump kyma-project/external/golang (#67)
  • c978b78 gomod(deps): bump github.com/onsi/gomega from 1.20.0 to 1.24.0 (#71)
  • dcb9315 gomod(deps): bump github.com/onsi/gomega from 1.24.0 to 1.24.1 (#113)
  • dab6d41 gomod(deps): bump github.com/onsi/gomega from 1.24.1 to 1.24.2 (#133)
  • d8d574c gomod(deps): bump istio.io/client-go from 1.14.3 to 1.15.3 (#61)
  • df4dafa gomod(deps): bump istio.io/client-go from 1.15.3 to 1.16.1 (#128)
  • 359a551 gomod(deps): bump k8s.io/api from 0.25.4 to 0.26.0 (#121)
  • 5de6790 gomod(deps): bump k8s.io/apimachinery from 0.25.4 to 0.26.0 (#120)

1.1.0

28 Sep 08:36
064be15
Compare
Choose a tag to compare

Images published in 1.1.0 release:

Changelog

  • ed7a243 Add https to image urls (#26)
  • 064be15 Add optional namespace for service in APIRule (#29)
  • 9bd5d18 Don't run formatting on a release (#38)
  • 331a6ad Look for v1alpha1 resources by label (#31)
  • 7a0c410 Mention virtual service
  • 459be10 Merge pull request #33 from barchw/v1alpha1-label-test
  • 84da508 Restore docker build and push on PR (#28)
  • 953625e Support API Rules on the same path and different methods (#27)
  • a5ef273 Test for fetching by label

1.0.1

23 Sep 08:27
b7228ab
Compare
Choose a tag to compare

Images published in 1.0.1 release:

Changelog

1.0.0

15 Sep 08:05
7c51eee
Compare
Choose a tag to compare

Images published in 1.0.0 release:

Changelog