Skip to content

Clusterpedia v0.9.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@Iceber Iceber released this 18 Mar 03:32
· 82 commits to main since this release
7248c78

What's Changed

  • build(deps): bump golang from 1.21.5 to 1.21.6 by @dependabot in #640
  • Change the storage plugin name to sample-storage by @mayur-tolexo in #641
  • feat: add pprof router by @jiuker in #646
  • fix otel trace handler WithTracing, use another func by @KubeKyrie in #638
  • remove useless code and fix typo error by @googs1025 in #653
  • build(deps): bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #652
  • support cluster filter when use memory storage by @huiwq1990 in #649
  • build(deps): bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #658
  • fix the version order of 'discovery.k8s.io' by @Iceber in #659
  • build(deps): bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #664
  • use a separate action to validate the forked code by @Iceber in #669
  • Bump kubernetes to v1.30.2 by @Iceber in #668
  • update hack/.import-aliases by @Iceber in #670
  • golangci-lint: remove deprecated linters by @Iceber in #671
  • install storagemigration group to LegacyResourceScheme by @Iceber in #672
  • apiserver: remove admission middleware by @Iceber in #674
  • apiserver: unlock the RemainingItemCount feature gate by @Iceber in #675
  • e2e: add test for several control plane versions by @Iceber in #676
  • Use actions to install kwokctl by @wzshiming in #596
  • fix the memory version returned by storageconfig factory by @Iceber in #679
  • move discovery, scheme and informer to pkg/runtime by @Iceber in #682
  • add pkg/runtime/resourceconfig.ResourceConfig by @Iceber in #678
  • bump alpine from 3.18.5 to 3.18.8 by @Iceber in #688
  • bump golang from 1.22.4 to 1.22.6 by @Iceber in #689
  • dependabot: ignore minor version for golang and alpine images by @Iceber in #690
  • Bump kubernetes to v1.31.0 by @Iceber in #691
  • bump controller-runtime and controller-tools by @Iceber in #692
  • metrics: use legacyregister instead of new registry by @Iceber in #694
  • kustomize: remove traces config by @Iceber in #693
  • metrics: register clusterpedia and kubernetes build info by @Iceber in #695
  • metrics: add component-base/metrics.Options by @scydas in #696
  • support for storage to implement custom resource synchro by @Iceber in #677
  • build(deps): bump alpine from 3.18.8 to 3.18.9 by @dependabot in #698
  • build(deps): bump golang from 1.22.6 to 1.22.7 by @dependabot in #697
  • build(deps): bump golang from 1.22.7 to 1.22.8 by @dependabot in #701
  • bump kubernetes to v1.31.2 by @Iceber in #704
  • test: check the clusterpedia apiserver before test cases by @Iceber in #705
  • build(deps): bump golang from 1.22.8 to 1.22.9 by @dependabot in #702
  • memorystorage: fix deleting cluster info when cleaning a resource by @Iceber in #706
  • add kubeVela and vCluster in Readme by @pacoxu in #707
  • add memory storage layer v2 by @Iceber in #708
  • internalstorage: add gorm database metrics by @Iceber in #711
  • build(deps): bump golang from 1.22.9 to 1.22.10 by @dependabot in #710
  • internalstorage: add metrics config by @Iceber in #712
  • internalstorage: change the prefix of the db stats metrics by @scydas in #713
  • internalstorage: add trace by @scydas in #714
  • support pod subresources by @Iceber in #715
  • apiserver: Adding RemoteProxyREST for pass-through any requests by @Iceber in #716
  • apiserver: add proxy the proxy subresources of pod/node/service by @scydas in #717
  • apiserver: fix covert connect methods to kube verbs by @scydas in #719
  • build(deps): bump alpine from 3.18.9 to 3.18.10 by @dependabot in #720
  • build(deps): bump alpine from 3.18.10 to 3.18.11 by @dependabot in #721
  • build(deps): bump golang from 1.22.10 to 1.22.11 by @dependabot in #722
  • ci: bump upload artifact to v4 by @Iceber in #726
  • build(deps): bump golang from 1.22.11 to 1.22.12 by @dependabot in #725
  • Support shutting down storage factory by @learner0810 in #724
  • apiserver: add enable subresource options by @Iceber in #723
  • apiserver: set proxy auth info via request header by @Iceber in #727
  • clustersynchro: add resource synchro metrics by @Iceber in #718
  • build(deps): bump alpine from 3.18.11 to 3.18.12 by @dependabot in #728
  • bump go.uber.org/atomic from 1.10.0 to 1.11.0 by @Iceber in #737
  • apiserver: forward request with prefix path or header by @Iceber in #741
  • fix shutdown the storage factory by @scydas in #749
  • apiserver: forward list request with labelselector by @scydas in #748
  • apiserver: fix the query param in proxy requests by @scydas in #750
  • support referencing cluster authentication info from secrets by @Iceber in #747
  • apiserver: add feature gate AllowProxyRequestToClusters by @scydas in #752
  • add feature gate ClusterAuthenticationFromSecret by @scydas in #753
  • bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @Iceber in #757
  • bump github.com/jinzhu/configor from 1.2.1 to 1.2.2 by @Iceber in #758

New Contributors

Full Changelog: v0.8.0...v0.9.0-alpha.1