Skip to content

Commit d7d5e0c

Browse files
authored
*: release v1.0.0 (#3713)
* *: release v1.0.0 * call out changes from v0.19 and alpha releases * show all migrations from v0.19 and from alpha.2 * Pinning docker to 4.2.2. React to recent docker pypi update.
1 parent 646fa8b commit d7d5e0c

File tree

14 files changed

+581
-115
lines changed

14 files changed

+581
-115
lines changed

CHANGELOG.md

Lines changed: 140 additions & 0 deletions
Large diffs are not rendered by default.

changelog/fragments/3-alpha-config.yaml

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

changelog/fragments/config-samples-kustomize-scaffold.yaml

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

changelog/fragments/inject-operator-image-olm.yaml

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

changelog/fragments/refactor-cleanup.yaml

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

changelog/fragments/remove-olm-namespace-flag.yaml

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

changelog/fragments/rm-s390x-builds.yaml

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

changelog/fragments/run-pkgman-allnamespaces.yaml

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

hack/tests/e2e-ansible-molecule.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ trap_add 'rm -rf $TMPDIR' EXIT
1414
pip3 install --user pyasn1==0.4.7 pyasn1-modules==0.2.6 idna==2.8 ipaddress==1.0.22
1515
pip3 install --user molecule==3.0.2
1616
pip3 install --user ansible-lint yamllint
17-
pip3 install --user docker openshift jmespath
17+
pip3 install --user docker==4.2.2 openshift jmespath
1818
ansible-galaxy collection install community.kubernetes
1919

2020
setup_envs $tmp_sdk_root

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121

2222
//var needs to be used instead of const for ldflags
2323
var (
24-
Version = "v1.0.0-alpha.2+git"
24+
Version = "v1.0.0"
2525
GitVersion = "unknown"
2626
GitCommit = "unknown"
2727
KubernetesVersion = "unknown"

0 commit comments

Comments
 (0)