Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-14 | Merge remote-tracking branch 'glitch/main' HEAD main | Starfall | |
2023-04-07 | Update Node.js to 16.20.0 (#24316) | Nick Schonning | |
2023-04-07 | Remove duplicate ca-certificates Docker install (#24231) | Nick Schonning | |
2023-03-31 | Bump ruby to 3.2.2 due to ReDoS vulnerabilities (#24320) | Sai | |
2023-03-23 | Use Yarn production install for asset compile (#24232) | Nick Schonning | |
2023-02-15 | Upgrade to Ruby 3.2 (#22928) | Aaron Patterson | |
Co-authored-by: Matthew Ford <matt@bitzesty.com> | |||
2023-02-13 | Update Ruby to 3.0.5 (#23544) | Nick Schonning | |
2023-02-13 | Sync Node.js to 16.19 patch release (#23554) | Nick Schonning | |
2023-02-13 | Yarn cache cleanup right after install in Docker (#23557) | Nick Schonning | |
2023-01-17 | Merge remote-tracking branch 'glitch/main' | Starfall | |
2022-12-15 | Add hadolint as Dockerfile linter (#20993) | Moritz Heiber | |
* Added hadolint as Dockerfile linter in pipeline and resolved remaining hadolint issues in Dockerfile * Use more specific version of hadolint Action * Bumpt hadolint Action version to latest version to avoid deprecation notice * Being _really_ specific now | |||
2022-12-13 | Merge remote-tracking branch 'glitch/main' | Starfall | |
2022-12-11 | Update Node 16.18.1 for latest security release (#22019) | Nick Schonning | |
* Update Node 16.18.1 for latest security release * Increase Yarn network timeout for build error | |||
2022-11-28 | Merge remote-tracking branch 'glitch/main' | Starfall | |
2022-11-22 | Add missing procps package to Dockerfile (#21028) | BtbN | |
The new Debian-Base does not come with this by default, making the ps based health-check in the compose file fail | |||
2022-11-17 | Remove blank line from start of Dockerfile breaking syntax declaration (#20948) | Effy Elden | |
2022-11-17 | Split off Dockerfile components for faster build times (#20933) | Moritz Heiber | |
2022-11-17 | Use buildx functions for faster build (#20692) | Kohei Ota (inductor) | |
* Use buildx functions for faster build * move link * cannot use --link with --chown | |||
2022-11-10 | Merge remote-tracking branch 'glitch/main' | Starfall | |
- Remove Helm charts - Lots of conflicts with our removal of recommended settings and custom icons | |||
2022-09-29 | Install python3 when building with Docker (#18072) | Yamagishi Kazutoshi | |
2022-09-24 | Update Node to 16.17.1 (#19224) | Daniel Jakots | |
See https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/ for the details. | |||
2022-08-26 | Merge remote-tracking branch 'glitch/main' | Starfall | |
2022-08-15 | Bump Ruby version from 3.0.3 to 3.0.4 (#18028) | zunda | |
https://www.ruby-lang.org/en/news/2022/04/12/ruby-3-0-4-released/ | |||
2022-08-15 | Update node to 16.16.0 (#18790) | Daniel Jakots | |
See https://nodejs.org/en/blog/vulnerability/july-2022-security-releases/ | |||
2022-07-25 | Merge remote-tracking branch 'glitch/main' | Starfall | |
2022-06-27 | Update Dockerfile (#18717) | Shlee | |
2022-03-30 | Update to Mastodon 2.5.0 | Starfall | |
Merge remote-tracking branch 'glitch/main' | |||
2022-03-19 | Bump NODE_VER to 16.14.2 (#17825) | Daniel Jakots | |
See the announcement https://nodejs.org/en/blog/vulnerability/mar-2022-security-releases/ | |||
2022-02-25 | Merge remote-tracking branch 'glitch/main' | Starfall | |
2022-02-14 | Remove protobuf dependencies (#17539) | Yamagishi Kazutoshi | |
2022-01-31 | Merge branch 'glitchsoc' | Starfall | |
2022-01-31 | Bump NODE_VER to 16.13.2, to solve security issues (#17399) | Daniel Jakots | |
Fixes CVE-2021-44532, CVE-2021-44533, and CVE-2022-21824. See: https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/ | |||
2021-12-25 | Save bundle config as local (#17188) | Jeong Arm | |
Some bundle options are saved as global user config and not project local. Specially, `deployment` must be saved as local config to be run on copied environment | |||
2021-11-24 | Upgrade Ruby to 3.0.3 (#17038) | zunda | |
https://www.ruby-lang.org/en/news/2021/11/24/ruby-3-0-3-released/ | |||
2021-11-18 | Update Dockerfile (#16939) | Shlee | |
2021-11-18 | Ruby 3.0.2 Upgrade (#16982) | Shlee | |
* Update .ruby-version * Update Gemfile * Update Gemfile.lock * Update Dockerfile * Update check-i18n.yml * Update config.yml * Update config.yml | |||
2021-11-17 | [Dockerfile] [Security] Update NodeJS to V16 (LTS) on docker. (#16856) | Shlee | |
* [Security] Update NodeJS on docker. https://nodejs.org/en/blog/vulnerability/oct-2021-security-releases/ * Update Dockerfile * Upgrade npm package * Update Dockerfile | |||
2021-10-14 | add bundle flag to suppress root warning (#16557) | David Sterry | |
2021-09-13 | Update Dockerfile (#16696) | Shlee | |
2021-08-10 | NodeJS 14 support - circleci/docker/.nvmrc (#16163) | Shlee | |
* Update config.yml * Update Dockerfile * Update .nvmrc * Update Dockerfile * NodeJS 10 is EOL. * Update package.json * Update README.md * Update Vagrantfile * Update Dockerfile * Update Dockerfile | |||
2021-07-10 | Use ruby-2.7.4 (#16481) | Daigo 3 Dango | |
Stop using older version of resolv gem as the bug has been fixed. https://bugs.ruby-lang.org/issues/17781 | |||
2021-05-04 | Revert default Ruby version to 2.7.2 (#16154) | Claire | |
Ruby 2.7.3 introduced a new bug with Resolv::DNS, which we heavily use within Mastodon: https://bugs.ruby-lang.org/issues/17781 Ruby 2.7.3 also included security fixes for two CVEs, but those do not seem to apply to Mastodon: https://github.com/tootsuite/mastodon/pull/16004#issuecomment-815125025 | |||
2021-04-09 | Upgrade Ruby to 2.7.3 (#16004) | Daigo 3 Dango | |
* Upgrade Ruby to 2.7.3 https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-7-3-released/ includes security fixes to - CVE-2021-28965: XML round-trip vulnerability in REXML - CVE-2021-28966: Path traversal in Tempfile on Windows * Update rexml to 3.2.5 https://www.ruby-lang.org/en/news/2021/04/05/xml-round-trip-vulnerability-in-rexml-cve-2021-28965/ | |||
2021-04-02 | Merge branch 'glitch' | Starfall | |
2021-03-30 | build: install shared-mime-info in Dockerfile (#15978) | Mashiro | |
2021-03-20 | Docker: Use precompiled jemalloc, format, apply hadolint suggestions (#10823) | Sandro | |
* Format, apply hadolint suggestions, little nitpicks * Use pre compiled jemalloc * Use tini from package repository | |||
2021-03-12 | Update Dockerfile (#15869) | Shlee | |
2021-02-08 | Merge remote-tracking branch 'glitchsoc/main' into main | Starfall | |
2021-01-28 | Update to Node.js-12.20.1 (#15558) | Daniel Jakots | |
This is a security release. You can read the announce at https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/ | |||
2021-01-13 | Merge branch 'glitch' into main | Starfall | |