From 0f39c27e2069be20c4a2ec0c8751b6132a681ac1 Mon Sep 17 00:00:00 2001 From: Torin Sandall Date: Mon, 8 Apr 2019 17:27:36 -0700 Subject: [PATCH] Prepare v0.10.7 release Signed-off-by: Torin Sandall --- CHANGELOG.md | 19 ++++++++++++++++++- Makefile | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 900e436e1f..cf0ee8549d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,24 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## 0.10.7 + +This release publishes the Hugo-based documentation to GitHub Pages :tada: + +### Fixes + +- Add `array.slice` built-in function ([#1243](https://github.com/open-policy-agent/opa/issues/1243)) +- Add `net.cidr_contains` and `net.cidr_intersects` built-ins + ([#1289](https://github.com/open-policy-agent/opa/issues/1289)). This + change deprecates the old `net.cidr_overlap` built-in function. The + latter will be supported for backwards compatibility but new + policies should refer to `net.cidr_contains`. + +### Miscellaneous + +- Bump kube-mgmt container version to 0.8 in tutorial +- Remove unnecessary resizing allocs from AST set and object +- Add Kubernetes Admission Control guide ## 0.10.6 diff --git a/Makefile b/Makefile index a84e3b8374..656dcabd6a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Use of this source code is governed by an Apache2 # license that can be found in the LICENSE file. -VERSION := 0.10.7-dev +VERSION := 0.10.7 GO := go GOVERSION := 1.11