Skip to content

Commit 94607a9

Browse files
committed
Set version to 3.6.0
1 parent 78b7de8 commit 94607a9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/go-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ jobs:
102102
file: ./build/Dockerfile
103103
push: true
104104
tags: |
105-
engswee/flashpipe:3.5.1
105+
engswee/flashpipe:3.6.0
106106
engswee/flashpipe:latest

.github/workflows/go-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ jobs:
102102
file: ./build/Dockerfile
103103
push: true
104104
tags: |
105-
engswee/cpi-cicd:3.5.1
105+
engswee/cpi-cicd:3.6.0
106106
engswee/cpi-cicd:latest

docs/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ Technically, it should be possible to use _FlashPipe_ on any CI/CD platform that
2727
With major release `3.0.0`, _FlashPipe_ returns to the simpler approach of having a single tag for each version release. Separate full and lite tags are no longer available.
2828
The latest Docker image for _FlashPipe_ is
2929

30-
`engswee/flashpipe:3.5.1`
30+
`engswee/flashpipe:3.6.0`
3131

3232
For a list of all available images tags, check [here](https://hub.docker.com/r/engswee/flashpipe/tags).
3333

3434
### Rolling tags
3535
Starting from version `3.0.0`, rolling tag `latest` is introduced to make it easier to get the latest version. This rolling tag is dynamic and will point to the latest version of the image.
3636

3737
### Usage recommendation
38-
- When using _FlashPipe_ in productive pipelines, use an immutable tag (e.g. `3.5.1`) to ensure stability so that the pipeline will not be affected negatively by new version releases.
38+
- When using _FlashPipe_ in productive pipelines, use an immutable tag (e.g. `3.6.0`) to ensure stability so that the pipeline will not be affected negatively by new version releases.
3939
- When using _FlashPipe_ in development pipelines, use rolling tag `latest` to always get the latest version.
4040

4141
## Authentication

internal/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
func NewCmdRoot() *cobra.Command {
17-
var version = "3.5.1" // FLASHPIPE_VERSION
17+
var version = "3.6.0" // FLASHPIPE_VERSION
1818

1919
// rootCmd represents the base command when called without any subcommands
2020
rootCmd := &cobra.Command{

0 commit comments

Comments
 (0)