Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update opa to 0.29.1 #1330

Merged
merged 1 commit into from
May 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ Here are some solutions to several common problems that may occur when adding a
[![lectl](https://github.com/cloudposse/packages/workflows/lectl/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Alectl) | 0.21.0 | Script to check issued certificates by Let's Encrypt on CTL (Certificate Transparency Log) using https://crt.sh
[![minikube](https://github.com/cloudposse/packages/workflows/minikube/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aminikube) | 1.20.0 | Run Kubernetes locally
[![misspell](https://github.com/cloudposse/packages/workflows/misspell/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Amisspell) | 0.3.4 | Correct commonly misspelled English words in source files
[![opa](https://github.com/cloudposse/packages/workflows/opa/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aopa) | 0.28.0 | An open source project to policy-enable your service.
[![opa](https://github.com/cloudposse/packages/workflows/opa/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aopa) | 0.29.1 | An open source project to policy-enable your service.
[![pack](https://github.com/cloudposse/packages/workflows/pack/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apack) | 0.19.0 | Create cloud native Buildpacks
[![packer](https://github.com/cloudposse/packages/workflows/packer/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apacker) | 1.7.2 | Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
[![pandoc](https://github.com/cloudposse/packages/workflows/pandoc/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apandoc) | 2.14 | Universal markup converter
Expand Down
2 changes: 1 addition & 1 deletion docs/badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
[![lectl](https://github.com/cloudposse/packages/workflows/lectl/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Alectl) | 0.21.0 | Script to check issued certificates by Let's Encrypt on CTL (Certificate Transparency Log) using https://crt.sh
[![minikube](https://github.com/cloudposse/packages/workflows/minikube/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aminikube) | 1.20.0 | Run Kubernetes locally
[![misspell](https://github.com/cloudposse/packages/workflows/misspell/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Amisspell) | 0.3.4 | Correct commonly misspelled English words in source files
[![opa](https://github.com/cloudposse/packages/workflows/opa/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aopa) | 0.28.0 | An open source project to policy-enable your service.
[![opa](https://github.com/cloudposse/packages/workflows/opa/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aopa) | 0.29.1 | An open source project to policy-enable your service.
[![pack](https://github.com/cloudposse/packages/workflows/pack/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apack) | 0.19.0 | Create cloud native Buildpacks
[![packer](https://github.com/cloudposse/packages/workflows/packer/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apacker) | 1.7.2 | Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
[![pandoc](https://github.com/cloudposse/packages/workflows/pandoc/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apandoc) | 2.14 | Universal markup converter
Expand Down
2 changes: 1 addition & 1 deletion docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ lectl 0.21.0 Script to check issued certificates by Let'
minikube 1.20.0 Run Kubernetes locally
misspell 0.3.4 Correct commonly misspelled English words in source files
nomad OBSOLETE Hashicorp nomad
opa 0.28.0 An open source project to policy-enable your service.
opa 0.29.1 An open source project to policy-enable your service.
pack 0.19.0 Create cloud native Buildpacks
packer 1.7.2 Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
pandoc 2.14 Universal markup converter
Expand Down
2 changes: 2 additions & 0 deletions vendor/opa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ else
OS=linux
endif

# https://github.com/open-policy-agent/opa/releases/download/v0.29.1/opa_darwin_amd64
export DOWNLOAD_URL = $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/$(PACKAGE_NAME)_$(OS)_$(ARCH)
export APKBUILD_DEPENDS += libc6-compat musl

## APK build specific requirements
export APK_BUILD_TEMPLATE = APKBUILD.github-binary
Expand Down
2 changes: 1 addition & 1 deletion vendor/opa/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.28.0
0.29.1