Releases: Axway/agents-apigee
Releases · Axway/agents-apigee
v0.1.4-alpha1
What's Changed
- APIGOV-0.1.4 - promote to v0.1.4 by @jcollins-axway in #83
- APIGOV-24165 - use publishing lock by @jcollins-axway in #84
- APIGOV-11111 - don't need only-never for error-check job by @dfeldick in #81
- APIGOV-24229 - updates to using apigee stats for central metrics by @jcollins-axway in #85
Full Changelog: v0.1.3...v0.1.4-alpha1
v0.1.3
What's Changed
- APIGOV-23900 - panic error by @jcollins-axway in #71
- APIGOV-23935 - product discovery mode by @jcollins-axway in #72
- APIGOV-23962 - update go version and action versions by @dfeldick in #73
- APIGOV-23936 - handle provisioning for product mode by @jcollins-axway in #74
- APIGOV-32149 - update x/net and x/text by @dfeldick in #75
- APIGOV-23990 - fix sonar warnings by @dfeldick in #76
- APIGOV-24021 - agent attribute and config by @jcollins-axway in #77
- INT - update SDK by @jcollins-axway in #78
- APIGOV-11111 - use only-never for jobs by @dfeldick in #79
- APIGOV-22222 - remove only-never by @dfeldick in #80
- APIGOV-SDK-1-1-41 - update sdk 1.1.41 by @jcollins-axway in #82
Full Changelog: v0.1.2...v0.1.3
v0.1.3-alpha9
INT - update SDK (#78)
v0.1.3-alpha8
- Add AgentCreated attribute to products it creates during provisioning
- Add new APIGEE_CLONEATTRIBUTES flag, default false, to clone a product attributes during provisioning
v0.1.3-alpha7
APIGOV-23936 - handle provisioning for product mode
v0.1.3-alpha6
- Updates for change detection
v0.1.3-alpha5
- Reintroduce the APIGEE_FILTER variable
- Skip parsing spec in agent when in Product mode
- Complete case insensitive comparison of Product to Spec
v0.1.3-alpha4
- Reintroduce the APIGEE_FILTER variable
- Skip parsing spec in agent when in Product mode
- Complete case insensitive comparison of Product to Spec
v0.1.3-alpha3
Added the following environment variables
APIGEE_DISCOVERYMODE - default is proxy, set to product to discover products and associate to specs by name
APIGEE_WORKERS_PRODUCT - default 10, adjust as needed
APIGEE_INTERVAL_PRODUCT - default 30s, adjust as needed
Fixes around the running of the spec discovery job, keeps mod date in cache and skips spec download if mod date has not changed since last poll.
v0.1.3-alpha2
- add check to prevent concurrent runs of the same job