Skip to content

Commit

Permalink
Prepare for v5.1.3 (#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Jun 26, 2024
1 parent 94b75cb commit d6690e9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/certsuite/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func NewCommand() *cobra.Command {
runCmd.PersistentFlags().Bool("enable-data-collection", false, "Allow sending test results to an external data collector")
runCmd.PersistentFlags().Bool("create-xml-junit-file", false, "Create a JUnit file with the test results")
runCmd.PersistentFlags().String("tnf-image-repository", "quay.io/testnetworkfunction", "The repository where TNF images are stored")
runCmd.PersistentFlags().String("tnf-debug-image", "debug-partner:5.1.2", "Name of the TNF debug image")
runCmd.PersistentFlags().String("tnf-debug-image", "debug-partner:5.1.3", "Name of the TNF debug image")

return runCmd
}
Expand Down
2 changes: 1 addition & 1 deletion docs/runtime-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ export TNF_PARTNER_REPO=registry.dfwt5g.lab:5000/testnetworkfunction
```

Note that you can also specify the debug pod image to use with `SUPPORT_IMAGE`
environment variable, default to `debug-partner:5.1.2`.
environment variable, default to `debug-partner:5.1.3`.
2 changes: 1 addition & 1 deletion docs/test-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The test image is available at this [repository](https://quay.io/repository/test
docker pull quay.io/testnetworkfunction/cnf-certification-test:<image-tag>
```

The image tag can be `latest` to select the latest release, `unstable` to fetch the image built with the latest commit in the repository or any existing version number such as `v5.1.0`.
The image tag can be `latest` to select the latest release, `unstable` to fetch the image built with the latest commit in the repository or any existing version number such as `v5.1.3`.

### Launch the Test Suite

Expand Down
2 changes: 1 addition & 1 deletion pkg/configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ type TestParameters struct {
DaemonsetMemReq string `default:"100M" split_words:"true"`
DaemonsetMemLim string `default:"100M" split_words:"true"`
TnfPartnerRepo string `split_words:"true" default:"quay.io/testnetworkfunction"`
SupportImage string `split_words:"true" default:"debug-partner:5.1.2"`
SupportImage string `split_words:"true" default:"debug-partner:5.1.3"`
}
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"partner_tag": "v5.1.1",
"partner_tag": "v5.1.3",
"claimFormat": "v0.4.0",
"parserTag": "v0.4.5"
}

0 comments on commit d6690e9

Please sign in to comment.