generated from Templates/Baseline
Compare commits
1 Commits
v1.9.0
...
renovate/t
Author | SHA1 | Date | |
---|---|---|---|
46e161b6c4 |
@ -5,7 +5,7 @@ when:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
variables:
|
||||
- &build_plugin 'woodpeckerci/plugin-docker-buildx:6.0.0'
|
||||
- &build_plugin 'woodpeckerci/plugin-docker-buildx:5.2.1'
|
||||
# deployment targets
|
||||
- &publish_repos 'ocram85/arkanum,gitea.ocram85.com/arkanum/arkanum,ghcr.io/ocram85/arkanum,codeberg.org/arkanum/arkanum'
|
||||
# logins for deployment targets
|
||||
|
@ -5,7 +5,7 @@ when:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
variables:
|
||||
- &build_plugin 'woodpeckerci/plugin-docker-buildx:6.0.0'
|
||||
- &build_plugin 'woodpeckerci/plugin-docker-buildx:5.2.1'
|
||||
# deployment targets
|
||||
- &publish_repos 'ocram85/arkanum-docs,gitea.ocram85.com/arkanum/arkanum-docs'
|
||||
# logins for deployment targets
|
||||
|
@ -11,7 +11,7 @@ when:
|
||||
|
||||
steps:
|
||||
release-helper:
|
||||
image: woodpeckerci/plugin-ready-release-go:3.2.0
|
||||
image: woodpeckerci/plugin-ready-release-go:3.1.3
|
||||
settings:
|
||||
debug: true
|
||||
git_email: noreply@ocram85.com
|
||||
|
40
CHANGELOG.md
40
CHANGELOG.md
@ -1,43 +1,3 @@
|
||||
# Changelog
|
||||
|
||||
## [1.9.0](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.9.0) - 2025-05-08
|
||||
|
||||
### ❤️ Thanks to all contributors! ❤️
|
||||
|
||||
@OCram85
|
||||
|
||||
### ✨ Features
|
||||
|
||||
- bump version because of 2 skipped code-server releases [[#181](https://gitea.ocram85.com/arkanum/arkanum/pulls/181)]
|
||||
|
||||
## [1.8.4](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.8.4) - 2025-05-08
|
||||
|
||||
### ❤️ Thanks to all contributors! ❤️
|
||||
|
||||
@OCram85, @renovate
|
||||
|
||||
### 🤖 Dependency
|
||||
|
||||
- chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v3.2.0 [[#178](https://gitea.ocram85.com/arkanum/arkanum/pulls/178)]
|
||||
- chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.99.4 [[#177](https://gitea.ocram85.com/arkanum/arkanum/pulls/177)]
|
||||
- chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v6 [[#180](https://gitea.ocram85.com/arkanum/arkanum/pulls/180)]
|
||||
- chore(deps): update caddy docker tag to v2.10.0 [[#179](https://gitea.ocram85.com/arkanum/arkanum/pulls/179)]
|
||||
- chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.99.2 [[#173](https://gitea.ocram85.com/arkanum/arkanum/pulls/173)]
|
||||
- chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v5.2.2 [[#174](https://gitea.ocram85.com/arkanum/arkanum/pulls/174)]
|
||||
- chore(deps): update oven/bun docker tag to v1.2.9 [[#172](https://gitea.ocram85.com/arkanum/arkanum/pulls/172)]
|
||||
- chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v3.1.4 [[#175](https://gitea.ocram85.com/arkanum/arkanum/pulls/175)]
|
||||
- chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.97.2 [[#161](https://gitea.ocram85.com/arkanum/arkanum/pulls/161)]
|
||||
- chore(deps): update dependency vitepress to v1.6.3 [[#169](https://gitea.ocram85.com/arkanum/arkanum/pulls/169)]
|
||||
- chore(deps): update oven/bun docker tag to v1.2.4 [[#168](https://gitea.ocram85.com/arkanum/arkanum/pulls/168)]
|
||||
- chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v5.2.1 [[#163](https://gitea.ocram85.com/arkanum/arkanum/pulls/163)]
|
||||
- chore(deps): update oven/bun docker tag to v1.2.3 [[#160](https://gitea.ocram85.com/arkanum/arkanum/pulls/160)]
|
||||
- chore(deps): update dependency prettier to v3.5.2 [[#164](https://gitea.ocram85.com/arkanum/arkanum/pulls/164)]
|
||||
|
||||
### 📦 Build
|
||||
|
||||
- fix used secrets [[#166](https://gitea.ocram85.com/arkanum/arkanum/pulls/166)]
|
||||
- switch to release helper [[#165](https://gitea.ocram85.com/arkanum/arkanum/pulls/165)]
|
||||
|
||||
## [v1.8.3](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.8.3) - 2025-01-14
|
||||
|
||||
- 🤖 DEPENDENCIES
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM quay.io/linuxserver.io/code-server:4.99.4
|
||||
FROM quay.io/linuxserver.io/code-server:4.97.2
|
||||
|
||||
#LABEL build_version=""
|
||||
LABEL maintainer="OCram85"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM oven/bun:1.2.9 AS builder
|
||||
FROM oven/bun:1.2.4 AS builder
|
||||
|
||||
ARG CI
|
||||
ARG CI_COMMIT_PULL_REQUEST
|
||||
@ -6,14 +6,10 @@ ARG CI_COMMIT_PULL_REQUEST
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
ENV NODE_ENV=production
|
||||
|
||||
# frozen lockfile cant be used when deps gets updated by renovate
|
||||
#RUN bun install --frozen-lockfile
|
||||
|
||||
RUN bun install
|
||||
RUN bun install --frozen-lockfile
|
||||
RUN bun run --vite docs:build
|
||||
|
||||
FROM caddy:2.10.0-alpine AS prod
|
||||
FROM caddy:2.9.1-alpine AS prod
|
||||
|
||||
COPY --from=builder /app/docs/.vitepress/dist/ /arkanum-docs/
|
||||
COPY Caddyfile /etc/caddy
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "arkanum-docs",
|
||||
"version": "1.9.0",
|
||||
"version": "1.8.3",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -13,7 +13,7 @@
|
||||
"vitepress": "1.6.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "5.7.3"
|
||||
"typescript": "5.8.3"
|
||||
},
|
||||
"scripts": {
|
||||
"docs:clean": "rimraf docs/.vitepress/dist docs/.vitepress/dist",
|
||||
|
Reference in New Issue
Block a user