Commit Graph

16 Commits

Author SHA1 Message Date
Torin Sandall f71dc2b209 resolver: Refactor wasmer dependency to be conditional
This commit updates the resolver package to make the wasmer dependency
conditional at build-time. If CGO is enabled then the wasmer
dependency will be included. If CGO is not enabled, the wasmer
dependency will be excluded and the OPA binary will not be able to run
wasm-compiled policies. This allows us to continue building statically
linked OPA executables that can be distributed and used.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2020-11-06 15:12:38 -05:00
Torin Sandall 8dd0896550 Prepare v0.25.0 development
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2020-10-14 09:51:02 -04:00
Torin Sandall b69b80b718 Prepare v0.24.0 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2020-10-13 17:22:08 -04:00
Stephan Renatus 11df2bd9a6 cmd/version: include golang version in output
I've seen this in other tools and I thought it was useful.

Signed-off-by: Stephan Renatus <srenatus@chef.io>
2020-10-06 11:57:51 -04:00
Torin Sandall 7559ad0f51 build: Move VERSION into version/version.go
The decision logger unit tests had to be updated to always set the
version.Version value because they are sensitive to changes in the
payload sizes.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2020-09-11 13:26:11 -04:00
Torin Sandall df746faa24 Move versioning into Makefile
This will make it easier to version other artifacts (e.g., docker image,
documentation, etc.)
2016-10-17 11:03:48 -07:00
Torin Sandall d539b32064 Add package level GoDoc descriptions
Provide a high level description of ast and topdown packages as these are
currently the core of the project. We can flesh out the other package
descriptions as necessary.
2016-08-02 16:57:15 -07:00
Torin Sandall 4cfbc94f16 Bump version to 0.1.1-dev 2016-07-18 11:24:53 +02:00
Torin Sandall ca3bb4d3d9 Prepare v0.1.0 release 2016-07-14 12:41:12 -07:00
Torin Sandall b96a6318e2 Prepare v0.1.1 development 2016-07-14 12:15:37 -07:00
Torin Sandall d73c3bfe8b Prepare v0.1.0 release 2016-07-14 12:12:45 -07:00
Torin Sandall 60db91d22c Revert version back to 0.1.0
A bit of extra testing identified a few changes that needed to go in before we
announce the initial release.
2016-06-03 16:24:33 -07:00
Torin Sandall 3841867bd3 Prepare v0.2.0 development 2016-06-02 16:05:59 -07:00
Torin Sandall 12ef23e2d7 Prepare v0.1.0 release 2016-06-02 16:04:10 -07:00
Torin Sandall 1931ea2456 Add Makefile targets to lint and fix errors
Added golint dependency.
2016-04-05 10:26:07 -07:00
Torin Sandall e2297a7833 Basic infrastructure and process documentation
- Updated source code layout to use standard Go project structure.
- Makefile for build and test execution.
- Glide for dependency management.
- Integrated spf13/cobra for command line entry point.
- Added docs on release and development process.
2016-03-30 08:58:21 -07:00