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

chore(migrate-to-ghcr): release tizen-webdriver-server 1.1.6 #7

Open
wants to merge 2 commits into
base: migrate-to-ghcr
Choose a base branch
from
Open
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"base": "1.1.5",
"backends/chromecast": "2.0.0",
"backends/chromeos": "1.0.4",
"backends/tizen": "1.1.5",
"backends/tizen": "1.1.6",
"backends/xboxone": "1.0.4"
}
9 changes: 9 additions & 0 deletions backends/tizen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.1.6](https://github.com/joeyparrish/generic-webdriver-server/compare/tizen-webdriver-server-v1.1.5...tizen-webdriver-server-v1.1.6) (2024-11-06)


### Bug Fixes

* Fix Tizen cert issues in Docker image ([#59](https://github.com/joeyparrish/generic-webdriver-server/issues/59)) ([81a4bd0](https://github.com/joeyparrish/generic-webdriver-server/commit/81a4bd0f76d66b9e0b62b297cd6377b3e1288ce0)), closes [#57](https://github.com/joeyparrish/generic-webdriver-server/issues/57)
* **Tizen:** Allow detect screen resolution using ProductInfo API ([#97](https://github.com/joeyparrish/generic-webdriver-server/issues/97)) ([7f79dfe](https://github.com/joeyparrish/generic-webdriver-server/commit/7f79dfe1c2cdb86130f9b29e9aa32b982863cb1c))
* **tizen:** Fix Docker host permissions ([#52](https://github.com/joeyparrish/generic-webdriver-server/issues/52)) ([92f5311](https://github.com/joeyparrish/generic-webdriver-server/commit/92f5311c40de85c3e9e21a4c391511b9679bf687))

## [1.1.5](https://github.com/shaka-project/generic-webdriver-server/compare/tizen-webdriver-server-v1.1.4...tizen-webdriver-server-v1.1.5) (2024-05-22)


Expand Down
2 changes: 1 addition & 1 deletion backends/tizen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ are used by the server, you may want to pre-fetch the image you'll be using.
This command will fetch the default image:

```sh
docker pull gcr.io/generic-webdriver-server/tizen-studio-tv-3.0
docker pull ghcr.io/shaka-project/tizen-studio-tv-3.0
```


Expand Down
6 changes: 3 additions & 3 deletions backends/tizen/how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ environment.

We provide public Docker images containing a copy of Tizen Studio. By default,
Tizen WebDriver Server uses the image published at
`gcr.io/generic-webdriver-server/tizen-studio-tv-3.0` to run Tizen Studio with
`ghcr.io/shaka-project/tizen-studio-tv-3.0` to run Tizen Studio with
the TV 3.0 SDK installed, but you can configure the server to use any arbitrary
Docker image if you have your own. See the option `tizen-studio-docker-image`.

Expand All @@ -46,10 +46,10 @@ If you don't have pre-existing Docker images for Tizen Studio, but you want to
create a custom image anyway, you can base yours on ours. We currently provide
two images:

- `gcr.io/generic-webdriver-server/tizen-studio`: A base image with Tizen
- `ghcr.io/shaka-project/tizen-studio`: A base image with Tizen
Studio installed on top of a minimal Ubuntu environment, with no special
SDKs installed.
- `gcr.io/generic-webdriver-server/tizen-studio-tv-3.0`: Built on top of the
- `ghcr.io/shaka-project/tizen-studio-tv-3.0`: Built on top of the
base image, and includes the TV 3.0 SDK.

The source for these images can be found in
Expand Down
4 changes: 2 additions & 2 deletions backends/tizen/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 backends/tizen/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tizen-webdriver-server",
"description": "A Tizen WebDriver server that pushes URLs to Tizen devices, built on generic-webdriver-server.",
"version": "1.1.5",
"version": "1.1.6",
"homepage": "https://github.com/shaka-project/generic-webdriver-server",
"author": "Google",
"license": "Apache-2.0",
Expand Down
8 changes: 4 additions & 4 deletions backends/tizen/tizen-studio-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ The Docker images are built using these commands before publishing them to the

```sh
# The base image, containing Tizen Studio.
docker build -t gcr.io/generic-webdriver-server/tizen-studio base/
docker build -t ghcr.io/shaka-project/tizen-studio base/
# An extension of the base image which also contains the Tizen TV 3.0 SDK.
docker build -t gcr.io/generic-webdriver-server/tizen-studio-tv-3.0 tv-3.0/
docker build -t ghcr.io/shaka-project/tizen-studio-tv-3.0 tv-3.0/
```

## Interactive use of Tizen Studio tools
Expand All @@ -34,7 +34,7 @@ variable. Tizen Studio is installed in `~/tizen-studio`.

```sh
# To get a shell in the Tizen Studio Docker image:
docker run -it gcr.io/generic-webdriver-server/tizen-studio-tv-3.0
docker run -it ghcr.io/shaka-project/tizen-studio-tv-3.0
```


Expand All @@ -44,7 +44,7 @@ The `sdb` tool's `connect` command starts a daemon in the background, so running
that command alone will not work:

```sh
docker run gcr.io/generic-webdriver-server/tizen-studio-tv-3.0 sdb connect mytv
docker run ghcr.io/shaka-project/tizen-studio-tv-3.0 sdb connect mytv
```

After the connection is established, the Docker image will shut down, and the
Expand Down
2 changes: 1 addition & 1 deletion backends/tizen/tizen-studio-docker/tv-3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# be painful to install and configure.

# Build on top of the generic tizen-studio package.
FROM gcr.io/generic-webdriver-server/tizen-studio
FROM ghcr.io/shaka-project/tizen-studio

MAINTAINER joeyparrish <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion backends/tizen/tizen-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ function addTizenArgs(yargs) {
'For local Tizen Studio installations, use ' +
'--local-tizen-studio.\n',
type: 'string',
default: 'gcr.io/generic-webdriver-server/tizen-studio-tv-3.0:1.1.4',
default: 'ghcr.io/shaka-project/tizen-studio-tv-3.0:2.0.0',
})
.option('tizen-studio-path', {
description:
Expand Down