Skip to content

Commit

Permalink
Release v1.15.0 (operator-framework#5379)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian von Feilitzsch <[email protected]>
  • Loading branch information
fabianvf authored Nov 18, 2021
1 parent 89f6d3d commit f6326e8
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 32 deletions.
5 changes: 0 additions & 5 deletions changelog/fragments/ansible-path-issue-temporary-fix.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions changelog/fragments/bump-ansible-collections.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions changelog/generated/v1.15.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## v1.15.0

### Changes

- Bumped community.kubernetes to kubernetes.core >= 2.2.0. Added the kubernetes.core collection to requirements. ([#5249](https://github.com/operator-framework/operator-sdk/pull/5249))

### Bug Fixes

- For Ansible operators, if an API endpoint has a "/" in server path component the ansible binary will no longer throw error. ([#5308](https://github.com/operator-framework/operator-sdk/pull/5308))
4 changes: 4 additions & 0 deletions website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ algolia_docsearch = true

##RELEASE_ADDME##

[[params.versions]]
version = "v1.15"
url = "https://v1-15-x.sdk.operatorframework.io"

[[params.versions]]
version = "v1.14"
url = "https://v1-14-x.sdk.operatorframework.io"
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/docs/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export OS=$(uname | awk '{print tolower($0)}')
Download the binary for your platform:

```sh
export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.14.0
export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.15.0
curl -LO ${OPERATOR_SDK_DL_URL}/operator-sdk_${OS}_${ARCH}
```

Expand Down
12 changes: 12 additions & 0 deletions website/content/en/docs/upgrading-sdk-version/v1.15.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: v1.15.0
weight: 998985000
---

## Update ansible collection ``community.kubernetes`` to ``kubernetes.core``

Add the ``kubernetes.core`` collection (>= 2.2.0) to the requrements.yml file
- name: kubernetes.core
version: "2.2.0"

_See [#5249](https://github.com/operator-framework/operator-sdk/pull/5249) for more details._

0 comments on commit f6326e8

Please sign in to comment.