Commit Graph

69 Commits

Author SHA1 Message Date
Charlie Drage ae2a394038
1.36.0 Release (#2013) 2025-05-14 14:17:40 -04:00
Giso Stallenberg 3a099cfc10
Improve command to run in docker
Using a working dir avoids the need for a cd command call
2025-02-06 16:33:59 +01:00
Charlie Drage 9532ceef3a
1.35.0 Release (#1971) 2024-12-12 08:59:52 -05:00
Charlie Drage cbf2835db7
1.34.0 Release (#1890) 2024-06-02 19:20:46 -04:00
Charlie Drage 3ce4573997
1.33.0 Release (#1866) 2024-04-25 18:46:51 -04:00
utkarsh-singh1 2f655492a1 Update /docs/installation.md
Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>
2024-02-12 16:06:02 +05:30
Charlie Drage 765fde2540
1.32.0 Release (#1811) 2024-01-18 10:02:06 -05:00
utkarsh-singh1 9ecf2f919e Removed fedora installation instruction from installation.md
Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>
2023-12-05 00:03:25 +05:30
Charlie Drage 68443971f3
docs: update installation page to have arm64 mention (#1736)
#### What type of PR is this?

<!--
Add one of the following kinds:
/kind bug
/kind cleanup
/kind feature
-->

/kind documentation

Updates the documentation to mention arm64.

#### What this PR does / why we need it:

N/A

#### Which issue(s) this PR fixes:
<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->

N/A

#### Special notes for your reviewer:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2023-10-12 14:23:43 -04:00
Charlie Drage a92241f799
1.31.2 Release (#1735) 2023-10-12 08:54:11 -04:00
Charlie Drage 46dcb9181b
1.31.1 Release (#1726) 2023-10-06 13:36:09 -04:00
Charlie Drage a04ecdb9e8
1.31.0 Release (#1714) 2023-09-29 11:42:16 -04:00
Charlie Drage 9d8dcb5184
1.30.0 Release (#1672) 2023-07-18 08:46:19 -04:00
Avinash Ananth Narayan R 3a574a7ecd
Add additional Windows install method (#1656) 2023-07-05 15:10:25 -04:00
Charlie Drage 02ffe65d86
1.29.0 Release (#1661) 2023-07-05 14:53:32 -04:00
Charlie Drage ae1fbb512a
Fix docs regarding building from container (#1588)
#### What type of PR is this?

<!--
Add one of the following kinds:
/kind bug
/kind cleanup
/kind documentation
/kind feature
-->

#### What this PR does / why we need it:

We've switched to main, so the previous command no longer worked since
it was searching for master.

#### Which issue(s) this PR fixes:
<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->

N/A

#### Special notes for your reviewer:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2023-02-13 12:43:02 -05:00
Charlie Drage f2aeb70e59
Fix TOC on site / documentation (#1580)
#### What type of PR is this?

<!--
Add one of the following kinds:
/kind bug
/kind cleanup
/kind documentation
/kind feature
-->

#### What this PR does / why we need it:

The latest spelling error changes broke TOC from showing in the
documentation

#### Which issue(s) this PR fixes:
<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->
Fixes #

#### Special notes for your reviewer:

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2023-02-08 20:00:59 -05:00
Charlie Drage 055856076a
docs: update installation doc (#1575)
Some of the installation methods are either unmaintained / not up to
date anymore.

For example, we no longer package `.deb` packages.

The person using Kompose should be installing the binary directly
from GitHub rather than relying on their package manager.

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2023-02-08 22:04:16 +01:00
Charlie Drage d43aefd882
change master to main in scripts and docs (#1569)
* change master to main in scripts and docs

Changes the naming from master to main in the scripts and documentation.

Do not merge unless CI passes!

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

* remove 1.18, specify version of staticcheck

---------

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2023-02-08 15:42:16 -05: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
Charlie Drage c4137012e3
1.28.0 Release (#1562) 2023-01-23 13:44:44 -05:00
Charlie Drage b0ed6a2c9b
1.27.0 Release (#1534) 2022-11-18 11:31:23 -05:00
Tomas Kral a4413b2570
Merge pull request #1488 from dmitris/patch-1
recommend to use 'go install @latest" for Go
2022-09-26 13:25:37 +02:00
Stefan Weiberg 4f20198ddc
Provide updated installation instructions (#1496)
* openSUSE meanwhile includes kompose in their official repositories for Tumbleweed and Leap
* on SUSE Linux Enterprise Server kompose is available via PackageHub
2022-08-26 09:29:09 -04:00
Dmitry Savintsev 3a431dd7b4 recommend to use 'go install @latest" for Go 2022-08-16 16:49:41 +02:00
Charlie Drage ff4a65c08a
Add new Kompose site (#1474)
This PR adds the new Kompose site!

Go preview it at https://kompose.io

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2022-01-13 13:55:50 -05:00
Charlie Drage a9d05d509d
1.26.1 Release (#1470) 2022-01-10 15:34:01 -05:00
Arian Dehghani 034c271f1b
Added more installation instructions (#1468)
* Added Docker image-building instructions in the docs

* Added Nix and NixOS installation instructions
2022-01-10 15:21:04 -05:00
Hang Yan 40646f4715
1.26.0 Release (#1460)
Signed-off-by: Hang Yan <hang.yan@hotmail.com>
Co-authored-by: komposebot <cdrage+kompose@redhat.com>
2021-11-13 22:49:53 +08:00
Hang Yan fe720df482
1.25 Release (#1450) 2021-10-23 14:49:39 +08:00
Shivam Sandbhor a4c784d7ee
Document debian package. (#1432)
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
2021-09-24 09:44:24 +08:00
Hang Yan 7c629530e1
1.24.0 Release (#1424) 2021-08-29 22:53:41 +08:00
Tomas Kral 8c6fa3de10 1.23.0 Release 2021-07-12 14:07:33 +02:00
hato wang c1280a4f55
fix invalid repo url for SUSE Linux Enterprise 15 (#1339)
* fix invalid repo url

* fix invalid repo url for SUSE Linux Enterprise 15
2020-11-02 11:52:59 +08:00
hato wang 28513ac56c
fix invalid repo url (#1338) 2020-11-02 11:52:30 +08:00
Charlie Drage 955b781242
1.22.0 Release (#1329) 2020-10-28 14:36:31 -04:00
Charlie Drage 992df58d8f
1.21.0 Release (#1249) 2020-02-25 12:06:39 -05:00
Enrico Maria Crisostomo dd3f6a28e9
Add MacPorts support to the documentation (#1242) 2020-02-13 17:07:16 +08:00
Charlie Drage f3d54d7848
1.20.0 Release (#1203) 2019-12-23 12:05:10 -05:00
Charlie Drage f63a961ca7
1.19.0 Release (#1174) 2019-10-16 13:39:36 -04:00
Charlie Drage 06a2e56115
1.18.0 Release (#1108) 2019-03-01 15:30:00 -05:00
Charlie Drage a74acad03a
1.17.0 Release (#1075) 2018-11-05 10:34:31 -05:00
Charlie Drage 0c01309fe8
1.16.0 Release (#1055) 2018-07-24 12:54:29 -04:00
Stefan Weiberg ccba62918e Add installation instructions for openSUSE/SLE (#1050)
* add instructions for openSUSE/SLE

* moved installation of openSUSE/SLE beneath Windows
2018-07-24 09:44:03 -04:00
Charlie Drage e3cd4d459e
1.15.0 Release (#1044) 2018-06-28 12:05:25 -04:00
Charlie Drage fa706f2f1c
1.14.0 Release (#1030) 2018-06-04 13:50:54 -04:00
Charlie Drage 84fa8267f3
1.13.0 Release (#1006) 2018-05-14 09:16:43 -04:00
Charlie Drage 0ab07bec57
1.12.0 Release (#988) 2018-04-18 09:59:33 -04:00
Charlie Drage dba688e0bf 1.11.0 Release 2018-03-26 12:03:38 -04:00
Charlie Drage 6bdaeafe2a
Merge pull request #953 from cdrage/remove-bintray
Remove bintray instructions
2018-03-07 15:01:59 -05:00