Releases: kubevela/kubevela
Releases · kubevela/kubevela
v1.10.0-alpha.1
What's Changed
- Chore: (deps): Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #6439
- Chore: (deps): Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #6506
- Chore: (deps): Bump golang.org/x/crypto from 0.21.0 to 0.23.0 by @dependabot in #6518
- Fix: disable auto maxprocs logging by @FogDong in #6530
- Fix(CUE): fix volumns variable err bug in vela-cli by @yukunjie in #6537
- Fix: e2e-tests and unit-tests by @Chaitanyareddy0702 in #6562
- Chore: Add Fog, Anoop and Daniel as codeowners by @anoop2811 in #6564
- Chore: update go version to 1.22 by @FogDong in #6560
- Fix: TestWorkflowList unit-test by @VibhorChinda in #6565
- Chore: (deps): Bump golang.org/x/crypto from 0.23.0 to 0.25.0 by @dependabot in #6569
- Fix(CUE): fix namespaces field missing in the requiredDuringSchedulingIgnoredDuringExecution at affinity trait by @fyp711 in #6567
- Chore: updates the make fmt command by @kanchan-dhamane in #6577
- Chore: (deps): Bump docker/build-push-action from 5.0.0 to 6.3.0 by @dependabot in #6571
- Fix(docs): documentation where schematic for component definition refers to kube by @shreyasHpandya in #6579
- Chore: (deps): Bump actions/github-script from 6.4.1 to 7.0.1 by @dependabot in #6407
- Chore: (deps): Bump actions/setup-node from 4.0.0 to 4.0.3 by @dependabot in #6582
- Refactor: use cuex engine by @FogDong in #6575
- Chore: use official workflow version by @FogDong in #6588
- Fix: fixed the pinned dependencies issue by @harshitasao in #6602
- Fix: fix github action token by @FogDong in #6608
- Feat(#6505): Add support for Cue Required field feature by @Chaitanyareddy0702 in #6622
- Fix: Correct spelling of "application" in deletion message (#6626) by @kgpp34 in #6628
- Feat: add new providers and fix definitions by @FogDong in #6599
New Contributors
- @yukunjie made their first contribution in #6537
- @Chaitanyareddy0702 made their first contribution in #6562
- @VibhorChinda made their first contribution in #6565
- @fyp711 made their first contribution in #6567
- @kanchan-dhamane made their first contribution in #6577
- @shreyasHpandya made their first contribution in #6579
- @harshitasao made their first contribution in #6602
- @kgpp34 made their first contribution in #6628
Full Changelog: v1.9.11...v1.10.0-alpha.1
v1.9.13
v1.9.12
v1.9.11
Thanks to @FogDong a lot to fix the issue in v1.9.10.
What's Changed
- Chore: fix ci yaml err by @yyzxw in #6492
- Chore: update chart readme by @yyzxw in #6494
- Fix(CUE): fix variable error bug in startup-probe by @codeReaper2001 in #6472
- Fix: bump pkg version to fix the client bug by @FogDong in #6507
New Contributors
- @codeReaper2001 made their first contribution in #6472
Full Changelog: v1.9.10...v1.9.11
v1.9.10
What's Changed
- Fix: Address GolangCI lint 1.55 errors by @dhiguero in #6453
- Fix: zstd encoder concurrency number in k8s container, upgrade kubevela/pkg version to 1.9.0 (#6462) by @msun1996 in #6476
- Fix: allow different service and container port by @Kolossi in #6477
- Chore: (deps): Bump golang.org/x/crypto from 0.18.0 to 0.21.0 by @dependabot in #6474
- Chore: (deps): Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #6479
- Fix: missing comma ok by @Awadabang in #6457
New Contributors
- @Awadabang made their first contribution in #6457
Full Changelog: v1.9.9...v1.9.10
v1.9.9
What's Changed
- Fix: load local ComponentDefinitions recursively by @TylerGillson in #6414
- Chore: (deps): Bump golang.org/x/crypto from 0.14.0 to 0.18.0 by @dependabot in #6442
- Fix: hpa trait corresponding to cpu parameters when try to use memory by @erayarslan in #6434
- Fix: add cronjob support for annotations, resources, and volumeMounts by @Kolossi in #6422
New Contributors
- @erayarslan made their first contribution in #6434
Full Changelog: v1.9.8...v1.9.9
v1.9.8
What's Changed
- Chore: (deps): Bump actions/setup-node from 3.8.1 to 4.0.0 by @dependabot in #6385
- Chore: (deps): Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.13.1 by @dependabot in #6400
- Chore: (deps): Bump zeebe-io/backport-action from 1.4.0 to 2.1.1 by @dependabot in #6399
- Feat: add annotations and labels to gateway.cue by @YanRyan in #6397
- Fix: update build.mk by @caiqi1111 in #6374
- Fix: helm template adding namespace by @dhiguero in #6423
- Chore: (deps): Bump thehanimo/pr-title-checker from 1.4.0 to 1.4.1 by @dependabot in #6375
- Chore: (deps): Bump fkirc/skip-duplicate-actions from 5.3.0 to 5.3.1 by @dependabot in #6380
- Chore: (deps): Bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in #6426
- Fix: prevent kube client lookup in GetFakeClient by @TylerGillson in #6428
New Contributors
- @YanRyan made their first contribution in #6397
- @TylerGillson made their first contribution in #6428
Full Changelog: v1.9.7...v1.9.8
v1.9.7
What's Changed
- Chore: (deps): Bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in #6266
- Chore: (deps): Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 by @dependabot in #6215
- Chore: (deps): Bump actions/setup-node from 3.7.0 to 3.8.1 by @dependabot in #6277
- Chore: (deps): Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by @dependabot in #6279
- Chore: (deps): Bump golang.org/x/term from 0.10.0 to 0.11.0 by @dependabot in #6280
- Chore: (deps): Bump github.com/containerd/containerd from 1.7.2 to 1.7.3 by @dependabot in #6281
- Chore: (deps): Bump github.com/xanzy/go-gitlab from 0.86.0 to 0.90.0 by @dependabot in #6282
- Chore: (deps): Bump github.com/oam-dev/terraform-controller from 0.7.11 to 0.7.12 by @dependabot in #6284
- Chore: add lint --fix by @yyzxw in #6275
- Chore: (deps): Bump golang.org/x/tools from 0.11.0 to 0.12.0 by @dependabot in #6283
- Chore: (deps): Bump zeebe-io/backport-action from 1.3.1 to 1.4.0 by @dependabot in #6278
- Fix: Print command output using stdout channel #6268 by @pranavek in #6273
- Feat: add an annotation for the addon by @suwliang3 in #6256
- Fix: container-ports trait reserve port name by @nuclearwu in #6274
- Fix: identity addon from helm chart structure by @suwliang3 in #6288
- Fix: hide msg when no cluster uninstall by @lixd in #6294
- Feat: enable unknown flags by @yyzxw in #6303
- Fix: fix the error when create the same secret twice by @Mcduller in #6290
- Chore: tidy appHandler with serveral deprecation by @chivalryq in #6300
- Chore: (deps): Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #6311
- Chore: (deps): Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 by @dependabot in #6309
- Chore: (deps): Bump github.com/containerd/containerd from 1.7.3 to 1.7.5 by @dependabot in #6306
- Chore: (deps): Bump docker/setup-buildx-action from 2.9.1 to 2.10.0 by @dependabot in #6310
- Chore: (deps): Bump gomodules.xyz/jsonpatch/v2 from 2.3.0 to 2.4.0 by @dependabot in #6308
- Feat: apply-component supports namespace by @nuclearwu in #6248
- Chore: (deps): Bump github.com/onsi/gomega from 1.27.8 to 1.27.10 by @dependabot in #6307
- Fix: addon dependency package retrieving is not compatible to v-prefixed version by @chivalryq in #6316
- Chore: (deps): Bump golang.org/x/text from 0.12.0 to 0.13.0 by @dependabot in #6322
- Chore: (deps): Bump actions/cache from 3.3.1 to 3.3.2 by @dependabot in #6334
- Chore: (deps): Bump goreleaser/goreleaser-action from 4.4.0 to 4.6.0 by @dependabot in #6336
- Chore: (deps): Bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #6338
- Chore: (deps): Bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 by @dependabot in #6330
- Chore: (deps): Bump github.com/xanzy/go-gitlab from 0.90.0 to 0.91.1 by @dependabot in #6323
- Fix: gateway triat miss port name by @yyzxw in #6329
- Chore: (deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3 by @dependabot in #6337
- Chore: (deps): Bump docker/build-push-action from 4.1.1 to 5.0.0 by @dependabot in #6340
- Fix: unit test for http pkg by @chivalryq in #6354
- Chore: (deps): Bump golang.org/x/crypto from 0.12.0 to 0.13.0 by @dependabot in #6347
- Chore: (deps): Bump github.com/hashicorp/hcl/v2 from 2.17.0 to 2.18.0 by @dependabot in #6344
- Chore: (deps): Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 by @dependabot in #6350
- Chore: (deps): Bump goreleaser/goreleaser-action from 4.6.0 to 5.0.0 by @dependabot in #6348
- Chore: (deps): Bump docker/login-action from 2.2.0 to 3.0.0 by @dependabot in #6349
- Chore: (deps): Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 by @dependabot in #6346
- Feat: Add command to list all workflows in vela-cli by @anoop2811 in #6326
- Chore: (deps): Bump docker/setup-buildx-action from 2.10.0 to 3.0.0 by @dependabot in #6351
- Fix: update traitdefinitions apiVersions in validatingWebhookConfigur… by @caiqi1111 in #6352
- Fix: validate cue template in webhook handler and add policyvaladatin… by @caiqi1111 in #6355
- Fix: fix the vela show error when format the output markdown by @Mcduller in #6356
- Chore: (deps): Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in #6360
- Chore: (deps): Bump github.com/go-resty/resty/v2 from 2.7.0 to 2.8.0 by @dependabot in #6357
- Chore: bump terraform-controller to v0.8.0 by @chivalryq in #6363
- Chore: (deps): Bump ossf/scorecard-action from 2.2.0 to 2.3.1 by @dependabot in #6386
New Contributors
- @pranavek made their first contribution in #6273
- @lixd made their first contribution in #6294
- @anoop2811 made their first contribution in #6326
Full Changelog: v1.9.6...v1.9.7
v1.9.6
What's Changed
- Chore: revert "Feat: apply-component supports namespace" by @chivalryq in #6247
- Fix: issue bot permission by @chivalryq in #6245
- Fix: test timeout due to hardcoded goproxy by @dhiguero in #6246
- Chore: (deps): Bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.1 by @dependabot in #6239
- Refactor: capabilities and workload in appfile parsing by @chivalryq in #6250
- Refactor: organize appHandler, remove unused flags by @chivalryq in #6254
- Chore: (deps): Bump golang.org/x/text from 0.11.0 to 0.12.0 by @dependabot in #6262
- Chore: (deps): Bump github.com/google/go-containerregistry from 0.15.2 to 0.16.1 by @dependabot in #6264
- Chore: (deps): Bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0 by @dependabot in #6267
Full Changelog: v1.9.5...v1.9.6
v1.9.5
What's Changed
- Chore: (deps): Bump golang.org/x/tools from 0.10.0 to 0.11.0 by @dependabot in #6217
- Fix: The log printing error for the addon module by @suwliang3 in #6207
- Chore: (deps): Bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15 by @dependabot in #6229
- Feat: apply-component supports namespace by @nuclearwu in #6228
- Feat: support offline dryrun with deploy step by @chivalryq in #6234
Full Changelog: v1.9.4...v1.9.5