Skip to content

Commit

Permalink
Merge pull request #2931 from balopat/release_comments_manually
Browse files Browse the repository at this point in the history
added release comments manually
  • Loading branch information
tejal29 authored Sep 24, 2019
2 parents 885827d + 21b02f0 commit 177d0d7
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/skaffold/schema/latest/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// This config version is not yet released, it is SAFE TO MODIFY the structs in this file.
const Version string = "skaffold/v1beta15"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1alpha1/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1alpha1"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1alpha2/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1alpha2"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1alpha3/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1alpha3"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1alpha4/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1alpha4"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1alpha5/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1alpha5"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1beta1/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1beta1"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1beta10/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1beta10"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1beta11/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1beta11"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1beta12/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1beta12"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1beta13/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1beta13"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1beta14/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1beta14"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1beta2/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1beta2"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1beta3/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1beta3"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1beta4/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import (
yamlpatch "github.com/krishicks/yaml-patch"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1beta4"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1beta5/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1beta5"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1beta6/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1beta6"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1beta7/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1beta7"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1beta8/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1beta8"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down
1 change: 1 addition & 0 deletions pkg/skaffold/schema/v1beta9/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import (
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/schema/util"
)

// !!! WARNING !!! This config version is already released, please DO NOT MODIFY the structs in this file.
const Version string = "skaffold/v1beta9"

// NewSkaffoldConfig creates a SkaffoldConfig
Expand Down

0 comments on commit 177d0d7

Please sign in to comment.