Skip to content

Releases: kubevela/kubevela

v1.9.11

22 Apr 07:34
8917780
Compare
Choose a tag to compare

Thanks to @FogDong a lot to fix the issue in v1.9.10.

What's Changed

New Contributors

Full Changelog: v1.9.10...v1.9.11

v1.9.10

15 Mar 14:54
24756fc
Compare
Choose a tag to compare

⚠️ Don't upgrade to this version due to the fatal issue #6493 found, use v1.9.9 as it's production validated⚠️

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

Full Changelog: v1.9.9...v1.9.10

v1.9.9

22 Jan 05:51
42d75e0
Compare
Choose a tag to compare

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

Full Changelog: v1.9.8...v1.9.9

v1.9.8

02 Jan 15:32
62efa9c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.7...v1.9.8

v1.9.7

02 Nov 09:30
b036624
Compare
Choose a tag to compare

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

Full Changelog: v1.9.6...v1.9.7

v1.9.6

15 Aug 03:59
9c57c09
Compare
Choose a tag to compare

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

28 Jul 02:57
00ae0c9
Compare
Choose a tag to compare

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

v1.9.4

12 Jul 03:42
b9f1cc9
Compare
Choose a tag to compare

What's Changed

  • Fix: arm64 build, rm --platform flags in Dockerfile by @audacioustux in #6170
  • Refactor: parse workloads by @nuclearwu in #6185
  • Chore: (deps): Bump github.com/kubevela/workflow from 0.5.1-0.20230412142834-be9e5a10baf0 to 0.6.0 by @dependabot in #6177
  • Chore: (deps): Bump actions/setup-node from 3.6.0 to 3.7.0 by @dependabot in #6194
  • Chore: (deps): Bump docker/setup-buildx-action from 2.8.0 to 2.9.0 by @dependabot in #6193
  • Chore: (deps): Bump golang.org/x/text from 0.10.0 to 0.11.0 by @dependabot in #6196
  • Chore: (deps): Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 by @dependabot in #6198
  • Chore: (deps): Bump RyanSiu1995/kubebuilder-action from ed0e300b13152c2c2bfb104475665c7bf609332f to 7170cb0476187070ae04cbb6cee305e809de2693 by @dependabot in #6192
  • Chore: (deps): Bump golang.org/x/term from 0.9.0 to 0.10.0 by @dependabot in #6197
  • Chore: (deps): Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 by @dependabot in #6195
  • Fix: add deploy as built-in step to avoid parse in offline mode by @wonderflow in #6201
  • Feat: add container-ports trait for hostPort and hostIP by @nuclearwu in #6187

New Contributors

Full Changelog: v1.9.3...v1.9.4

v1.9.3

04 Jul 06:39
4637e3a
Compare
Choose a tag to compare

What's Changed

  • Chore: (deps): Bump sigs.k8s.io/gateway-api from 0.7.0 to 0.7.1 by @dependabot in #6179
  • Chore: (deps): Bump docker/setup-buildx-action from 2.7.0 to 2.8.0 by @dependabot in #6175
  • Fix: top command abnormal render by @iyear in #6174
  • Chore: swtich between old and new registry in vela install by @chivalryq in #6173
  • Chore: (deps): Bump github.com/xanzy/go-gitlab from 0.85.0 to 0.86.0 by @dependabot in #6180
  • Revert: "Feat: support applicator applying resources and update status (#6030)" by @wonderflow in #6182

Full Changelog: v1.9.2...v1.9.3

v1.9.2

29 Jun 11:08
48cf6fb
Compare
Choose a tag to compare

What's Changed

  • Chore: (deps): Bump sigs.k8s.io/kind from 0.18.0 to 0.20.0 by @dependabot in #6158
  • Chore: (deps): Bump ossf/scorecard-action from 2.1.3 to 2.2.0 by @dependabot in #6160
  • Chore: (deps): Bump github.com/oam-dev/terraform-controller from 0.7.10 to 0.7.11 by @dependabot in #6157
  • Chore: (deps): Bump github.com/go-git/go-git/v5 from 5.6.1 to 5.7.0 by @dependabot in #6156
  • Chore: (deps): Bump github.com/onsi/ginkgo/v2 from 2.10.0 to 2.11.0 by @dependabot in #6159
  • Chore: (deps): Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 by @dependabot in #6155
  • Fix: vela dry-run can not render app if x-def is not installed in vela-system by @StevenLeiZhang in #6135
  • Fix: vela install chart switch place by @Somefive in #6153

Full Changelog: v1.9.1...v1.9.2