Skip to content

Commit

Permalink
Merge branch 'master' into 559-error-request-entity-too-large
Browse files Browse the repository at this point in the history
  • Loading branch information
munishchouhan committed Sep 2, 2024
2 parents 3bb4e0d + 6b588f4 commit 93e5f91
Show file tree
Hide file tree
Showing 100 changed files with 4,129 additions and 1,353 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ container registry where the image is stored, while the instrumented layers are

* Java 19 or later
* Linux or macOS
* Redis 6.2 (or later)
* Docker engine (for development)
* Kubernetes cluster (for production)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.4
1.11.0
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Wave changelog
1.11.0 - 23 Aug 2024
- added /v1alpha2/container/{containerId} (#609) [5221b5a0]
- Improve contaiener view page (#615) [9e15b455]
- Fix too many requests error code (#610) [cc9fa23f]
- Add trusted builds timeout (#600) [7500fc5f]
- Change k8s Job deletion to foreground pods propagation (#595) [816bd6b4]

1.10.4 - 6 Aug 2024
- Fix Prevent NPE when creds are empty [14f0476d]
- Remove ContentReader and ContentReaderFactory classes (#584) [f05623a2]
Expand Down
14 changes: 14 additions & 0 deletions docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ title: API reference

This page summarizes the API provided by the Wave container service.

**API limits**

The Wave service implements API rate limits for API calls. Authenticated users have higher rate limits than anonymous users.

If an access token is provided, the following rate limits apply:

- 100 container builds per hour
- 1,000 container pulls per minute

If an access token isn't provided, the following rate limits apply:

- 25 container builds per day
- 250 container pulls per hour

## POST `/container-token`

Deprecated endpoint allows you to submit a request to access a private container registry via Wave, or build a container image on-the-fly with a Dockerfile or Conda recipe file.
Expand Down
28 changes: 0 additions & 28 deletions docs/cli/build-conda.mdx

This file was deleted.

34 changes: 0 additions & 34 deletions docs/cli/build-directory.mdx

This file was deleted.

60 changes: 0 additions & 60 deletions docs/cli/build-docker.mdx

This file was deleted.

31 changes: 0 additions & 31 deletions docs/cli/build-freeze.mdx

This file was deleted.

47 changes: 0 additions & 47 deletions docs/cli/build-singularity.mdx

This file was deleted.

29 changes: 0 additions & 29 deletions docs/cli/build-spack.mdx

This file was deleted.

6 changes: 3 additions & 3 deletions docs/cli/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Wave CLI
title: CLI overview
---

The Wave CLI is a convenient wrapper around the Wave API.
Expand Down Expand Up @@ -39,8 +39,8 @@ The following usage limits apply:
- 25 container builds per day
- 250 container pulls per hour
- Seqera Platform authenticated users
- 100 container images per hour
- 1,000 container images per minute
- 100 container builds per hour
- 1,000 container pulls per minute

To authenticate with Seqera, define an access token in the `TOWER_ACCESS_TOKEN` environment variable or specify the token with the `--tower-token` CLI argument.

Expand Down
41 changes: 0 additions & 41 deletions docs/cli/install.mdx

This file was deleted.

Loading

0 comments on commit 93e5f91

Please sign in to comment.