Revisions of cri-tools

Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 978589 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 18)
- Update to version 1.24.1:
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 17)
- Update to version 1.23.0:
  * Bump docs to v1.23.0
  * Bump github.com/opencontainers/selinux from 1.9.1 to 1.10.0
  * Bump github.com/opencontainers/runc from 1.0.2 to 1.0.3
  * Bump github.com/docker/docker
  * Bump google.golang.org/grpc from 1.42.0 to 1.43.0
  * 1.5.9
  * Use same grpc max message size as Kubelet
  * Add support for cri-dockerd
  * Add support for specifying custom test container images.
  * Fix cri-dockerd CI runs
  * Fix Containerd main branch CI for Windows
  * fix ci for dockershim-critest
  * Update Windows images for ltsc2022
  * images: use k8s-staging-test-infra/gcb-docker-gcloud
  * Bump github.com/onsi/gomega from 1.16.0 to 1.17.0
  * Refactor fish completion
  * Rename bash and zsh completion functions
  * Add zsh compinit tag
  * Bump google.golang.org/grpc from 1.41.0 to 1.42.0
  * Bump github.com/docker/docker
  * Bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5
  * Add release publishing workflow
  * Bump github.com/opencontainers/selinux from 1.8.5 to 1.9.1
  * Add SHA512 sum for release files
  * Bump github.com/docker/docker
  * Bump google.golang.org/grpc from 1.40.0 to 1.41.0
  * Bump sigs.k8s.io/yaml from 1.2.0 to 1.3.0
  * Bump k8s.io/api from 0.22.1 to 0.22.2
  * Bump k8s.io/cri-api from 0.22.1 to 0.22.2
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 910493 from Alexandre Vicenzi's avatar Alexandre Vicenzi (avicenzi) (revision 16)
Update to version 1.22.0
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 886664 from Alexandre Vicenzi's avatar Alexandre Vicenzi (avicenzi) (revision 15)
Update cri-tools to 1.21.0
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 861672 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 14)
- Update to version 1.20.0:
  * fix a bug in closure function
  * Trigger prow job
  * Update Kubernetes to v1.20.0
  * Dockershim critest on Windows
  * Fix CRI Test with Windows containerd runtime
  * Add comment to cloud build manifest file
  * Add clarity to docs about default runtimes
  * Add staging build for test user images
  * version 1.17.0 -> 1.19.0 in crictl.md
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 790589 from Sascha Grunert's avatar Sascha Grunert (sgrunert) (revision 13)
Fix build and add fish shell completion
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 790568 from Sascha Grunert's avatar Sascha Grunert (sgrunert) (revision 12)
- Update to v1.18.0:
  * Main Changes
    * Update Kubernetes to v1.18.0
    * Switch to urfave/cli/v2
  * CRI CLI (crictl)
    * Use ContextDialer to fix build
    * Add go-template option for inspect commands
    * Fix invalid log_path in docs
  * CRI validation testing (critest)
    *  Make apparmor failure test more flexible
    *  Start container before fetching metrics
    *  Cleanup container create test to reduce duplication
    *  Add container stats test
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 757271 from Sascha Grunert's avatar Sascha Grunert (sgrunert) (revision 11)
- Update to v1.17.0:
  * crictl
    * Bump cri-tools version in markdown docs
    * Vendor kubernetes v1.17.0
    * Update golang dependencies
    * Print the previous log of the container(just like kubectl)
    * Add rmi --prune command
    * Update README.md to contain latest version hint
    * Download golangci-lint via wget
    * Fix pod and container name filter for JSON/YAML output
    * Fix e2e tests by pinning CRI-O and conmon
    * Fixed Tim St. Clair's username
    * Add fish shell completion support
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 733368 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 10)
- Update to v1.16.1:
  * crictl:
    * Fix empty fields in crictl inspect(p/i) result.
    * Pass pod config when pulling image during container creation.
    * Fix crictl stats panic.
  * critest
    * Skip hostnetwork portforward test on windows.
    * Add hostname test.
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 731453 from Sascha Grunert's avatar Sascha Grunert (sgrunert) (revision 9)
Update to v1.16.0:
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 713419 from Michal Jura's avatar Michal Jura (mjura) (revision 8)
- Update golang(API) requiremnt to 1.12

