Skip to content

Releases: redhat-best-practices-for-k8s/certsuite-sample-workload

v4.1.0

04 Nov 18:07
76ee5d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.1.0

v4.0.2

27 Jul 16:00
e2d80c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1

16 Jun 16:30
23eda54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

18 May 19:19
87b97d3
Compare
Choose a tag to compare

Creating version v4.0.0 in preparation for the CNF-Certification-Test repo's release of v4.0.0.

v3.3.0

03 Feb 16:56
5121e44
Compare
Choose a tag to compare

What's Changed

  • adding a test for statefulset pods by @aabughosh in #73
  • add liveness probe and readiness to test (example CNF) pod by @hamadise in #74
  • Add terminationGracePerdiodSeconds to target deployment. by @greyerof in #75
  • Add olm install wait and pin OLM version to prevent regression by @edcdavid in #77
  • Update Go to 1.17.6 by @sebrandon1 in #78
  • Update minikube to v1.25.0 by @sebrandon1 in #79

Full Changelog: v3.2.0...v3.3.0

v3.2.0

15 Dec 15:52
b4a20bb
Compare
Choose a tag to compare

What's Changed

  • Example CNF
    • HPA added to the deployment/replicaset
    • Container imagePullPolicy set to IfNotPresent
    • Pod automountServiceAccountToken set to false
    • Multus and Calico CNI added when deployed to non OCP cluster
  • Test Partner
    • Replaced the RHEL support-tools image used by the debug partner daemonset with a custom one based on UBI8
    • Removed unnecessary volumes from the debug partner pod which now also deploys on non OCP clusters
    • Removed the partner pod (TPP) as it's no longer required by CNF certification suite v3.2
  • Toolchain
    • Upgrade to Minikube v1.24.0

Full Changelog: v3.1.0...v3.2.0

v3.1.0

12 Nov 17:26
cc0441b
Compare
Choose a tag to compare

What's Changed

  • Added operator under test and CRD under test to the local test infrastructure deployment for better CI test coverage
  • Disconnected environment support with partner pod image source url override
  • Added debug pod daemon set to the partner deployment to facilitate more reliable node access. This replaces adhoc "oc debug node" commands which often fails due to environment related reasons
  • Slow internet support with deployment timeout override
  • Added yamllint to CI test
  • Upgraded minikube to 1.23.2
  • Partner pod is now deployed in the default namespace along with the debug pod daemon set

Full Changelog: v3.0.0...v3.1.0

Release v3.0.0

27 Aug 21:34
91c3617
Compare
Choose a tag to compare

Formal release of cnf-certificationtest-partner

This release includes :

  • ability to supply the namespace to be used via NAMESPACE_TO_GENERATE environment variable
  • use 3 nodes minikube to test scaling and node draining
  • add CI workflow

commits :
91c3617 release v3.0.0 (#33)
835c172 Shamadi fix fsdiffpod (#32)
357b529 Cnfcert 30 changes (#29)
7604d7e Do not deploy fsdiff pod with Minikube (#28)
91d06cd added fsdiff pod to the infra (#20)
350f55e Use 3 nodes in minikube in order to test pod recreation (#26)
dd83dd3 Add lifecycle to POD under test (#25)
cfc5a2e Multinode support (#24)
c7aa7f6 Merge pull request #22 from HamadiSE/shamadi_logging
2bd3dc3 update PUT to start emiting logs
0fedb7d Increase timeout of the oc wait command
eb383fb Fix local-test-infra GitHub Action race condition
e835579 Replace Pod definitions with Deployments
42ad670 Update CI workflows to auto-discover Pod names
bb6d1bf use single quotes to avoid escaping in annotation yaml
5a66190 add container spec autodiscover label and annotation
ff72720 add labels and annotation for autoconfig
538653b Add GitHub Action for installing local-test-infra
8646951 Extend the CI workflow with image push to Quay.io
9056175 Update README with info on the new tnf namespace
10614ec Add CI Tests for test infra and partner image
bc5df96 Add a proper namespace to the test/partner pods
2b58196 Update docs with new Minikube Setup section
14da137 update README with new test-network-function url
0afd65c rework README to include more detail
f9f6dd6 Switch from rgoulding to testnetworkfunction quay.io repo
fac9fd0 replace Apache license with GPL-2.0-or-later and COMMITMENT
79831d7 add .vscode firectory to gitignore
eb0d46e Merge pull request #2 from redhat-nfvpe/local_installation
387f0ec Abstract local test infrastructure
7e14df2 Merge pull request #1 from redhat-nfvpe/initial_commit
053c0c9 Create a UBI-based partner container definition and deployment strategy
bc504ee Initial commit