Skip to content

Commit

Permalink
v0.13.2 changelog and version bump
Browse files Browse the repository at this point in the history
Signed-off-by: adrienjt <[email protected]>
  • Loading branch information
adrienjt committed Dec 15, 2020
1 parent 64ee843 commit 1e0300f
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 28 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,18 @@
-->

## v0.13.2

### Bugfixes

- f9dce49 (@ytsarev) Update remote Ingress on annotation change.

## v0.13.1

### Bugfixes

- 0d39a1d Fix amd64 image. UPX was guilty, but we didn't notice. Disable UPX for non-amd64 images until we e2e-test all archs in general, and make UPX work with arm64 in particular.
- 0d39a1d Fix amd64 image. UPX was guilty, but we didn't notice. Disable UPX for non-amd64 images until we e2e-test all
archs in general, and make UPX work with arm64 in particular.

## v0.13.0

Expand Down
4 changes: 2 additions & 2 deletions charts/multicluster-scheduler/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: multicluster-scheduler
version: 0.13.1
version: 0.13.2
#kubeVersion: A SemVer range of compatible Kubernetes versions (optional)
description: A system of Kubernetes controllers that intelligently schedules workloads across clusters.
type: application
Expand All @@ -14,5 +14,5 @@ home: https://github.com/admiraltyio/multicluster-scheduler
# email: The maintainer's email (optional for each maintainer)
# url: A URL for the maintainer (optional for each maintainer)
icon: https://admiralty.io/icons/icon-144x144.png
appVersion: 0.13.1
appVersion: 0.13.2
#deprecated: Whether this chart is deprecated (optional, boolean)
8 changes: 4 additions & 4 deletions charts/multicluster-scheduler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,31 @@ Multicluster-scheduler uses [finalizers](https://kubernetes.io/docs/tasks/access
| fullnameOverride | string | `""` | Override chart and release names in object names |
| imagePullSecretName | string | `""` | |
| controllerManager.image.repository | string | `"quay.io/admiralty/multicluster-scheduler-agent"` | |
| controllerManager.image.tag | string | `"0.13.1"` | |
| controllerManager.image.tag | string | `"0.13.2"` | |
| controllerManager.image.pullPolicy | string | `"IfNotPresent"` | |
| controllerManager.resources | object | `{}` | |
| controllerManager.nodeSelector | object | `{}` | |
| controllerManager.securityContext | object | `{}` | |
| controllerManager.affinity | object | `{}` | |
| controllerManager.tolerations | array | `[]` | |
| scheduler.image.repository | string | `"quay.io/admiralty/multicluster-scheduler-scheduler"` | |
| scheduler.image.tag | string | `"0.13.1"` | |
| scheduler.image.tag | string | `"0.13.2"` | |
| scheduler.image.pullPolicy | string | `"IfNotPresent"` | |
| scheduler.resources | object | `{}` | |
| scheduler.nodeSelector | object | `{}` | |
| scheduler.securityContext | object | `{}` | |
| scheduler.affinity | object | `{}` | |
| scheduler.tolerations | array | `[]` | |
| postDeleteJob.image.repository | string | `"quay.io/admiralty/multicluster-scheduler-remove-finalizers"` | |
| postDeleteJob.image.tag | string | `"0.13.1"` | |
| postDeleteJob.image.tag | string | `"0.13.2"` | |
| postDeleteJob.image.pullPolicy | string | `"IfNotPresent"` | |
| postDeleteJob.resources | object | `{}` | |
| postDeleteJob.nodeSelector | object | `{}` | |
| postDeleteJob.securityContext | object | `{}` | |
| postDeleteJob.affinity | object | `{}` | |
| postDeleteJob.tolerations | array | `[]` | |
| restarter.image.repository | string | `"quay.io/admiralty/multicluster-scheduler-remove-finalizers"` | |
| restarter.image.tag | string | `"0.13.1"` | |
| restarter.image.tag | string | `"0.13.2"` | |
| restarter.image.pullPolicy | string | `"IfNotPresent"` | |
| restarter.resources | object | `{}` | |
| restarter.nodeSelector | object | `{}` | |
Expand Down
6 changes: 3 additions & 3 deletions docs/operator_guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The Admiralty command line interface (CLI) helps you sign up for an Admiralty Cl
```shell script
OS=linux # or darwin (i.e., OS X) or windows
ARCH=amd64 # or, for linux, any of arm64, ppc64le, s390x
curl -Lo admiralty "https://artifacts.admiralty.io/admiralty-v0.13.1-$OS-$ARCH"
curl -Lo admiralty "https://artifacts.admiralty.io/admiralty-v0.13.2-$OS-$ARCH"
chmod +x admiralty
sudo mv admiralty /usr/local/bin
```
Expand Down Expand Up @@ -86,7 +86,7 @@ values={[
kubectl create namespace admiralty
helm install admiralty admiralty/admiralty \
--namespace admiralty \
--version 0.13.1 \
--version 0.13.2 \
--set accountName=$(admiralty get-account-name) \
--set clusterName=$CLUSTER_NAME \
--wait
Expand All @@ -109,7 +109,7 @@ values={[
kubectl create namespace admiralty
helm install admiralty admiralty/multicluster-scheduler \
--namespace admiralty \
--version 0.13.1 \
--version 0.13.2 \
--wait
```

Expand Down
4 changes: 2 additions & 2 deletions docs/operator_guide/upgrade_to_cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The Admiralty Cloud/Enterprise Helm chart includes the open source cluster agent
1. Install Admiralty Cloud/Enterprise custom resource definitions (CRDs), because Helm [doesn't support](https://github.com/helm/helm/issues/6581) adding CRDs as part of upgrades:
```shell
kubectl apply -f https://artifacts.admiralty.io/admiralty-v0.13.1.crds.yaml
kubectl apply -f https://artifacts.admiralty.io/admiralty-v0.13.2.crds.yaml
```
1. [Download the Admiralty CLI](installation.md#command-line-interface) if not already installed.
Expand All @@ -66,7 +66,7 @@ The Admiralty Cloud/Enterprise Helm chart includes the open source cluster agent
helm repo update
helm upgrade $RELEASE_NAME admiralty/admiralty \
--namespace $NAMESPACE \
--version 0.13.1 \
--version 0.13.2 \
-f values.yaml \
--set accountName=$(admiralty get-account-name) \
--set clusterName=$CLUSTER_NAME
Expand Down
28 changes: 14 additions & 14 deletions docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ values={[
Most cloud distributions of Kubernetes pre-label nodes with the names of their cloud regions.
:::
1. (optional speed-up) Pull images on your machine and load them into the kind clusters. Otherwise, each kind cluster would pull images, which could take three times as long.
1. (optional speed-up) Pull images on your machine and load them into the kind clusters. Otherwise, each kind cluster would pull images, which could take three times as long.
```shell script
images=(
Expand All @@ -71,12 +71,12 @@ values={[
quay.io/jetstack/cert-manager-webhook:v0.16.1
quay.io/jetstack/cert-manager-cainjector:v0.16.1
# admiralty open source
quay.io/admiralty/multicluster-scheduler-agent:0.13.1
quay.io/admiralty/multicluster-scheduler-scheduler:0.13.1
quay.io/admiralty/multicluster-scheduler-remove-finalizers:0.13.1
quay.io/admiralty/multicluster-scheduler-restarter:0.13.1
quay.io/admiralty/multicluster-scheduler-agent:0.13.2
quay.io/admiralty/multicluster-scheduler-scheduler:0.13.2
quay.io/admiralty/multicluster-scheduler-remove-finalizers:0.13.2
quay.io/admiralty/multicluster-scheduler-restarter:0.13.2
# admiralty cloud/enterprise
quay.io/admiralty/admiralty-cloud-controller-manager:0.13.1
quay.io/admiralty/admiralty-cloud-controller-manager:0.13.2
quay.io/admiralty/kube-mtls-proxy:0.10.0
quay.io/admiralty/kube-oidc-proxy:v0.3.0 # jetstack's image rebuilt for multiple architectures
)
Expand Down Expand Up @@ -154,7 +154,7 @@ values={[
<TabItem value="linux-amd64">
```shell script
curl -Lo admiralty "https://artifacts.admiralty.io/admiralty-v0.13.1-linux-amd64"
curl -Lo admiralty "https://artifacts.admiralty.io/admiralty-v0.13.2-linux-amd64"
chmod +x admiralty
sudo mv admiralty /usr/local/bin
```
Expand All @@ -163,7 +163,7 @@ values={[
<TabItem value="mac">
```shell script
curl -Lo admiralty "https://artifacts.admiralty.io/admiralty-v0.13.1-darwin-amd64"
curl -Lo admiralty "https://artifacts.admiralty.io/admiralty-v0.13.2-darwin-amd64"
chmod +x admiralty
sudo mv admiralty /usr/local/bin
```
Expand All @@ -172,14 +172,14 @@ values={[
<TabItem value="windows">
```shell script
curl -Lo admiralty "https://artifacts.admiralty.io/admiralty-v0.13.1-windows-amd64"
curl -Lo admiralty "https://artifacts.admiralty.io/admiralty-v0.13.2-windows-amd64"
```
</TabItem>
<TabItem value="linux-arm64">
```shell script
curl -Lo admiralty "https://artifacts.admiralty.io/admiralty-v0.13.1-linux-arm64"
curl -Lo admiralty "https://artifacts.admiralty.io/admiralty-v0.13.2-linux-arm64"
chmod +x admiralty
sudo mv admiralty /usr/local/bin
```
Expand All @@ -188,7 +188,7 @@ values={[
<TabItem value="linux-ppc64le">
```shell script
curl -Lo admiralty "https://artifacts.admiralty.io/admiralty-v0.13.1-linux-ppc64le"
curl -Lo admiralty "https://artifacts.admiralty.io/admiralty-v0.13.2-linux-ppc64le"
chmod +x admiralty
sudo mv admiralty /usr/local/bin
```
Expand All @@ -197,7 +197,7 @@ values={[
<TabItem value="linux-s390x">
```shell script
curl -Lo admiralty "https://artifacts.admiralty.io/admiralty-v0.13.1-linux-s390x"
curl -Lo admiralty "https://artifacts.admiralty.io/admiralty-v0.13.2-linux-s390x"
chmod +x admiralty
sudo mv admiralty /usr/local/bin
```
Expand Down Expand Up @@ -227,7 +227,7 @@ values={[
helm install admiralty admiralty/admiralty \
--kube-context kind-$CLUSTER_NAME \
--namespace admiralty \
--version 0.13.1 \
--version 0.13.2 \
--set accountName=$(admiralty get-account-name) \
--set clusterName=$CLUSTER_NAME \
--wait --debug
Expand Down Expand Up @@ -261,7 +261,7 @@ do
helm install admiralty admiralty/multicluster-scheduler \
--kube-context kind-$CLUSTER_NAME \
--namespace admiralty \
--version 0.13.1 \
--version 0.13.2 \
--wait --debug
# --wait to ensure release is ready before next steps
# --debug to show progress, for lack of a better way,
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/fargate.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Download the Admiralty CLI if not already installed. We'll use it to register cl
```shell
os=linux # or darwin (i.e., Mac OS X) or windows
arch=amd64 # or arm64, ppc64le, s390x (linux only)
curl -Lo admiralty "https://artifacts.admiralty.io/admiralty-v0.13.1-$os-$arch"
curl -Lo admiralty "https://artifacts.admiralty.io/admiralty-v0.13.2-$os-$arch"
chmod +x admiralty
sudo mv admiralty /usr/local/bin
```
Expand All @@ -139,7 +139,7 @@ do
kubectl create namespace admiralty
helm install admiralty admiralty/admiralty \
--namespace admiralty \
--version v0.13.1 \
--version v0.13.2 \
--set accountName=$(admiralty get-account-name) \
--set clusterName=$cluster_name
done
Expand Down

0 comments on commit 1e0300f

Please sign in to comment.