- Update cri-tools to v1.15.0:
  * Add registry prefix option
  * Revert "Skip test "image status should support all kinds of references" for docker runtime"
  * Upgrade Kuberntes version to v1.15.0
  * Fix typo in parallel
  * Skip test "image status should support all kinds of references" since dockershim doesn't support it
  * Fallback to repo digest name if repoTag is <none>:<none>
  * feature: add display; support live monitoring critool stats
  * Test image status for various references.
  * fix debug in config file
  * Update `rmp` to test for running sandbox
  * Fix logDirectory typo in examples.
  * Search program directory for config as fallback
  * Improve error message for failed to connect
  * Set SelinuxRelabel to true for bind mounts
  * Include gcs bucket release.
  * Use same version as previous example
  * Add `curl` to download example
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 688128 from Sascha Grunert's avatar Sascha Grunert (sgrunert) (revision 7)
- Update cri-tools to v1.14.0:
  * CRI CLI (crictl)
    * Adds imagefsinfo subcommand for CRI ImageFSInfo() method.
    * Adds support to filter containers by image.
    * Fixes a bug when removing multiple containers.
    * Reduces the default connection timeout value.
    * Fixes the exit code for crictl exec.
    * Updated the instructions fro godep.
    * Adds support of -q for crictl info.
    * Adds support of zsh completion.
    * Upgrades kubernetes version to 1.14.
  * CRI validation testing (critest)
    *  Adds a benchmark testcase for measuring the time of creating pod and a
       container.
    *  Changes streaming tests to omit newlines on echo
    *  Adds support of critest for Windows container runtime.
    *  Updates test environment to xenial and fixes docker installation.
    *  Updates Go version to 1.12.
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 658863 from Sascha Grunert's avatar Sascha Grunert (sgrunert) (revision 6)
- Added `rpmlintrc` to spec file
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 658047 from Sascha Grunert's avatar Sascha Grunert (sgrunert) (revision 5)
- Update cri-tools to v1.13.0:
  * CRI CLI (crictl):
    * Adds --auth options for pull command
    * Fixes URL parsing for exec and attach
    * Upgrades Go version to 1.11.1
    * Enables Windows CI on travis
    * Switches Windows default endpoints to npipe
    * Updates version matrix information for the project
    * Adds container name filter to ps command
    * Adds metadata to filters
    * Prints annotations and labels for inspect command
  * CRI validation testing (critest)
    * Add tests for multiple containers in a pod
    * Adds runtime handler support for critest
    * Adds exec sync timeout test cases
    * Fixes readonly filesystem test cases
- Add `crictl.yaml` to install directory
- Fix build for ppc64
- Require golang >= 1.11
Valentin Rothberg's avatar Valentin Rothberg (vrothberg) accepted request 648689 from Valentin Rothberg's avatar Valentin Rothberg (vrothberg) (revision 4)
- crictl/critest: compile version
- Require golang >= 1.10.
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 639511 from Valentin Rothberg's avatar Valentin Rothberg (vrothberg) (revision 3)
**DO NOT FORWARD TO FACTORY**
We need to batch the request to Factory with Kubernetes and CRI-O.

- Bump cri-tools to v1.12.0:
  * Properly returns errors when the output format is not supported
  * Show concise image info for crictl ps
  * Fixes crictl ps and crictl pods
  * Adds podID in output of crictl ps
  * Adds sandbox config to image pull
  * Fixes unmarshal issues in crictl inspecti
  * Fixes timeout for grpc dialer
  * Adds new test to critest for privileged container
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 628890 from Valentin Rothberg's avatar Valentin Rothberg (vrothberg) (revision 2)
- Generate and install bash completion for crictl.
- Provide /etc/crictl.yaml config.
  bsc#1104598
Maximilian Meister's avatar Maximilian Meister (m_meister) accepted request 627609 from Valentin Rothberg's avatar Valentin Rothberg (vrothberg) (revision 1)
- Bump cri-tools to v1.11.1:
  * versioning is now consistent with Kubernetes
  * Fix argument parsing for crictl exec
  * Improved documentation
  * Multi-arch critest tests
  * Filter pods with prefix matching of name and namespace
  * Improve terminal support for exec and attach
Displaying all 18 revisions
openSUSE Build Service is sponsored by