Skip to content

Commit

Permalink
Merge branch 'releases/1.10'
Browse files Browse the repository at this point in the history
* releases/1.10:
  Update Changelog
  Fix docker image names
  Fix release workflow
  Update changelog
  Use netgo when building (#1001)
  • Loading branch information
markphelps committed Sep 1, 2022
2 parents 7509911 + f29782f commit 3d272b5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ builds:
goarch:
- amd64
flags:
- -tags=assets
- -tags=assets,netgo
- -trimpath

sboms:
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.10.1](https://github.com/markphelps/flipt/releases/tag/v1.10.1) - 2022-09-01

### Fixed

- (Ported from v1.9.1) Issue when not using `netgo` build tag during build, resulting in native dns resolution not working for some cases in k8s. See [https://github.com/flipt-io/flipt/issues/993](https://github.com/flipt-io/flipt/issues/993).

## [v1.10.0](https://github.com/markphelps/flipt/releases/tag/v1.10.0) - 2022-07-27

### Added
Expand All @@ -28,6 +34,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Button spacing issue on targeting page
- Docker compose examples run again after switch to non-root user

## [v1.9.1](https://github.com/markphelps/flipt/releases/tag/v1.9.1) - 2022-09-01

### Fixed

- Issue when not using `netgo` build tag during build, resulting in native dns resolution not working for some cases in k8s. See [https://github.com/flipt-io/flipt/issues/993](https://github.com/flipt-io/flipt/issues/993).

## [v1.9.0](https://github.com/markphelps/flipt/releases/tag/v1.9.0) - 2022-07-06

### Changed
Expand Down

0 comments on commit 3d272b5

Please sign in to comment.