Skip to content

Commit

Permalink
Merge pull request #10741 from linode/release-v1.125.0
Browse files Browse the repository at this point in the history
Release v1.125.0 - release → staging
  • Loading branch information
jdamore-linode authored Aug 5, 2024
2 parents 5d69229 + 134752a commit 740633d
Show file tree
Hide file tree
Showing 515 changed files with 9,189 additions and 21,140 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ x-e2e-env:
# Cloud Manager-specific test configuration.
CY_TEST_SUITE: ${CY_TEST_SUITE}
CY_TEST_REGION: ${CY_TEST_REGION}
CY_TEST_TAGS: ${CY_TEST_TAGS}
CY_TEST_DISABLE_RETRIES: ${CY_TEST_DISABLE_RETRIES}

# Cypress environment variables for alternative parallelization.
CY_TEST_SPLIT_RUN: ${CY_TEST_SPLIT_RUN}
Expand Down Expand Up @@ -104,12 +106,23 @@ services:
timeout: 10s
retries: 10

# Generic end-to-end test runner for Cloud's primary testing pipeline.
# Configured to run against a local Cloud instance.
e2e:
<<: *default-runner
environment:
<<: *default-env
MANAGER_OAUTH: ${MANAGER_OAUTH}

# End-to-end test runner for Cloud's synthetic monitoring tests.
# Configured to run against a remote Cloud instance hosted at some URL.
e2e_heimdall:
<<: *default-runner
depends_on: []
environment:
<<: *default-env
MANAGER_OAUTH: ${MANAGER_OAUTH}

region-1:
build:
context: .
Expand Down
1 change: 1 addition & 0 deletions docs/development-guide/08-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ Environment variables related to Cypress logging and reporting, as well as repor
| `CY_TEST_USER_REPORT` | Log test account information when tests begin | `1` | Unset; disabled by default |
| `CY_TEST_JUNIT_REPORT` | Enable JUnit reporting | `1` | Unset; disabled by default |
| `CY_TEST_DISABLE_FILE_WATCHING` | Disable file watching in Cypress UI | `1` | Unset; disabled by default |
| `CY_TEST_DISABLE_RETRIES` | Disable test retries on failure in CI | `1` | Unset; disabled by default |
| `CY_TEST_FAIL_ON_MANAGED` | Fail affected tests when Managed is enabled | `1` | Unset; disabled by default |
### Writing End-to-End Tests
Expand Down
17 changes: 17 additions & 0 deletions packages/api-v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [2024-08-05] - v0.123.0

### Added:

- `site_type` to the linode instance type ([#10714](https://github.com/linode/manager/pull/10714))

### Changed:

- Update Object Storage types with more descriptive names ([#10686](https://github.com/linode/manager/pull/10686))
- Support null values in `Interface` type ([#10690](https://github.com/linode/manager/pull/10690))
- Linode, Volume, and VolumeRequestPayload interfaces and VolumeStatus, AccountCapability, and Capabilities types to reflect Block Storage Encryption changes ([#10716](https://github.com/linode/manager/pull/10716))

### Upcoming Features:

- Add MetricDefinitions, Dimension, JWETokenPayload, JWEToken and metricDefinitions, dashboard by id and jwe token api calls ([#10676](https://github.com/linode/manager/pull/10676))
- Add new /v4/object-storage/endpoints endpoint ([#10677](https://github.com/linode/manager/pull/10677))

## [2024-07-22] - v0.122.0

### Changed:
Expand Down
2 changes: 1 addition & 1 deletion packages/api-v4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linode/api-v4",
"version": "0.122.0",
"version": "0.123.0",
"homepage": "https://github.com/linode/manager/tree/develop/packages/api-v4",
"bugs": {
"url": "https://github.com/linode/manager/issues"
Expand Down
1 change: 1 addition & 0 deletions packages/api-v4/src/account/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export type BillingSource = 'linode' | 'akamai';
export type AccountCapability =
| 'Akamai Cloud Load Balancer'
| 'Block Storage'
| 'Block Storage Encryption'
| 'Cloud Firewall'
| 'CloudPulse'
| 'Disk Encryption'
Expand Down
110 changes: 0 additions & 110 deletions packages/api-v4/src/aclb/certificates.ts

This file was deleted.

132 changes: 0 additions & 132 deletions packages/api-v4/src/aclb/configurations.ts

This file was deleted.

11 changes: 0 additions & 11 deletions packages/api-v4/src/aclb/index.ts

This file was deleted.

Loading

0 comments on commit 740633d

Please sign in to comment.