Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-01-19 | 4.1 kB | |
v1.11.0 source code.tar.gz | 2024-01-19 | 389.1 kB | |
v1.11.0 source code.zip | 2024-01-19 | 500.6 kB | |
Totals: 3 Items | 893.8 kB | 1 |
v0.11.0 - 2024-01-19
What's Changed
Maintenance 🔧
- Bump github.com/prometheus/common from 0.42.0 to 0.44.0 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1128
- Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1127
- Bump golang.org/x/sync from 0.1.0 to 0.3.0 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1125
- Bump github.com/spf13/cobra from 1.6.0 to 1.7.0 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1126
- Bump k8s.io/apiserver from 0.27.2 to 0.27.3 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1124
- Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1134
- Bump github.com/bombsimon/logrusr/v3 from 3.0.0 to 3.1.0 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1133
- Bump k8s.io/klog/v2 from 2.90.1 to 2.100.1 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1132
- Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1130
- Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1131
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1155
- Bump golang.org/x/sys from 0.9.0 to 0.12.0 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1156
- Bump actions/setup-go from 4 to 5 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1183
- Bump google.golang.org/grpc from 1.55.0 to 1.56.3 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1173
- Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1167
- Bump golang.org/x/crypto from 0.1.0 to 0.17.0 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1188
- Bump k8s.io/apiserver from 0.27.3 to 0.29.1 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1189
- Bump go.opentelemetry.io/otel/sdk from 1.19.0 to 1.22.0 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1190
- Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.42.0 to 0.46.0 by @dependabot in https://github.com/virtual-kubelet/virtual-kubelet/pull/1176
Bug Fixes 🐞
- Fixed typo by @AlexCuadron in https://github.com/virtual-kubelet/virtual-kubelet/pull/1136
- Add error handler to recreate virtual node when it's deleted by @zhenqxuMSFT in https://github.com/virtual-kubelet/virtual-kubelet/pull/1143
- feat: Add methods to get length of PodController queues by @jfernandez in https://github.com/virtual-kubelet/virtual-kubelet/pull/1145
- typo: update comment by @HeGaoYuan in https://github.com/virtual-kubelet/virtual-kubelet/pull/1164
- chore: pkg import only once by @testwill in https://github.com/virtual-kubelet/virtual-kubelet/pull/1175
- feat: support SPDY subprotocol version v5 (K8s API >= v1.29.0) by @fra98 in https://github.com/virtual-kubelet/virtual-kubelet/pull/1185
New Contributors 🥳
- @AlexCuadron made their first contribution in https://github.com/virtual-kubelet/virtual-kubelet/pull/1136
- @jfernandez made their first contribution in https://github.com/virtual-kubelet/virtual-kubelet/pull/1145
- @zhenqxuMSFT made their first contribution in https://github.com/virtual-kubelet/virtual-kubelet/pull/1143
- @HeGaoYuan made their first contribution in https://github.com/virtual-kubelet/virtual-kubelet/pull/1164
- @testwill made their first contribution in https://github.com/virtual-kubelet/virtual-kubelet/pull/1175
- @fra98 made their first contribution in https://github.com/virtual-kubelet/virtual-kubelet/pull/1185
Full Changelog: https://github.com/virtual-kubelet/virtual-kubelet/compare/v1.10.0...v1.11.0