Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1522 from mesosphere/v0.10.0-rel
Browse files Browse the repository at this point in the history
Update repo for release v0.10.0
  • Loading branch information
k8s-ci-robot committed Aug 10, 2022
2 parents 76ad91b + e794d34 commit 96f03f0
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# v0.10.0

## BREAKING CHANGE

Ingress propagation has now moved from `extensions/v1beta1.Ingress` to `networking.k8s.io/v1.Ingress`.
Ingress propagation was broken on Kubernetes >=v1.22 due to the removal of the `extensions/v1beta1`
API group. `networking.k8s.io/v1.Ingress` has been usable since Kubernetes v1.19 so while this change
could be considered a breaking change, it is required to support propagating Ingress configuration
on Kubernetes versions >=v1.22.

## What's Changed
* Update repo for release v0.9.2 by @jimmidyson in https://github.com/kubernetes-sigs/kubefed/pull/1502
* fix: controller-manager panic when kubeconfig set filed insecure-skip-tls-verify by @xyz-li in https://github.com/kubernetes-sigs/kubefed/pull/1505
* Make kubefed webhook replica count configurable by @nitinatgh in https://github.com/kubernetes-sigs/kubefed/pull/1469
* Introduce standard controller runtime metrics by @zqzten in https://github.com/kubernetes-sigs/kubefed/pull/1506
* fix: Use specific service account token secret for join by @jimmidyson in https://github.com/kubernetes-sigs/kubefed/pull/1515
* fix: Wait for SA token to be populated by @jimmidyson in https://github.com/kubernetes-sigs/kubefed/pull/1517
* build: Use KinD for syncing helm chart resources by @jimmidyson in https://github.com/kubernetes-sigs/kubefed/pull/1518
* build: Ensure correct go-bindata is used by @jimmidyson in https://github.com/kubernetes-sigs/kubefed/pull/1520
* build: Use setup-envtest to download later version of envtest by @jimmidyson in https://github.com/kubernetes-sigs/kubefed/pull/1519
* fix: Move ingress from extensions/v1beta1 to networking.k8s.io/v1 by @jimmidyson in https://github.com/kubernetes-sigs/kubefed/pull/1521
* fixes #1454: add document for intersectWithClusterSelector by @xunpan in https://github.com/kubernetes-sigs/kubefed/pull/1455
* build: Use k8s v1.24 for tests by @jimmidyson in https://github.com/kubernetes-sigs/kubefed/pull/1516

## New Contributors
* @xyz-li made their first contribution in https://github.com/kubernetes-sigs/kubefed/pull/1505

**Full Changelog**: https://github.com/kubernetes-sigs/kubefed/compare/v0.9.2...v0.10.0

# v0.9.2

## What's Changed
Expand Down
16 changes: 15 additions & 1 deletion charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
apiVersion: v1
entries:
kubefed:
- apiVersion: v2
created: "2022-08-10T11:03:55.512573449+01:00"
dependencies:
- condition: controllermanager.enabled
name: controllermanager
repository: https://localhost/
version: 0.10.0
description: KubeFed helm chart
digest: c653f9a28ea60b28d15cce7bccfe5a8b892db46890b690fddeaf35bce101875e
kubeVersion: '>= 1.16.0-0'
name: kubefed
urls:
- https://github.com/kubernetes-sigs/kubefed/releases/download/v0.10.0/kubefed-0.10.0.tgz
version: 0.10.0
- apiVersion: v2
created: "2022-05-18T09:32:23.107302386+01:00"
dependencies:
Expand Down Expand Up @@ -239,4 +253,4 @@ entries:
urls:
- https://github.com/kubernetes-sigs/kubefed/releases/download/v0.1.0-rc1/kubefed-0.1.0-rc1.tgz
version: 0.1.0-rc1
generated: "2022-05-18T09:32:23.106029679+01:00"
generated: "2022-08-10T11:03:55.51154572+01:00"

0 comments on commit 96f03f0

Please sign in to comment.