Skip to content

Commit 728682c

Browse files
theishshahjmrodri
andauthored
Release v1.19.0 (#5644)
Co-authored-by: Jesus Rodriguez <[email protected]>
1 parent e6c45ec commit 728682c

File tree

29 files changed

+82
-131
lines changed

29 files changed

+82
-131
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SHELL = /bin/bash
44
# This value must be updated to the release tag of the most recent release, a change that must
55
# occur in the release commit. IMAGE_VERSION will be removed once each subproject that uses this
66
# version is moved to a separate repo and release process.
7-
export IMAGE_VERSION = v1.18.0
7+
export IMAGE_VERSION = v1.19.0
88
# Build-time variables to inject into binaries
99
export SIMPLE_VERSION = $(shell (test "$(shell git describe)" = "$(shell git describe --abbrev=0)" && echo $(shell git describe)) || echo $(shell git describe --abbrev=0)+git)
1010
export GIT_VERSION = $(shell git describe --dirty --tags --always)

changelog/fragments/01-bump-java-operator-plugins.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

changelog/fragments/darwin-arm64.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog/fragments/enable-skiptlsverify-usehttp-flags.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog/fragments/helm-annotations-reconcile-period.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

changelog/fragments/log-error-url-verification.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

changelog/fragments/respect-deployment-labels.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog/fragments/revert-skiptls-changes-deprc-notice.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog/fragments/scorecard-deadline.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

changelog/generated/v1.19.0.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## v1.19.0
2+
3+
### Additions
4+
5+
- Add official binary builds for `darwin/arm64`. ([#5581](https://github.com/operator-framework/operator-sdk/pull/5581))
6+
- User is not able to run the `operator-sdk run bundle` in local kind-registry as `--skip-tls` flag is deprecated. OPM introduced new flags `--skip-tls-verify and --use-http`. This fix will enable the newly introduced flags. ([#5617](https://github.com/operator-framework/operator-sdk/pull/5617))
7+
- For the helm/v1 plugin, parsed the "helm.sdk.operatorframework.io/reconcile-period" value from the custom resource annotations for helm operators. This value is then set to the 'ReconcilePeriod' field of the reconciler to reconcile the cluster in the specified intervals of time. ([#5585](https://github.com/operator-framework/operator-sdk/pull/5585))
8+
- Added log so that URL verification errors when starting the ansible-operator are not silently swallowed. ([#5595](https://github.com/operator-framework/operator-sdk/pull/5595))
9+
- Reverted removal of `--skip-tls` flag and mark the flag as deprecated. ([#5633](https://github.com/operator-framework/operator-sdk/pull/5633))
10+
11+
### Changes
12+
13+
- scorecard will now printout test results, if any, even when there is a context timeout. This will allow underlying errors from a test to be shown helping users address the issues. ([#5628](https://github.com/operator-framework/operator-sdk/pull/5628))
14+
15+
### Bug Fixes
16+
17+
- (java/v1alpha) bumped the java-operator-plugins dependency to [v0.3.0](https://github.com/operator-framework/java-operator-plugins/releases/tag/v0.3.0). ([#5588](https://github.com/operator-framework/operator-sdk/pull/5588))
18+
- Add the labels defined in the Manager (Operator Deployment) to the ClusterServiceVersions [`DeploymentSpecs`](https://github.com/operator-framework/api/blob/master/pkg/operators/v1alpha1/clusterserviceversion_types.go#L78) to ensure that they will also be provided to the integration with OLM (CSV). ([#5533](https://github.com/operator-framework/operator-sdk/pull/5533))

0 commit comments

Comments
 (0)