Releases: istio-ecosystem/admiral
Releases · istio-ecosystem/admiral
v1.4.0
v1.3.0
What's Changed
- Point to the
latest
tag by @aattuluri in #190 - Sync VirtualServices and DestinationRules
as is
to other clusters if not generated by Admiral by @aattuluri in #191 - Ignore syncing istio resources in system namespaces and admiral-sync namespace by @aattuluri in #192
- Do not do destructive updates during bootup by @aattuluri in #193
- Adding a doc on how to pursue REST API Orchestration with Istio, Admiral and OpenAPI 3.0 by @sivathiru1 in #194
- fix: Admiral crash when ArgoRolloutsEnabled set to false by @itsLucario in #195
- fix for concurrent map iteration and map write by @shriramsharma in #197
- Support for BlueGreen rollout preview endpoint by @itsLucario in #199
- Fix meshPort nil by @itsLucario in #200
- Clean up cache upon k8s service deletes by @aattuluri in #201
- Reorder ServiceEntry writes. Add execution time and informer event logs. by @aattuluri in #202
- fix: weighted services for source by @itsLucario in #203
- Add Prometheus metric for number of clusters monitored by @adilfulara in #208
- Prometheus Install in demo cluster by @adilfulara in #209
- Tune default outlier detection parameters for remote endpoints by @aattuluri in #207
- [bug] prevent panic when finding out rollout strategy by @nirvanagit in #210
- Optimize GlobalTrafficPolicy fetching and endpoint generation time by @aattuluri in #206
- Fix gtp key construction by @aattuluri in #212
- Fix gtp matching typo by @aattuluri in #213
- Use correct variable to log by @aattuluri in #214
- exposed outlierDetection configuration through GTP by @shriramsharma in #217
- Added mutex to sync access to the SidecarEgressMap by @shriramsharma in #220
- concurrent map issue by @shriramsharma in #225
- process gtps as soon they are applied by @shriramsharma in #223
- Prom counters by @adilfulara in #211
- Fix to globaltrafficpolicy cache cleanup by @vrushalijoshi in #215
- fixing the broken gtp tests by @shriramsharma in #226
- Fix Admiral install in the Examples document by @levaitamas in #222
- Add admiral logo files by @aattuluri in #230
- fixed the failing GTP test by @shriramsharma in #231
- force GTPs to update only by @shriramsharma in #235
- Handle k8s service events and trigger SE generation by @aattuluri in #238
- Fix and refactor service to deploy/rollout matching by @aattuluri in #239
- Fix event processing during bootup by @aattuluri in #240
- Enhance checks for potential nil references by @aattuluri in #241
- Best effort to pick stable/active services for Rollouts by @aattuluri in #242
- Fix concurrent map access and remove unwanted code by @aattuluri in #245
- Admiral DR support by @asushanthk in #248
- Support for GlobalTrafficPolicy priority processing by @vrushalijoshi in #249
- Add check for nodecontroller and locality being nil by @aattuluri in #250
- Make remote controller access thread safe. by @aattuluri in #251
- Update identity cluster cache when instances are found by @aattuluri in #252
- Routing policy addition by @vinay-g in #243
- fix: Rollout canary when traffic routing not defined by @itsLucario in #253
- Upgraded the dependent go modules by @shriramsharma in #232
- log error, instead of returning when vs deletion fails by @nirvanagit in #254
- Add default connection pool parameters for generated cnames by @shriramsharma in #257
- Stop creation of service entires with dummy endpoints by @vrushalijoshi in #255
- Updating with fixes by @vinay-g in #258
- Feature to exclude an identity via command line parameter #260 by @nirvanagit in #261
- generated admiral CRDs compatible with k8 1.22 by @shriramsharma in #262
- fix: Handle VS hosts nil by @itsLucario in #265
- check deployment name before deleting deployment from cache by @nirvanagit in #266
- add interface for ignoring identity through command line by @nirvanagit in #267
- Add admiral sequence diagram by @nirvanagit in #259
- skipped updating istio resources which were not created by admiral by @shriramsharma in #271
- fixed the crd-gen by @shriramsharma in #273
- fixed model-gen by @shriramsharma in #277
- Updating kustomize version and adding apple silicon instructions by @vinay-g in #275
- Add dependencyproxy model, crds, listers, informers by @shriramsharma in #279
- Adding labels to admiral generated service entries by @vrushalijoshi in #281
- fix concurrent map iteration and map write by @nirvanagit in #283
- Generate VirtualServices based on DependencyProxy by @shriramsharma in #282
- provided an ability to create additional endpoints by @shriramsharma in #284
- generate additional endpoints based on labels set on deployments or rollouts by @shriramsharma in #285
- prevent panic when cluster does not contain rollout OR deployment for given asset by @nirvanagit in #286
- [MESH-3036] - Set consecutive5xxErrors to 0 by @vinay-g in #288
- Add received log line for HandleEventForDeployment by @kpharasi in #290
- Remove expired link by @aattuluri in #292
- add interface for getting configurations by @nirvanagit in #295
- add open telemetry framework, and using it add 1 new metric by @nirvanagit in #296
- add missing variables by @nirvanagit in #298
New Contributors
- @sivathiru1 made their first contribution in #194
- @itsLucario made their first contribution in #195
- @shriramsharma made their first contribution in #197
- @adilfulara made their first contribution in #208
- @nirvanagit made their first contribution in #210
- @levaitamas made their first contribution in #222
- @vinay-g made their first contribution in #243
- @kpharasi made their first contribution in #290
Full Changelog: v1.2...v1.3
v1.2
v1.1
v1.0: Fixing broken method for downloading kustomize (#138)
* Fixing broken method for downloading kustomize Signed-off-by: Joe Peacock <[email protected]> * Retrying Signed-off-by: Joe Peacock <[email protected]> * Retrying Signed-off-by: Joe Peacock <[email protected]> * Retrying Signed-off-by: Joe Peacock <[email protected]> Co-authored-by: Joe Peacock <[email protected]>
v0.9
This is the first release of Admiral
v0.1-beta
v0.1-alpha
First pre-release version of admiral targeted for tests and demos