Skip to content

Releases: apigee/apigee-remote-service-envoy

v1.3.0-rc.2

20 Nov 00:53
7906eac
Compare
Choose a tag to compare
v1.3.0-rc.2 Pre-release
Pre-release

Changelog

7906eac update golib dep (#109)
793333b default JWTProviderKey to empty string (#108)
13e50ef removed --tag in envoy samples creation (#107)

v1.3.0-rc.1

17 Nov 20:19
b5c8dfa
Compare
Choose a tag to compare
v1.3.0-rc.1 Pre-release
Pre-release

Changelog

b5c8dfa github action update (#104)
7e1ede2 update golib dep to v1.3.0-rc.1 (#103)
bfd3bb1 removed the text mistakenly pasted (#102)
a896356 removed limit on number of resources read from config (#101)
c7467c0 changed to always pull adapter image in templates (#99)
65e4e33 ax collection interval not set from config (#98)
3728014 changes to config loading and validation to better support application default credentials (#97)
dab69e6 analytics rollback (#95)
cee5c19 update deps (#92)
98f3876 deleting existing sample directory (#91)
f18000a cleaning up resources upon start (#90)
57ddd00 added load test script; refactored some code (#88)
69c583e OperationGroup support (#85)
634ddaa added gcloud build (#84)
b606a48 enabled jwtProviderKey option; removed commented code in tests (#83)
43143bd added timeout for access log streams; set default to 1 min; updated golib deps (#82)
57289d0 Workflow for tests with CG SaaS (#80)
3d642f8 Hybrid workflow with Kokoro (#78)
8366d33 Improved StreamAccessLog service (#76)
46a5dd4 Support reading default application credentials for analytics uploading (#75)
6bcad80 init kokoro (#71)

v1.2.0

30 Sep 21:38
fe88247
Compare
Choose a tag to compare

Release Notes

Changelog

fe88247 updated golib deps (#70)
901f9ff Minor fix in config.Load() (#69)
d5c45b5 prerelease for 1.2.0 (#67)
743ab0a In Solidarity (#66)
c5ec8f1 products must load before /healthz ready (#65)
36f83ea add import, cleanup
2eb0221 better alternative to consume body
6a05ea2 Setting up distributed load testing on GKE (#60)
9296496 add clean shutdown hook (#64)
6dc2a0b use Clone() instead of new transport to ensure intact defaults (#62)
bfec7bc typo in config key (#61)
8275ba9 calculate quotas for loadtest (#59)
d7edfa3 update golib dep (#58)
da38e68 load test framework (#57)
a4186b0 loading config CRDs in any order; print config upon starting as json (#55)
cdc62a2 Supporting analytics uploading to UAP directly with given service account credentials (#54)

v1.2.0-rc.1

25 Sep 19:39
Compare
Choose a tag to compare
v1.2.0-rc.1 Pre-release
Pre-release

Changelog

d5c45b5 prelease (#67)
743ab0a In Solidarity (#66)
c5ec8f1 products must load before /healthz ready (#65)
36f83ea add import, cleanup
2eb0221 better alternative to consume body
6a05ea2 Setting up distributed load testing on GKE (#60)
9296496 add clean shutdown hook (#64)
6dc2a0b use Clone() instead of new transport to ensure intact defaults (#62)
bfec7bc typo in config key (#61)
8275ba9 calculate quotas for loadtest (#59)
d7edfa3 update golib dep (#58)
da38e68 load test framework (#57)
a4186b0 loading config CRDs in any order; print config upon starting as json (#55)
cdc62a2 Supporting analytics uploading to UAP directly with given service account credentials (#54)

v1.1.0

26 Aug 23:05
46d8243
Compare
Choose a tag to compare

Changelog

46d8243 update dep (#51)
669268d canceled requests may be missing response code (#50)

v1.1.0-rc.1

21 Aug 21:29
e41bc9b
Compare
Choose a tag to compare
v1.1.0-rc.1 Pre-release
Pre-release

Changelog

e41bc9b update deps (#48)
d6691d7 remove samples (#47)

v1.0.0

31 Jul 17:16
9200fc6
Compare
Choose a tag to compare

Changelog

9200fc6 v1.0.0 (#33)

v1.0.0-pre.2

30 Jul 18:03
47b4bdf
Compare
Choose a tag to compare
v1.0.0-pre.2 Pre-release
Pre-release

Changelog

47b4bdf tag 1.0.0-pre.2 (#30)
20dd2d1 fix image label (#29)
db109b3 exporting two functions for cli to generate internal JWT (#28)

v1.0.0-pre.1

29 Jul 16:57
b766055
Compare
Choose a tag to compare
v1.0.0-pre.1 Pre-release
Pre-release

Changelog

b766055 update deps (#27)
5214eba debugging
ebc58e0 fix build_arg
8d073cc remove comment
9497de1 add build info to docker binaries
9f541af Merge pull request #18 from apigee/issue-14
eb253f0 made flags consistent (#19)
89fe95c goboring won't work from scratch
6ed2c63 fix arg name
dceb00e make CGO_ENABLED an arg
c06429a make GITHUB_TOKEN an arg
e60133f add goboring builds
97b5b78 Merge pull request #12 from apigee/github-actions
74caa24 fix docker push
bb3c93b badge and cleanup
2908bc0 linter
43ba324 fix lint errors
2e9e779 reviewdog reporter, build image on PR
9f9fa6d Merge pull request #11 from apigee/issue-10
97098ae separate workflow
5804634 setup github actions
874a5d1 better properties support: fix \n in kid

v1.0.0-beta.4

08 Jul 23:36
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

Official release notes: https://docs.apigee.com/release/notes/apigee-adapter-for-envoy-release-notes

Breaking changes

Kubernetes-style ConfigMaps are used for all configs
reject_unauthorized in config now defaults to false (uses RBAC)

Hybrid: apigee-remote-service-envoy requires access to key files
added --policy-secret option for path (defaults to /policy-secret)
Kubernetes Deployment requires mount (see sample)

Hybrid: must update Apigee remote-service proxy

See also: CLI release notes.

Changelog

e5b67dd jwtProviderKey can't work with istio 1.4
cfdf8e7 update selector
d392bc8 golib v1.0.0-beta.4
9041b17 update samples
1a87a7c add JWTProviderKey to config (unexposed)
5d7e704 make RejectUnauthorized default to false
937c3d4 remove superflous code
c2e5e05 handle authorization for golib, use internal JWT for hybrid (#8)
9b64a4b update health probes
788047a --address was moved to config
37ac2b1 update deps
8fa81e2 add prometheus metrics
f0fe43d point to apigee docs