mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-28 11:02:43 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9661a0a0ab | |||
| d00417e556 |
@@ -1,4 +1,5 @@
|
|||||||
acs
|
acs
|
||||||
|
aeacus
|
||||||
Aibrew
|
Aibrew
|
||||||
alrest
|
alrest
|
||||||
amazonbot
|
amazonbot
|
||||||
@@ -174,13 +175,13 @@ lgbt
|
|||||||
licend
|
licend
|
||||||
licstart
|
licstart
|
||||||
lightpanda
|
lightpanda
|
||||||
limsa
|
LIMSA
|
||||||
Linting
|
Linting
|
||||||
linuxbrew
|
linuxbrew
|
||||||
LLU
|
LLU
|
||||||
loadbalancer
|
loadbalancer
|
||||||
lol
|
lol
|
||||||
lominsa
|
LOMINSA
|
||||||
maintainership
|
maintainership
|
||||||
malware
|
malware
|
||||||
mcr
|
mcr
|
||||||
|
|||||||
@@ -49,14 +49,14 @@ jobs:
|
|||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
|
|
||||||
- name: Apply k8s manifests to limsa lominsa
|
- name: Apply k8s manifests to aeacus
|
||||||
uses: actions-hub/kubectl@d50394b7d704525f93faefce1e65a6329ff67271 # v1.33.2
|
uses: actions-hub/kubectl@d50394b7d704525f93faefce1e65a6329ff67271 # v1.33.2
|
||||||
env:
|
env:
|
||||||
KUBE_CONFIG: ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }}
|
KUBE_CONFIG: ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }}
|
||||||
with:
|
with:
|
||||||
args: apply -k docs/manifest
|
args: apply -k docs/manifest
|
||||||
|
|
||||||
- name: Apply k8s manifests to limsa lominsa
|
- name: Apply k8s manifests to aeacus
|
||||||
uses: actions-hub/kubectl@d50394b7d704525f93faefce1e65a6329ff67271 # v1.33.2
|
uses: actions-hub/kubectl@d50394b7d704525f93faefce1e65a6329ff67271 # v1.33.2
|
||||||
env:
|
env:
|
||||||
KUBE_CONFIG: ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }}
|
KUBE_CONFIG: ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }}
|
||||||
|
|||||||
+2
-2
@@ -5,6 +5,6 @@ COPY . .
|
|||||||
|
|
||||||
RUN npm ci && npm run build
|
RUN npm ci && npm run build
|
||||||
|
|
||||||
FROM ghcr.io/xe/nginx-micro
|
FROM docker.io/library/nginx:alpine
|
||||||
COPY --from=build /app/build /www
|
COPY --from=build /app/build /usr/share/nginx/html
|
||||||
LABEL org.opencontainers.image.source="https://github.com/TecharoHQ/anubis"
|
LABEL org.opencontainers.image.source="https://github.com/TecharoHQ/anubis"
|
||||||
+17
-6
@@ -13,12 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
<!-- This changes the project to: -->
|
<!-- This changes the project to: -->
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
Anubis now supports these new languages:
|
|
||||||
|
|
||||||
- [Italian](https://github.com/TecharoHQ/anubis/pull/778)
|
|
||||||
|
|
||||||
## v1.21.0: Minfilia Warde
|
## v1.21.0: Minfilia Warde
|
||||||
|
|
||||||
> Please, be at ease. You are among friends here.
|
> Please, be at ease. You are among friends here.
|
||||||
@@ -40,11 +34,16 @@ Anubis now is able to store things persistently [in memory](./admin/policies.mdx
|
|||||||
Anubis now supports localized responses. Locales can be added in [lib/localization/locales/](https://github.com/TecharoHQ/anubis/tree/main/lib/localization/locales). This release includes support for the following languages:
|
Anubis now supports localized responses. Locales can be added in [lib/localization/locales/](https://github.com/TecharoHQ/anubis/tree/main/lib/localization/locales). This release includes support for the following languages:
|
||||||
|
|
||||||
- [Brazilian Portugese](https://github.com/TecharoHQ/anubis/pull/726)
|
- [Brazilian Portugese](https://github.com/TecharoHQ/anubis/pull/726)
|
||||||
|
- [Chinese (Simplified)](https://github.com/TecharoHQ/anubis/pull/774)
|
||||||
- [Chinese (Traditional)](https://github.com/TecharoHQ/anubis/pull/759)
|
- [Chinese (Traditional)](https://github.com/TecharoHQ/anubis/pull/759)
|
||||||
- English
|
- English
|
||||||
- [Estonian](https://github.com/TecharoHQ/anubis/pull/783)
|
- [Estonian](https://github.com/TecharoHQ/anubis/pull/783)
|
||||||
|
- [Filipino](https://github.com/TecharoHQ/anubis/pull/775)
|
||||||
- [French](https://github.com/TecharoHQ/anubis/pull/716)
|
- [French](https://github.com/TecharoHQ/anubis/pull/716)
|
||||||
- [German](https://github.com/TecharoHQ/anubis/pull/741)
|
- [German](https://github.com/TecharoHQ/anubis/pull/741)
|
||||||
|
- [Icelandic](https://github.com/TecharoHQ/anubis/pull/780)
|
||||||
|
- [Italian](https://github.com/TecharoHQ/anubis/pull/778)
|
||||||
|
- [Japanese](https://github.com/TecharoHQ/anubis/pull/772)
|
||||||
- [Spanish](https://github.com/TecharoHQ/anubis/pull/716)
|
- [Spanish](https://github.com/TecharoHQ/anubis/pull/716)
|
||||||
- [Turkish](https://github.com/TecharoHQ/anubis/pull/751)
|
- [Turkish](https://github.com/TecharoHQ/anubis/pull/751)
|
||||||
|
|
||||||
@@ -103,6 +102,18 @@ There are a bunch of other assorted features and fixes too:
|
|||||||
|
|
||||||
### Potentially breaking changes
|
### Potentially breaking changes
|
||||||
|
|
||||||
|
We try to introduce breaking changes as much as possible, but these are the changes that may be relevant for you as an administrator:
|
||||||
|
|
||||||
|
#### Challenge format change
|
||||||
|
|
||||||
|
Previously Anubis did no accounting for challenges that it issued. This means that if Anubis restarted during a client, the client would be able to proceed once Anubis came back online.
|
||||||
|
|
||||||
|
During the upgrade to v1.21.0 and when v1.21.0 (or later) restarts with the [in-memory storage backend](./admin/policies.mdx#memory), you may see a higher rate of failed challenges than normal. If this persists beyond a few minutes, [open an issue](https://github.com/TecharoHQ/anubis/issues/new).
|
||||||
|
|
||||||
|
If you are using the in-memory storage backend, please consider using [a different storage backend](./admin/policies.mdx#storage-backends).
|
||||||
|
|
||||||
|
#### Systemd service changes
|
||||||
|
|
||||||
The following potentially breaking change applies to native installs with systemd only:
|
The following potentially breaking change applies to native installs with systemd only:
|
||||||
|
|
||||||
Each instance of systemd service template now has a unique `RuntimeDirectory`, as opposed to each instance of the service sharing a `RuntimeDirectory`. This change was made to avoid [the `RuntimeDirectory` getting nuked any time one of the Anubis instances restarts](https://github.com/TecharoHQ/anubis/issues/748).
|
Each instance of systemd service template now has a unique `RuntimeDirectory`, as opposed to each instance of the service sharing a `RuntimeDirectory`. This change was made to avoid [the `RuntimeDirectory` getting nuked any time one of the Anubis instances restarts](https://github.com/TecharoHQ/anubis/issues/748).
|
||||||
|
|||||||
@@ -268,6 +268,12 @@ The memory backend is an in-memory cache. This backend works best if you don't u
|
|||||||
|
|
||||||
The biggest downside is that there is not currently a limit to how much data can be stored in memory. This will be addressed at a later time.
|
The biggest downside is that there is not currently a limit to how much data can be stored in memory. This will be addressed at a later time.
|
||||||
|
|
||||||
|
:::warning
|
||||||
|
|
||||||
|
The in-memory backend exists mostly for validation, testing, and to ensure that the default configuration of Anubis works as expected. Do not use this persistently in production.
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
#### Configuration
|
#### Configuration
|
||||||
|
|
||||||
The memory backend does not require any configuration to use.
|
The memory backend does not require any configuration to use.
|
||||||
|
|||||||
Reference in New Issue
Block a user