Skip to content

Bump docker/metadata-action from 4.1.1 to 4.3.0#64

Open
dependabot[bot] wants to merge 137 commits into
qua.namefrom
dependabot/github_actions/docker/metadata-action-4.3.0
Open

Bump docker/metadata-action from 4.1.1 to 4.3.0#64
dependabot[bot] wants to merge 137 commits into
qua.namefrom
dependabot/github_actions/docker/metadata-action-4.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 16, 2023

Copy link
Copy Markdown

Bumps docker/metadata-action from 4.1.1 to 4.3.0.

Release notes

Sourced from docker/metadata-action's releases.

v4.3.0

Full Changelog: docker/metadata-action@v4.2.0...v4.3.0

v4.2.0

  • Add tz attribute to handlebar date function by @​chroju (#251)
  • Bump minimatch from 3.0.4 to 3.1.2 (#242)
  • Bump csv-parse from 5.3.1 to 5.3.3 (#245)
  • Bump json5 from 2.2.0 to 2.2.3 (#252)

Full Changelog: docker/metadata-action@v4.1.1...v4.2.0

Commits
  • 507c2f2 Merge pull request #257 from crazy-max/env-output
  • 04861f5 update generated content
  • 6729545 Provide outputs as env vars
  • 05d22bf Merge pull request #256 from crazy-max/fix-readme
  • 70b403b Fix README
  • 9e6ae02 Merge pull request #252 from docker/dependabot/npm_and_yarn/json5-2.2.3
  • 3d239e8 Bump json5 from 2.2.0 to 2.2.3
  • 7cb52e2 Merge pull request #251 from chroju/set_timezone
  • 90a1d5c Add tz attribute to handlebar date function
  • c98ac5e Merge pull request #249 from crazy-max/fix-readme
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

mrvdb added 30 commits November 20, 2018 16:21
* codehighlight:
  Add code highlighting option
* codehighlight:
  Use the samen render common template for user pages
  Remove code for CodeHighlighting UI
  Bring all MathJax logic into one common template
  Put the highlight logic into one common template
  Use the same highlightjs library everywhere
  Don't automatically include "v"  from git
* upstream/master:
  Include version in archives made by `make release`
  Remove keys.sh from make release
  Add make release
* codehighlight:
  Only load highlght css when needed
  Only load js when there are blocks to highlight
* codehighlight:
  Work as a standalone server, including TLS
  Include About/Privacy page content in page description
  Show instance stats on About page
  Change default database name to writefreely
  Use and validate database type before connecting
  Mention Contributing Guide in README
  Add AUTHORS.md
  Fix About page link in Admin dash
* codehighlight:
  Fix whitespace in templates
  Rename render.tmpl to post-render.tmpl
  Optimize template loading on non-post pages
  Fix whitespace in highlight JS
  Fix typos
* upstream/master:
  Only log ActivityPub info when debugging
  Bump version to 0.4
  Move softwareVer to var() block
  Add @koehn to AUTHORS
  Add `make release-docker`
  Move docker build to `make build-docker`
  extracted docker command a la `go` and `make`
  added docker support to `make release`
  removed an unnecessary debugging statement
  added .git to make builds cache more effectively and run faster
  switched to much smaller alpine image since golang not required at runtime
  Updated Dockerfile to produce smaller image with minimum content and a few extra features; added .dockerignore
* bindaddress:
  Allow 'bind' in config to specify bind address
* bindaddress:
  Also use bind address on standalone redirect
* upstream/master:
  Re-add https in log message
* codehighlight:
  Add support for all languages
* codehighlight:
  Only push language uri once on load stack
This is probably too specific for general use
* upstream/master:
  Fix editing metadata on single-user instances
  Add link to AUR package
* hashlink:
  Require hashtags to have a space before them
* upstream/master:
  Bump version to 0.5
  Show stats on About page if public_stats enabled
  Hide unneeded config values in single-user mode
  Add site_description config value
  Remove params from URL after loading admin panel
  Open pages linked from admin UI in new window
  Support editing some config values in admin UI
* hashlink:
  Allow beginning of line as begin of tag as well
* master: (22 commits)
  Make accesstokens.user_agent NULL by default
  Switch to xgo for cross-compilation
  Update setup steps
  Add SQLite option to config process
  Support custom SQLite database file name
  Fix duplicate key checks in SQLite
  Fix upsert queries on SQLite
  Fix pinned post content truncation with SQLite
  Fix post `created` date in SQLite
  Fix SQLite date format string
  Move NOW() calls to datastore.now() method
  Move initial config loading to its own func
  Locally host MathJax
  Locally host highlightjs
  Add --create-admin option
  Add openssl and root anchors for federation queries
  Fix SQLite concurrency issues
  Extract out common DB connection logic
  Include SQLite schema in releases
  Add backticks on table names in sqlite.sql
  ...
* master:
  Add missing CSS for highlightjs
  Reserve "community" username
  Bump version to 0.6.0
  Add Reader section
  Add new -c [filename] option for supplying config file
* upstream/master:
  Fix db.Ping() call
  Update features list
  Check database connection on startup
* upstream/master:
  Support building without SQLite support
  Send correct status on 410/500 in handleHTTPError
  Send correct status on 404 in handleHTTPError
  Extract images with .image extension
  Fix spacing around copyright notices
  Embed schema files in binary
  Add @kaiyou to AUTHORS
  Use language-specific dash in post titles
  Create darwin archives with macos in the name
  Add copyright / license notices to .go files
  Fix metadata update redirect on single-user instances
  Add --create-user option for regular user
  Validate username in admin user creation process
  Factor out admin user creation logic
  Include max number of blogs in nodeinfo
  Fix the Docker build when installing go-sqlite
* upstream/master:
  Bump version to 0.7.0
  Add numeric avatars
  Fix AP follower INSERT with SQLite
  Fix tagged posts SQLite query
  Fix SQLite deadlock when creating user
  Prompt for database type in bug report template
  Add @geekgonecrazy to authors
  Use driver constants in app.go
  Only check for username and password if driver type is mysql
  Add pager to admin user list
  Fix admin user paging query
  Add admin user list
  Document package and funcs in config.go
  Fix make deps not fetching sqlite3 lib
* upstream/master:
  make assets before everything in Docker build
  Exclude unneeded schema.sql in docker build
  make assets during docker build
* upstream/master:
  Generate encryption keys in configured directory
  Fix generateKey error logging
  Log and exit when templates init fails
  Support configuring resource directories
  Add --migrate command
  Deploy the app in the proper dir for dependency management
  Fix rendered sublist spacing
  Bump version to 0.7.1
  Initialize db on single-user instance config
  Use showUserPage func for blog customize page
  Add make release-linux command
  Add make build-no-sqlite
  Add Pull Request template
* upstream/master:
  Fix migrations MySQL table check
  Support user invites
* upstream/master:
  Add @nkoehring to AUTHORS
  Bump version to 0.8.0
  Ignore all .ini files
  Set up migrations table on initial setup
  Update import schema step
  Tweak links at top of README
  Add Hosting section to README
  Fixes indentation
  use font-display:optional to optimize web font loading
mrvdb and others added 25 commits October 13, 2020 14:53
Shows how little the stuff is used.
For now, set the classname of the block to the native language.
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.1.1 to 4.3.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v4.1.1...v4.3.0)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 16, 2023
@mrvdb
mrvdb force-pushed the qua.name branch 2 times, most recently from 491894e to 27ad0c9 Compare July 20, 2026 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants