Skip to content
Draft
Changes from 1 commit
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
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# queryservice

## 0.3.135-wbstack.8 - April 10, 2026
Merged all of the GitHub Action Dependabot updates
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use the Imperative mood here. E.g. "Merge" instead of "Merged".

I would also like to see some more details here. Some potential things that might be useful to say (I'm not sure as I haven't looked):

  • Why do these updates require a new release?
  • What do the GitHub actions that you are updating do?
  • Are there any particularly interesting or risky updates?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can list all the github action dependabot's bumps. But I don't think it's necessary to add more information :)
The updates requires a new release due to the way we configured our queryservice's helmfile setting to take the release tag instead of the commit hash, there is no need to repeat this information.
https://github.com/wmde/wbaas-deploy/blob/7c7a3fe7727259ca3bf4463c91cecab894e67dea/k8s/helmfile/env/staging/queryservice.values.yaml.gotmpl#L2

Copy link
Copy Markdown
Member

@outdooracorn outdooracorn Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Listing all the GitHub Action Dependabot updates probably isn't that useful for a changelog.

What I am interested in, and would like to have written in the changelog for future readers, is why have we created a new tag when there are no changes to the code or the container image? The changes that have been made only affect the build pipeline.

How about adding something like this:

- Update GitHub Actions dependencies
  - Create a new tag to be able to test the dependency updates to the build process hasn't negatively affected the built image


## 0.3.135-wbstack.7 - Jun 18, 2025
add User-Agent env var (#150)

## 0.3.135-wbstack.6 - Oct 24, 2024

Comment thread
dati18 marked this conversation as resolved.
Outdated
Add allowlist at container runtime (#149)

## 0.3.135-wbstack.5 - Sep 23, 2024
Update allowlist.txt to include wikibase cloud wikis (#148)

Also update the static list from the Wikidata queryservice

Bug: T364449

Bug: T375375
Comment thread
dati18 marked this conversation as resolved.
Outdated

## 0.3.135-wbstack.4 - Apr 24, 2024
Merge pull request #122 from wbstack/tarrow-patch-1
Comment thread
dati18 marked this conversation as resolved.
Outdated

gh-actions: move to docker/metadata-action

## 0.3.135-wbstack.3 - Apr 18, 2024
Merge pull request #113 from egonw/patch-1

Updated the URL of the WikiPathways SPARQL endpoint

## 0.3.135-wbstack.2 - Apr 17, 2024
fix: whitelist.txt is superseded by allowlist.txt (#111)

## 0.3.137-wbstack.1 - Apr 16, 2024
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How come this is 0.3.137 but all the later tags are still 0.3.135?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's from 2024... I don't know what decision was made here? :(

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know what decision was made here

I believe it is within your capabilities to find it out.

check this out: https://github.com/wbstack/queryservice/tags

Which part specifically would you like me to check out? That is just a page of tags and the commit message of the referenced commit. What conclusion have you drawn by looking at that page?

Please find out the reason why this is the only 0.3.137-* tag and update the changelog with a useful summary for the next reader.

chore: update base image to wmde.20 (#109)

## 0.3.135-wbstack.1 - Apr 4, 2024
chore: update base image to latest version known to work with mw 1.39 (#108)

## November 2020

- 0.3.6_0.6- From Github Build...
Expand Down
Loading