Skip to content

Commit

Permalink
Prepare 1.8.0 (#805)
Browse files Browse the repository at this point in the history
And update Go runtime to 1.18.0.
  • Loading branch information
jsoriano authored Apr 4, 2022
1 parent d45d98f commit c5ae5f9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.6
1.18.0
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@ All notable changes to this project will be documented in this file.
The 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).

## [Unreleased](https://github.com/elastic/package-registry/compare/v1.7.0...main)
## [v1.8.0](https://github.com/elastic/package-registry/compare/v1.7.0...v1.8.0)

### Breaking changes

* Structured logging following JSON ECS format. [#796](https://github.com/elastic/package-registry/pull/786).

### Bugfixes

* Apply release fallback to datastreams validation. [#804](https://github.com/elastic/package-registry/pull/804).

### Added

* Add `-log-level` and `-log-type` flags to configure logging. [#796](https://github.com/elastic/package-registry/pull/786).
* Update Go runtime to 1.18.0. [#805](https://github.com/elastic/package-registry/pull/805)

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# It expects packages to be mounted under /packages/package-registry or have a config file loaded into /package-registry/config.yml

# Build binary
ARG GO_VERSION=1.17.6
ARG GO_VERSION=1.18.0
FROM golang:${GO_VERSION} AS builder

ENV GO111MODULE=on
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (

const (
serviceName = "package-registry"
version = "1.7.1"
version = "1.8.0"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion testdata/generated/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"service.name": "package-registry",
"service.version": "1.7.1"
"service.version": "1.8.0"
}

0 comments on commit c5ae5f9

Please sign in to comment.