Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
include:
- variant: alpine
# x-release-please-start-version
version: "0.0.3"
version: "0.0.4"
# x-release-please-end
file: docker/alpine/Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x
Expand All @@ -75,7 +75,7 @@ jobs:

- variant: debian
# x-release-please-start-version
version: "0.0.3"
version: "0.0.4"
# x-release-please-end
file: docker/debian/Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v5,linux/arm/v7,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x
Expand All @@ -84,7 +84,7 @@ jobs:

- variant: rocky
# x-release-please-start-version
version: "0.0.3"
version: "0.0.4"
# x-release-please-end
file: docker/rocky/Dockerfile
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.3"
".": "0.0.4"
}
156 changes: 156 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# x-release-please-start-version
0.0.3
0.0.4
# x-release-please-end
2 changes: 1 addition & 1 deletion docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ LABEL org.opencontainers.image.authors="Snowdream Tech" \
org.opencontainers.image.url="https://github.com/snowdreamtech/unistack"

# x-release-please-start-version
LABEL org.opencontainers.image.version="${VERSION:-0.0.3}"
LABEL org.opencontainers.image.version="${VERSION:-0.0.4}"
# x-release-please-end

# Runtime Environment Configuration
Expand Down
2 changes: 1 addition & 1 deletion docker/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ LABEL org.opencontainers.image.authors="Snowdream Tech" \
org.opencontainers.image.url="https://github.com/snowdreamtech/unistack"

# x-release-please-start-version
LABEL org.opencontainers.image.version="${VERSION:-0.0.3}"
LABEL org.opencontainers.image.version="${VERSION:-0.0.4}"
# x-release-please-end

# Runtime Environment Configuration
Expand Down
2 changes: 1 addition & 1 deletion docker/rocky/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ LABEL org.opencontainers.image.authors="Snowdream Tech" \
org.opencontainers.image.url="https://github.com/snowdreamtech/unistack"

# x-release-please-start-version
LABEL org.opencontainers.image.version="${VERSION:-0.0.3}"
LABEL org.opencontainers.image.version="${VERSION:-0.0.4}"
# x-release-please-end

# Runtime Environment Configuration
Expand Down
4 changes: 2 additions & 2 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": "unistack-root",
"version": "1.0.0",
"version": "0.0.4",
"private": true,
"scripts": {
"docs:install": "npm install --prefix docs",
Expand Down
Loading