Skip to content

Commit

Permalink
Merge pull request #3824 from mattmoor/pin-metacontroller-goreleaser
Browse files Browse the repository at this point in the history
`metacontroller` requires `goreleaser<1.19`
  • Loading branch information
mattmoor authored Jul 24, 2023
2 parents e52ccce + d3a7f0c commit d42b2f0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions goreleaser-1.18.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package:
name: goreleaser-1.18
version: 1.18.2
epoch: 0
description: Deliver Go binaries as fast and easily as possible
copyright:
- license: Apache-2.0
dependencies:
provides:
- goreleaser=1.18.999 # This should be goreleaser=${{package.version}}-${{package.epoch}}

environment:
contents:
packages:
- git

pipeline:
- uses: go/install
with:
package: github.com/goreleaser/goreleaser@v${{package.version}}

update:
enabled: true
github:
identifier: goreleaser/goreleaser
strip-prefix: v
tag-filter: v1.18
4 changes: 2 additions & 2 deletions metacontroller.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: metacontroller
version: 4.10.4
epoch: 0
epoch: 1
description: Writing kubernetes controllers can be simple
target-architecture:
- all
Expand All @@ -19,7 +19,7 @@ environment:
- build-base
- git
- go
- goreleaser
- goreleaser-1.18 # This relies on a deprecated field removed in 1.19
- make

pipeline:
Expand Down

0 comments on commit d42b2f0

Please sign in to comment.