Skip to content

Commit 7bf82d5

Browse files
committed
Bump the version to 0.3.0
1 parent 0b96646 commit 7bf82d5

4 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.3.0 - 2026-03-15
9+
### Added
10+
- Added `diagnose` command.
11+
812
## 0.2.0 - 2026-03-08
913
### Added
1014
- Added `image ls` command.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ sudo bash configure-docker-daemon.sh
6969
The full path to this executable, including the filename.
7070
This variable is required for Azure CLI to properly find this program.
7171

72+
Once the setup is complete, you can use the `diagnose` subcommand to verify its correctness.
73+
74+
```shell
75+
docksider diagnose
76+
```
77+
7278
## Using with Azure Container Registry
7379

7480
1. Log in to your Azure container registry using Azure CLI.

README_ja.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ sudo bash configure-docker-daemon.sh
6868
この実行可能ファイルへのフルパス。ファイル名を含みます。
6969
この変数は、Azure CLIがこのプログラムを正しく検出するために必要です。
7070

71+
設定が完了したら、`diagnose` サブコマンドを使用して正しさを確認できます。
72+
73+
```shell
74+
docksider diagnose
75+
```
76+
7177
## Azure Container Registryと使う
7278

7379
1. Azure CLIを使用して Azureコンテナレジストリにログインします。

cmd/docksider/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.3.0

0 commit comments

Comments
 (0)