Releases: cnti-testcatalog/testsuite
Releases · cnti-testcatalog/testsuite
main-2024-05-21-003415-b33fa3b0 May 21, 2024
UPDATES
Issues addressed in this release:
- #2044 - PR test of #2037 cilium update
- #2037 - Update: Cilium version update
- #2015 - [BUG] cni_compatible test failing due to outdated Cilium
Artifact info:
- Commit: main-2024-05-21-003415-b33fa3b0
- SHA256SUM: 7dd8911758220967d935157f6dc9e2493390a99fcefd4cc6b8344da84957d6df cnf-testsuite-main-2024-05-21-003415-b33fa3b0.tar.gz
main-2024-05-20-171857-56256e7c May 20, 2024
UPDATES
Issues addressed in this release:
Artifact info:
- Commit: main-2024-05-20-171857-56256e7c
- SHA256SUM: 0f03394de5534f5c2aec3df59581e898424afbf21331c849eb4ab9e67a90d88a cnf-testsuite-main-2024-05-20-171857-56256e7c.tar.gz
main-2024-05-20-171209-595065ac May 20, 2024
UPDATES
Issues addressed in this release:
Artifact info:
- Commit: main-2024-05-20-171209-595065ac
- SHA256SUM: 082702df17a59d4092755e86305ea26937cf3c1e4a48c5d0c5366fcd6cd0a87f cnf-testsuite-main-2024-05-20-171209-595065ac.tar.gz
main-2024-05-20-164221-1464801e May 20, 2024
UPDATES
Issues addressed in this release:
Artifact info:
- Commit: main-2024-05-20-164221-1464801e
- SHA256SUM: f3f37fce502ec179c642b66d7e030e36c0c139e4d4015fcbf4d463fef1c2803d cnf-testsuite-main-2024-05-20-164221-1464801e.tar.gz
main-2024-05-20-162322-e5c795cc May 20, 2024
UPDATES
Issues addressed in this release:
Artifact info:
- Commit: main-2024-05-20-162322-e5c795cc
- SHA256SUM: 66ca6656f1b0da73282efd58af08c2cb5cbd60ec0f859349702d51781d894090 cnf-testsuite-main-2024-05-20-162322-e5c795cc.tar.gz
v1.2.0 May 09, 2024
Release Notes for v1.2.0 (Thursday, May 9, 2024)
Changes since v1.1.0 (April 17, 2024)
🙌 Kudos
We appreciate everyone who helped with Release v1.2.0! 🎉
Special thanks to contributors:
- @agentpoyo
- @collivier
- @denverwilliams
- @HashNuke
- @horecoli
- @kosstennbl
- @lixuna
- @martin-mat
- @ptacemic
- @svteb
- @Smitholi67
- @taylor
- @wavell
Please submit a PR to add your name to the MAINTAINERS.md.
✨ Enhancements
- #1949 - Remove all hardcoded EOL K8s version
- #1954 - Spec: removed backticks execution method and use new logging
- #1997, #2012 - Added option to run Cert command for only Essential Tests,
- #1962 - Enhancement: Add test name before and after the test in console output
- #1958 - Add test case identifiers for tests being executed to console output and more informative console output
- #1984 - Remove -ti in docker and kubectl calls
- #1988 - Check if cluster-tools are installed untill timeout
- #1953 - Set helm_install_namespace in all example cnf-testsuite.yml
🐛 Bug Fixes
- #2011 - Fix human readable task_runtime for time display on console
- #1495 - [BUG] Remove Log.info wrappers when running shell commands in spec tests
- #1948 - [BUG] Update all Kubernetes version in Gates (stop pinning v1.23 EOL)
- #1909 - [BUG] Spec tests are unable to find local Helm installation.
- #1978 - Minor change to fix immutable configmaps typo
- #1972 - Prevent microservice tests from passing on errors
- #1959 - Fixed false-postive (PASSED) result of specialized_init_system on nginx (sample-cnfs/sample-ndn-privileged)
- #1952 - [BUG] coredns should pass default_namespace
- #1973, #1987 - Fixed pod_memory_hog spec which was failing in github actions after PR merge to main
- #1977 - [BUG] pod_dns_error is always SKIPPED when "containerd" runtime is used
- #1974 - [BUG] pod_delete test outputs API text during cert run
🔧 Maintenance
- #1998 - #1948 Kind version upgrade
- #1965, #2006 - cni_compatible installs obsolete cluster (v1.21 and no cgroup v2 support). remove cni_compatible from cert tests
- #2004 - (#1993, #1999, #2003) Upgrade Kubescape to v3.0.8 and fix affected tests
- #1986, #1969 - Change location of increase_decrease_capacity task
📖 Documentation
N/A
Artifact info:
- Commit: v1.2.0
- SHA256SUM: fdf76c6b7c38fb15d5b0f8fbb9140475f732ea09a0858c9cbb3b5bf2ac91898e cnf-testsuite-v1.2.0.tar.gz
main-2024-05-09-164553-0893b2ac May 09, 2024
UPDATES
Issues addressed in this release:
Artifact info:
- Commit: main-2024-05-09-164553-0893b2ac
- SHA256SUM: 6ad3d0e159dfdcbaf2b8a27d78bf5872d1b94244e7e7ea1716ecdb4c4e55908f cnf-testsuite-main-2024-05-09-164553-0893b2ac.tar.gz
main-2024-05-09-162635-47958a02 May 09, 2024
UPDATES
Issues addressed in this release:
- #1949 - Remove all hardcoded EOL K8s version
- #1954 - spec: remove backticks and use new logging
- #1495 - [BUG] Remove Log.info wrappers when running shell commands in spec tests
- #1948 - [BUG] Update all Kubernetes version in Gates (stop pinning v1.23 EOL)
Artifact info:
- Commit: main-2024-05-09-162635-47958a02
- SHA256SUM: c8c4b8dc963f0e3d4af9ccb6910821853ebc18039763c79711462dd6b1b7a023 cnf-testsuite-main-2024-05-09-162635-47958a02.tar.gz
main-2024-05-07-103643-7b211009 May 07, 2024
UPDATES
Issues addressed in this release:
- #2011 - Fix human readable task_runtime
- #2014 - Update MAINTAINERS.md
- #2010 - [BUG] Fix issues introduced human readable task_runtime change
Artifact info:
- Commit: main-2024-05-07-103643-7b211009
- SHA256SUM: 876cfc382826291a070a270aed37bf1a5e4f877cbe360086ad20f4562d03d655 cnf-testsuite-main-2024-05-07-103643-7b211009.tar.gz
main-2024-05-02-134818-a05c159e May 02, 2024
UPDATES
Issues addressed in this release:
- #2012 - cert: rework certification tasks, add "essential" argument
- #1997 - Option to run Cert command for only Essential Tests
Artifact info:
- Commit: main-2024-05-02-134818-a05c159e
- SHA256SUM: ae873d35e5f88b01f08a8bd9aae7d8e5db18609aaae14a74be9d5686172b208b cnf-testsuite-main-2024-05-02-134818-a05c159e.tar.gz