Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
Ran npm audit fix.
Removed Dockerfiles
Added README.md to docker folder explaining where files went.
  • Loading branch information
DomPeliniAerospike committed Nov 7, 2023
1 parent 4284af8 commit 60a7ddd
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 162 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ The Aerospike Node.js client is a Node.js add-on module, written using V8.
The client is compatible with Node.js 20 (Upcoming LTS) and 18 (LTS).
It supports the following operating systems:
- RHEL 8/9
- Debian 10 (x86_64 architecture only)
- Debian 11
- Amazon Linux 2023
- Ubuntu 20.04/22.04 (Focal Fossa, Jammy Jellyfish)
- Many Linux distributions compatible with one of the above OS releases.
- macOS versions 11/12/13 are also supported. (Node.js 14 install unavailable on M1 Mac systems)
- macOS 12/13

The client is compatible with arm64, aarch64, and x86_64 architectures.

Expand Down
47 changes: 0 additions & 47 deletions docker/Dockerfile.alpine

This file was deleted.

18 changes: 0 additions & 18 deletions docker/Dockerfile.bullseye-slim

This file was deleted.

44 changes: 0 additions & 44 deletions docker/Dockerfile.lambda

This file was deleted.

45 changes: 0 additions & 45 deletions docker/Dockerfile.ubuntu22.04

This file was deleted.

7 changes: 7 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Docker Examples

The docker files that were previously located in this directory have been moved to
the [Nodejs-Client-Examples](https://github.com/aerospike-examples/nodejs-client-examples) directory.

Files in this directory are not intended for production use, but rather to demonstrate the steps
necessary to install and build the client on various systems.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aerospike",
"version": "5.8.0",
"version": "5.9.0",
"description": "Aerospike Client Library",
"keywords": [
"aerospike",
Expand Down

0 comments on commit 60a7ddd

Please sign in to comment.