Releases: Azure/k8s-deploy
Releases · Azure/k8s-deploy
v5.0.0
Changed
- #309 Updated to Node20 and upgraded release workflows to @v1 tag
- #306 update release workflow to use new prefix, remove deprecated release
- #303 fix: ensure imageNames are not empty strings
- #299 bump release workflow sha
- #298 bump minikube to fix runner deps
- #297 update release workflow
Added
v4.10.0
4.10.0
v4.10 release
Commits
- d7506e9: Add node modules and compiled JavaScript from main (#198) (github-actions[bot]) #198
- 6ecb006: v4 new release (#205) (github-actions[bot]) #205
- 497ce63: v4 new release (#212) (github-actions[bot]) #212
- 4e60e95: v4 new release (#224) (github-actions[bot]) #224
- bba74ad: v4 new release (#232) (github-actions[bot]) #232
- 2ee6236: v4 new release (#248) (github-actions[bot]) #248
- a2de818: v4 new release (#253) (github-actions[bot]) #253
- d89c89b: v4 new release (#261) (github-actions[bot]) #261
- c7b3487: v4 new release (#268) (github-actions[bot]) #268
- 5782616: v4 new release (#274) (github-actions[bot]) #274
- 1bfee9d: Merge branch 'releases/v4' into tmp (David Gamero)
- 1082a92: new v4 release (David Gamero)
v4 latest release
Commits
- 976c5c4: Add missing API switch for GHES (#200) (nv35) #200
- dcd9bc6: Vidya reddy/prettier code (#203) (Vidya) #203
- ecec591: switch none deployment strategy to basic (#204) (David Gamero) #204
- 7b11ddb: Hari/beautify logs (#206) (Hariharan Subramanian) #206
- a17f35b: Add ncc build to build script (#208) (Vidya Reddy) #208
- 72a09f4: Logging Changes for Promote, Reject actions (#207) (Hariharan Subramanian) #207
- 19d66d6: add clean function (#211) (Oliver King) #211
- 71e93a7: Added Traffic split annotations (#215) (Vidya Reddy) #215
- bb0278d: Swap annotation key to actions.github.com prefix (#216) (Vidya Reddy) #216
- 0b57955: Private Cluster functionality (#214) (Marcus-Hines) #214
- 531cfdc: Fixed Blue/Green Strategy Ingress Route-Method Glitch (#217) (Jaiveer Katariya) #217
- 01a6551: Blue/Green Refactor (#229) (Jaiveer Katariya) #229
- c117b29: consider slashes while cleaning labels (#231) (Alexander Bartsch) #231
- b11eda6: Fix README.md typo (#235) (Oliver King) #235
- 3c0579b: Bump @actions/core from 1.9.0 to 1.9.1 (#233) (dependabot[bot]) #233
- 659bbb3: Add permissions to README.md (#236) (Oliver King) #236
- 7fd0e52: Add the bug report and feature request form (#237) (Vidya Reddy) #237
- a0b037b: Fix issue form (#238) (Kenta Nakase) #238
- c8f0502: Fix description about baseline-and-canary-replicas (#241) (Kenta Nakase) #241
- d64c205: Resolved issue with Canary deploy (#247) (Jaiveer Katariya) #247
- 57d0489: Added support message (#249) (Asa Gayle) #249
- e917b5a: Deploy with Manifests from URLs (#251) (Jaiveer Katariya) #251
- a6cfc31: Fix private cluster kubectl exit code bug (#252) (Oliver King) #252
- e9693a7: Added Integration Tests, Resolved Bugs With Annotations (#255) (Jaiveer Katariya) #255
- 58ba3f0: new commit with all changes (#258) (Jaiveer Katariya) #258
- c875a14: Fixing Ubuntu Runner Issue (#259) (Jaiveer Katariya) #259
- 47445fb: Add skip tls flag (#260) (Oliver King) #260
- b9a9965: bump @actions/core (#262) (Oliver King) #262
- 8ce7d1d: fixed files to file (#265) (Jaiveer Katariya) #265
- da1e907: Update README.md to v4 (#263) (Oliver King) #263
- e8a841d: Fixing Regex Issue + Adding Check for Failures Connecting to Github Repos (#271) (Jaiveer Katariya) #271
- 7dae909: abstract methods to avoid drift (#273) (David Gamero) #273
- dcaec01: Check for error from Azure when using the private-cluster feature (#270) (Thomas Oddsund) #270
- 756cc0a: upgrade codeql (#279) (David Gamero) #279
- ecb4882: Fixes multiple namespaces bug (#276) (Oliver King) #276
- dd4bbd1: bump codeql to node 16 (#281) (David Gamero) #281
- e52890d: Fix “Service” route-method of the Blue-Green strategy with some manifest files (#283) (Olivier Tétard) #283
- 1bfee9d: Merge branch 'releases/v4' into tmp (David Gamero)
- 1082a92: new v4 release (David Gamero)
v4.9 release
Commits
- d7506e9: Add node modules and compiled JavaScript from main (#198) (github-actions[bot]) #198
- 6ecb006: v4 new release (#205) (github-actions[bot]) #205
- 497ce63: v4 new release (#212) (github-actions[bot]) #212
- 4e60e95: v4 new release (#224) (github-actions[bot]) #224
- bba74ad: v4 new release (#232) (github-actions[bot]) #232
- 2ee6236: v4 new release (#248) (github-actions[bot]) #248
- a2de818: v4 new release (#253) (github-actions[bot]) #253
- d89c89b: v4 new release (#261) (github-actions[bot]) #261
- c7b3487: v4 new release (#268) (github-actions[bot]) #268
- 5782616: v4 new release (#274) (github-actions[bot]) #274
v4.8 release
Resolves issue causing annotations to be applied to deployed resources multiple times, causing action to work extremely slowly and/or time out.
v4.7 release
Add skip-tls-verify
input toggle.
v4.6 release
Fixes private cluster scenario. Properly respects invoke exit codes.
v4.5 release
Fix blue-green bug