dependabot[bot]
d19cf8802b
chore(deps)(deps): bump github.com/compose-spec/compose-go ( #1607 )
...
Bumps [github.com/compose-spec/compose-go](https://github.com/compose-spec/compose-go ) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/compose-spec/compose-go/releases )
- [Commits](https://github.com/compose-spec/compose-go/compare/v1.11.0...v1.12.0 )
---
updated-dependencies:
- dependency-name: github.com/compose-spec/compose-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 10:41:51 +01:00
Lctrs
834916182c
feat(deps): bump compose-go to 1.11.0 ( #1594 )
2023-02-20 16:20:47 +01:00
dependabot[bot]
db7c50c58a
Bump golang.org/x/net from 0.5.0 to 0.7.0 ( #1592 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 17:11:59 +01:00
dependabot[bot]
cd45f7f0ff
Bump github.com/containerd/containerd from 1.6.14 to 1.6.18 ( #1591 )
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.6.14 to 1.6.18.
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v1.6.14...v1.6.18 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-17 00:11:53 +01:00
Patrick Rachford
35a430614f
Fixes typos ( #1557 )
...
* rebase
* undo commit to assets/**/*
* undo commit in script/test/*
* Apply suggestions from code review
Co-authored-by: AhmedGrati <48932084+AhmedGrati@users.noreply.github.com>
* removes webrick
---------
Co-authored-by: AhmedGrati <48932084+AhmedGrati@users.noreply.github.com>
2023-02-08 14:51:09 -05:00
Lctrs
cb41c16bf4
chore: require go >=1.18, bump deps and get rid of replace directives ( #1552 )
2023-01-13 08:50:28 -05:00
Lctrs
2ad5745d58
feat: migrate from libcompose to compose-go ( #1547 )
...
* feat: migrate from libcompose to compose-go
libcompose has been deprecated since summer 2021 in favor of https://github.com/compose-spec/compose-go .
Kompose should now be able to load all versions of compose.
* chore: replace golint with staticcheck
golint has been deprecated. Recommended replacement is staticcheck.
2023-01-12 15:17:22 -05:00
Matt Hook
af82f7e6db
fix all known trivy scan vulnerabilities ( #1516 )
...
* fix all known trivy scan vulnerabilities
* fix library issues: CVE-2022-27664, CVE-2022-32149, GHSA-69ch-w2m2-3vjp
2022-11-19 10:44:37 +08:00
AhmedGrati
849c229aad
Fix(CI Pipeline): Update Kubernetes unit tests and CI Pipeline configuration files ( #1531 )
...
* fix: update kubernetes unit tests
* fix: check whether selectors are present or not
* fix: update golang-lint yaml file
* fix: downgrade the version of fsouza go docker-client
2022-11-12 21:46:18 +08:00
Matt Hook
ec62854fdf
update packages to fix trivy vulnerability scan ( #1508 )
2022-08-26 09:28:28 -04:00
darklore
0964a7ccd1
Fix build error on go1.18
...
Signed-off-by: darklore <zodiac.brave.story@gmail.com>
2022-03-24 05:22:23 +09:00
Hang Yan
9a6a24cb16
Update golang versions in ci ( #1437 )
2021-10-02 02:18:20 +08:00
Hang Yan
0671410009
Add support for bindata in cm ( #1418 )
...
Signed-off-by: Hang Yan <hang.yan@hotmail.com>
2021-08-29 08:33:16 +08:00
tk42
deb00f3407
support multiple containers in a pod ( #1394 )
2021-07-08 09:48:05 +08:00
Hang Yan
45634be192
Fix convert deployment log error ( #1378 )
2021-05-01 10:37:06 +08:00
namusyaka
8fcbc60969
Cleanup glide ( #1353 )
...
* Cleanup mentions about glide
* Don't use glide to ignore vendor directory
Since go-1.9, "./..." no longer contains the "vendor" directory.
Also, since #1305 migrated dependency management from glide to go mod,
there is no need to think about the "vendor" directory.
See: https://golang.org/doc/go1.9#vendor-dotdotdot
* go mod tidy
2020-11-08 23:21:51 +08:00
namusyaka
8b06045c70
Support port range for docker-compose v2 ( #1345 )
...
* allow port range specification in v1v2
* improve tests for loadPorts
* add port range to fixtures of docker-compose v2
* update fixtures to follow up on #1341
2020-11-04 22:16:33 +08:00
Hang Yan
2dc6037cce
Allow controller flag to override restart policy ( #1340 )
2020-11-02 18:17:12 +08:00
Hang Yan
ee3228cb7a
Bump docker version ( #1334 )
...
to support compose 3.8
2020-10-31 17:30:28 +08:00
Hang Yan
f31257f5cf
Add support for compose 2.x ( #1333 )
2020-10-31 08:27:50 +08:00
Hang Yan
525b68f027
Go mod ( #1305 )
...
* Use go mod instead of glide
* Add `--with-kompose-annotation` flag to allow us to switch it off for tests
* Remove hostpid support (since the newest sdk does not support it)
* Create new test script and fixtures
* Remove replicationcontroller support
2020-08-07 17:25:52 +08:00