A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/kubernetes/kompose/commit/765fde25400c575f731ce0cf0f8613c4b7ec25a9 below:

1.32.0 Release (#1811) · kubernetes/kompose@765fde2 · GitHub

File tree Expand file treeCollapse file tree 4 files changed

+10

-10

lines changed

Filter options

Expand file treeCollapse file tree 4 files changed

+10

-10

lines changed Original file line number Diff line number Diff line change

@@ -51,18 +51,18 @@ Kompose is released via GitHub on a three-week cycle, you can see all current re

51 51 52 52

```sh

53 53

# Linux

54 -

curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-linux-amd64 -o kompose

54 +

curl -L https://github.com/kubernetes/kompose/releases/download/v1.32.0/kompose-linux-amd64 -o kompose

55 55 56 56

# macOS

57 -

curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-darwin-amd64 -o kompose

57 +

curl -L https://github.com/kubernetes/kompose/releases/download/v1.32.0/kompose-darwin-amd64 -o kompose

58 58 59 59

chmod +x kompose

60 60

sudo mv ./kompose /usr/local/bin/kompose

61 61

```

62 62 63 63

**Windows:**

64 64 65 -

Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-windows-amd64.exe) and add the binary to your PATH.

65 +

Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.32.0/kompose-windows-amd64.exe) and add the binary to your PATH.

66 66 67 67

## Shell autocompletion

68 68 Original file line number Diff line number Diff line change

@@ -1 +1 @@

1 -

1.31.2

1 +

1.32.0

Original file line number Diff line number Diff line change

@@ -24,24 +24,24 @@ This is the **recommended** way of installing Kompose.

24 24 25 25

```sh

26 26

# Linux

27 -

curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-linux-amd64 -o kompose

27 +

curl -L https://github.com/kubernetes/kompose/releases/download/v1.32.0/kompose-linux-amd64 -o kompose

28 28 29 29

# Linux ARM64

30 -

curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-linux-arm64 -o kompose

30 +

curl -L https://github.com/kubernetes/kompose/releases/download/v1.32.0/kompose-linux-arm64 -o kompose

31 31 32 32

# macOS

33 -

curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-darwin-amd64 -o kompose

33 +

curl -L https://github.com/kubernetes/kompose/releases/download/v1.32.0/kompose-darwin-amd64 -o kompose

34 34 35 35

# macOS ARM64

36 -

curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-darwin-arm64 -o kompose

36 +

curl -L https://github.com/kubernetes/kompose/releases/download/v1.32.0/kompose-darwin-arm64 -o kompose

37 37 38 38

chmod +x kompose

39 39

sudo mv ./kompose /usr/local/bin/kompose

40 40

```

41 41 42 42

**Windows:**

43 43 44 -

Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-windows-amd64.exe) and add the binary to your PATH.

44 +

Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.32.0/kompose-windows-amd64.exe) and add the binary to your PATH.

45 45 46 46

## Go

47 47 Original file line number Diff line number Diff line change

@@ -2,7 +2,7 @@ package version

2 2 3 3

var (

4 4

// VERSION is version number that will be displayed when running ./kompose version

5 -

VERSION = "1.31.2"

5 +

VERSION = "1.32.0"

6 6

// GITCOMMIT is hash of the commit that will be displayed when running ./kompose version

7 7

// this will be overwritten when running build like this: go build -ldflags="-X github.com/kubernetes/kompose/pkg/version.GITCOMMIT=$(GITCOMMIT)"

8 8

// HEAD is default indicating that this was not set during build

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4