Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

kompose-1.32.0-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: kompose Distribution: openSUSE Tumbleweed
Version: 1.32.0 Vendor: openSUSE
Release: 1.1 Build date: Thu Apr 4 07:52:39 2024
Group: Development/Tools/Other Build host: reproducible
Size: 22063006 Source RPM: kompose-1.32.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://kompose.io
Summary: Go from Docker Compose to Kubernetes
kompose is a tool to help users who are familiar with docker-compose move to Kubernetes. kompose takes a Docker Compose file and translates it into Kubernetes resources. kompose is a convenience tool to go from local Docker development to managing your application with Kubernetes. Transformation of the Docker Compose format to Kubernetes resources manifest may not be exact, but it helps tremendously when first deploying an application on Kubernetes.

Provides

Requires

License

Apache-2.0

Changelog

* Thu Apr 04 2024 opensuse_buildservice@ojkastl.de
  - Update to version 1.32.0:
    * docs: update installation page to have arm64 mention by @cdrage
      in #1736
    * chore(deps)(deps): bump golang.org/x/net from 0.15.0 to 0.17.0
      by @dependabot in #1734
    * chore(deps)(deps): bump github.com/google/go-cmp from 0.5.9 to
      0.6.0 by @dependabot in #1733
    * fix e2e test by @AhmedGrati in #1737
    * chore(deps)(deps): bump k8s.io/apimachinery from 0.28.2 to
      0.28.3 by @dependabot in #1742
    * fix: make transforming more deterministic by @AhmedGrati in
      [#1744]
    * fix: env_file configmap name length by @ThijsBroersen in #1743
    * chore(deps)(deps): bump github.com/docker/docker from
      23.0.3+incompatible to 24.0.7+incompatible by @dependabot in
      [#1747]
    * chore(deps)(deps): bump github.com/compose-spec/compose-go from
      1.19.0 to 1.20.0 by @dependabot in #1740
    * chore(deps)(deps): bump golang.org/x/tools from 0.13.0 to
      0.14.0 by @dependabot in #1723
    * remove status field from generated yaml by @shubhindia in #1746
    * chore: add warning when no service is selected by @AhmedGrati
      in #1750
    * chore(deps)(deps): bump github.com/spf13/cobra from 1.7.0 to
      1.8.0 by @dependabot in #1756
    * test: add unit-test for PR 1743 v2 by @AhmedGrati in #1752
    * feat: Add COMPOSE_FILE env variable by @AhmedGrati in #1753
    * fix: disable annotations when flag
    - -with-kompose-annotation=false is specified by @AhmedGrati in
      [#1754]
    * fix: lowercase resources names by @AhmedGrati in #1755
    * chore(deps)(deps): bump k8s.io/api from 0.28.2 to 0.28.4 by
      @dependabot in #1762
    * chore(deps)(deps): bump golang.org/x/tools from 0.14.0 to
      0.15.0 by @dependabot in #1760
    * chore(deps)(deps): bump github.com/compose-spec/compose-go from
      1.20.0 to 1.20.1 by @dependabot in #1761
    * deleted CHANGELOG.md by @kundan2707 in #1765
    * updated link for daemonset by @kundan2707 in #1767
    * chore(deps)(deps): bump github.com/compose-spec/compose-go from
      1.20.1 to 1.20.2 by @dependabot in #1768
    * Removed fedora installation instruction from installation.md by
      @utkarsh-singh1 in #1774
    * chore(deps)(deps): bump github.com/containerd/containerd from
      1.6.18 to 1.6.26 by @dependabot in #1791
    * chore(ci)(deps): bump actions/upload-artifact from 3 to 4 by
      @dependabot in #1784
    * chore(deps)(deps): bump golang.org/x/tools from 0.15.0 to
      0.16.1 by @dependabot in #1781
    * chore(ci)(deps): bump actions/setup-go from 4 to 5 by
      @dependabot in #1776
    * chore(deps)(deps): bump github.com/spf13/cast from 1.5.1 to
      1.6.0 by @dependabot in #1769
    * fix issue #1683 by @realgam3 in #1684
    * feat(1765): remove useless keys from the output yml by
      @martinjirku in #1775
    * Initialize OpenVEX feed by @dipesh-rawat in #1787
    * test: fix e2e tests for configmap pod test by @AhmedGrati in
      [#1801]
    * Add new examples to kompose by @cdrage in #1803
    * 2024 copyright change by @cdrage in #1805
    * change wording for redis leader by @cdrage in #1804
    * Add Labels for CronJob #1795 by @realgam3 in #1806
    * 1.32.0 Release by @cdrage in #1811
* Thu Apr 04 2024 opensuse_buildservice@ojkastl.de
  - Update to version 1.31.2:
    * 1.31.2 Release (#1735)
    * only add namespace if specified (#1731)
* Thu Apr 04 2024 opensuse_buildservice@ojkastl.de
  - Update to version 1.31.1:
    * 1.31.1 Release (#1726)
    * bug: fixes bug with error out with using kompose convert with
      no -f (#1725)
* Thu Apr 04 2024 opensuse_buildservice@ojkastl.de
  - Update to version 1.31.0:
    * 1.31.0 Release (#1714)
    * Apply suggestions from code review
    * chore(deps)(deps): bump gotest.tools/v3 from 3.5.0 to 3.5.1
      (#1710)
    * fix: typo
    * fix: removing unused property
    * test: adding tests for convert
    * Delete output.yaml
    * Adding support for --profile cmd option
* Tue Jul 18 2023 Stefan Weiberg <opensuse@hibiki.eu>
  - Fix spec to require go >= 1.18
* Tue Jul 18 2023 Stefan Weiberg <opensuse@hibiki.eu>
  - Update to version 1.30.0:
    * 1.30.0 Release (#1672)
    * Feat add ns generation (#1667)
    * Feat: add read only containers support (#1670)
    * test: add functional tests for read only fs support
    * test: add unit-test for read only fs support
    * feat: add read only fs support
    * fix: remove lower case of the host generation
    * fix missing image pull secrets
* Thu Jun 29 2023 opensuse@hibiki.eu
  - Update to version 1.28.0:
    * 1.28.0 Release (#1562)
    * remove unused js files (#1561)
    * owners: Remove surajssd (#1555)
    * chore: require go >=1.18, bump deps and get rid of replace directives (#1552)
    * Fix CI (#1550)
    * Remove old scripts, modify manual syncing doc script (#1549)
    * feat: migrate from libcompose to compose-go (#1547)
    * fix: update match output function (#1546)
    * Fix: Make the out flag print to one file using seperator (#1541)
    * chore: add AhmedGrati as owner of Kompose (#1540)
* Thu Apr 07 2022 sweiberg@suse.com
  - Update to version 1.26.1:
    * 1.26.1 Release (#1470)
    * Added more installation instructions (#1468)
    * Fix ImageStream tags in openshift provider mode (#1461)
    * 1.26.0 Release (#1460)
    * Infer storage type using label (#1456)
    * Add make rule for darwin arm64 in cross target (#1455)
    * Add support for placement preferences docker-compose v3.3+ (#1425)
    * Add  support for statefulset controller. (#1452)
    * Support tcp/http liveness/readiness probe (#1449)
    * Update windows bin ext (#1451)
* Mon Jun 07 2021 sweiberg@suse.com
  - Update to version 1.22.0:
    * 1.22.0 Release (gh#kubernetes/kompose#1329)
    * Update Dockerfile (gh#kubernetes/kompose#1320)
    * Update networkpolicy version (gh#kubernetes/kompose#1307)
    * Remove vendor (gh#kubernetes/kompose#1306)
    * Go mod (gh#kubernetes/kompose#1305)
    * Add missing pod ano (gh#kubernetes/kompose#1303)
    * Remove networkpolicy dup (gh#kubernetes/kompose#1302)
    * fix stop_grace_period in v3 (gh#kubernetes/kompose#1300)
    * Update user guide (gh#kubernetes/kompose#1299)
    * Remove up and down cmd (gh#kubernetes/kompose#1297)
  - Updated package build to now use go mod instead of glide
  - packaging bash-completion for kompose
  - dropping kompose-make-pie.patch:
    * not using the Makefile for compiling anymore
    * pie build mode is now part of the %build step
* Wed Jan 27 2021 Jan Baier <jbaier@suse.com>
  - Update to version 1.21.0:
    * Ingress path names are now supported (gh#kubernetes/kompose#1245)
    * V2 restart unless-stopped is not supported (gh#kubernetes/kompose#1244)
    * You're now able to provide an external apiserver for Kubernetes (gh#kubernetes/kompose#1243)
    * MacPorts support has been added to the documentation (gh#kubernetes/kompose#1242)
    * deploy.update_config will now convert to rolling update within Kubernetes (gh#kubernetes/kompose#1232)
    * Deployment labels are now supported (gh#kubernetes/kompose#1231)
    * Config short syntax bug fixes (gh#kubernetes/kompose#1230)
    * Code refactoring (gh#kubernetes/kompose#1228)
    * Support port expose (gh#kubernetes/kompose#1227)
    * Updated documentation regarding push image (gh#kubernetes/kompose#1225)
    * Fix duplicate in container spec (gh#kubernetes/kompose#1223)
    * Fixed v3 hostpath path error (gh#kubernetes/kompose#1222)
    * Fixed hostpath path translate error (gh#kubernetes/kompose#1221)
    * Added notes regarding windows (gh#kubernetes/kompose#1220)
    * Fixed YAML indentation (gh#kubernetes/kompose#1219)
    * Dep update (gh#kubernetes/kompose#1218)
    * Added support for configmap as a volume (gh#kubernetes/kompose#1216)
    * Fixed configmap name case error (gh#kubernetes/kompose#1215)
    * Merge will include deploy resources (gh#kubernetes/kompose#1214)
    * User a service name when image name is empty when built (gh#kubernetes/kompose#1213)
    * Fixed build (gh#kubernetes/kompose#1212)
    * Support assign nodeport port in labels (gh#kubernetes/kompose#1212)
    * Use new go version for build (gh#kubernetes/kompose#1209)
    * Add flag to support store manifest when using kompose up (gh#kubernetes/kompose#1208)
    * Updated API versioning (gh#kubernetes/kompose#1207)
    * Removed duplicated entries of configmap (gh#kubernetes/kompose#1206)
    * Fixed chart lint (gh#kubernetes/kompose#1205)
    * Modify default kubernetes client apiserver URL (gh#kubernetes/kompose#1204)
  - Update to version 1.20.0:
    * Added flag to push an imaging when using kompose up (gh#kubernetes/kompose#1147)
    * Top level non-service keys are now merged in correctly when converting (gh#kubernetes/kompose#1187)
    * networks is now an officially supported key (gh#kubernetes/kompose#1195)
    * Added support for file based secrets (gh#kubernetes/kompose#1159)
    * Multiple tests have been fixed (gh#kubernetes/kompose#1175) (gh#kubernetes/kompose#1197) (gh#kubernetes/kompose#1198)
    * Updated documentation on endpoint_mode (gh#kubernetes/kompose#1151)
    * Updated OWNERS (gh#kubernetes/kompose#1177)
    * Fixed golint error (gh#kubernetes/kompose#1178)
    * Binaries are now statically built (gh#kubernetes/kompose#1193)

Files

/usr/bin/kompose
/usr/share/doc/packages/kompose
/usr/share/doc/packages/kompose/README.md
/usr/share/licenses/kompose
/usr/share/licenses/kompose/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:58:22 2024