summaryrefslogtreecommitdiff
path: root/pkg
Commit message (Expand)AuthorAge
* Merge pull request #13384 from flouthoc/podman-remote-add-with-annotateopenshift-ci[bot]2022-06-21
|\
| * bindings: add manifest should follow es_model while marshalling OSVersion and...Aditya R2022-06-02
* | Merge pull request #14642 from rhatdan/VENDORopenshift-ci[bot]2022-06-21
|\ \
| * | Update to use gopkg.in/yaml.v3Daniel J Walsh2022-06-17
* | | Merge pull request #14643 from clobrano/feature/network/list/dangling/devopenshift-ci[bot]2022-06-21
|\ \ \
| * | | allow filter networks by dangling statusCarlo Lobrano2022-06-21
* | | | Merge pull request #14638 from giuseppe/improve-error-messages-rootless-unshareopenshift-ci[bot]2022-06-21
|\ \ \ \
| * | | | rootless: attempt to join all specified pathsGiuseppe Scrivano2022-06-21
| * | | | rootless: improve error messagesGiuseppe Scrivano2022-06-21
| * | | | rootless: do not ignore reexec_in_user_namespace_wait errorsGiuseppe Scrivano2022-06-21
* | | | | Merge pull request #14625 from cdoern/podShmopenshift-ci[bot]2022-06-21
|\ \ \ \ \
| * | | | | podman pod create --shm-sizecdoern2022-06-20
| | |_|/ / | |/| | |
* | | | | Merge pull request #14662 from Luap99/api-jsonopenshift-ci[bot]2022-06-21
|\ \ \ \ \
| * | | | | API: containers/json always set application/json content typePaul Holzinger2022-06-20
| |/ / / /
* | / / / api: show the memory limit specified for the containerGiuseppe Scrivano2022-06-21
| |/ / / |/| | |
* | | | Merge pull request #14556 from sstosh/system-prune-networkopenshift-ci[bot]2022-06-20
|\ \ \ \ | |/ / / |/| | |
| * | | podman system prune support prune unused networksToshiki Sonoda2022-06-14
* | | | linter fix from #14299cdoern2022-06-16
* | | | Merge pull request #14299 from cdoern/podCloneopenshift-ci[bot]2022-06-16
|\ \ \ \
| * | | | podman pod clonecdoern2022-06-10
* | | | | Merge pull request #14610 from shanesmith/fix-machine-start-interruptopenshift-ci[bot]2022-06-16
|\ \ \ \ \
| * | | | | Fix interrupting machine start leaves the machine unstartableShane Smith2022-06-15
* | | | | | Merge pull request #14570 from Clivar/fix-windows-ssh-key-creationopenshift-ci[bot]2022-06-16
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix #14416: Use absolute path to WSL binary to create ssh keys for `machine i...Clivar2022-06-15
| | |/ / / | |/| | |
* | | | | Merge pull request #14585 from Luap99/nolintopenshift-ci[bot]2022-06-14
|\ \ \ \ \
| * | | | | golangci-lint: enable nolintlintPaul Holzinger2022-06-14
| | |_|/ / | |/| | |
* | | | | Merge pull request #14324 from anjannath/qemu-testopenshift-ci[bot]2022-06-14
|\ \ \ \ \
| * | | | | look for firmware based on the path of qemu binaryAnjan Nath2022-05-23
* | | | | | Merge pull request #14561 from rhatdan/VENDORopenshift-ci[bot]2022-06-14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Update vendor of containers/buildahDaniel J Walsh2022-06-13
* | | | | | Merge pull request #14580 from jakecorrenti/stats-on-non-running-containeropenshift-ci[bot]2022-06-14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Non-running containers now report statistics via the `podman stats`Jake Correnti2022-06-13
* | | | | | Merge pull request #14563 from ashley-cui/qemuopenshift-ci[bot]2022-06-13
|\ \ \ \ \ \
| * | | | | | Fix M1 QEMU flagsAshley Cui2022-06-10
* | | | | | | Merge pull request #14560 from rhatdan/remoteOpenShift Merge Robot2022-06-13
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | podman-remote push --remove-signatures supportDaniel J Walsh2022-06-10
* | | | | | | podman cp: do not overwrite non-dirs with dirs and vice versaValentin Rothberg2022-06-10
|/ / / / / /
* | | | | | Merge pull request #14469 from shanesmith/prevent-simultaneous-machine-startsOpenShift Merge Robot2022-06-09
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Introduce 'Starting' status for machinesShane Smith2022-06-09
| * | | | | Prevent simultaneous machine startsShane Smith2022-06-03
* | | | | | Merge pull request #14480 from cdoern/infraOpenShift Merge Robot2022-06-09
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | patch for pod host networking & other host namespace handlingcdoern2022-06-09
* | | | | | Merge pull request #14549 from Luap99/compat-createOpenShift Merge Robot2022-06-09
|\ \ \ \ \ \
| * | | | | | compat api: fix regressions from "Swagger refactor/cleanup"Paul Holzinger2022-06-09
* | | | | | | Merge pull request #14542 from hshiina/restore-filelockOpenShift Merge Robot2022-06-09
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Pass '--file-locks' to OCI runtime at restoringHironori Shiina2022-06-09
* | | | | | | Merge pull request #14484 from marshall-lee/test/manifest-pushOpenShift Merge Robot2022-06-08
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add missing tests for manifests APIVladimir Kochnev2022-06-07
| |/ / / / /
* | | | | | Merge pull request #14220 from Luap99/resolvconfOpenShift Merge Robot2022-06-07
|\ \ \ \ \ \
| * | | | | | use resolvconf package from c/common/libnetworkPaul Holzinger2022-06-07
| | |_|/ / / | |/| | | |