Sourced from github.com/hashicorp/terraform-plugin-testing's releases.
v1.13.2
BUG FIXES:
Sourced from github.com/hashicorp/terraform-plugin-testing's changelog.
1.13.2 (June 11, 2025)
BUG FIXES:
1911214
Update changelog2d87e3d
importstate: Fixed bug where prior test config is not used for
ConfigFile
o...baee5c6
importstate: Use ExpectNonEmptyPlan
field to ignore no-op
assertion for imp...40e7749
build(deps): Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (#524)e0e40e8
build(deps): Bump github.com/cloudflare/circl in /tools (#523)a15aaaf
build(deps): Bump golang.org/x/crypto from 0.38.0 to 0.39.0 (#521)4333746
build(deps): Bump github.com/cli/go-gh/v2 in /tools (#517)f93511e
build(deps): Bump github.com/hashicorp/terraform-plugin-go (#515)ae7eb88
build(deps): Bump github.com/zclconf/go-cty from 1.16.2 to 1.16.3 (#511)Sourced from github.com/coder/coder/v2's releases.
v2.23.1
Changelog
[!NOTE] This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.
Chores
- Revert breaking changes relating to WorkspaceOwnerName (#18304, b906c16b3)
Compare:
v2.23.0...v2.23.1
Container image
docker pull ghcr.io/coder/coder:v2.23.1
Install/upgrade
Refer to our docs to install or upgrade Coder, or use a release asset below.
b906c16
chore: revert breaking changes relating to WorkspaceOwnerName (#18304)Sourced from github.com/docker/docker's releases.
28.2.2
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bug fixes and enhancements
- containerd image store: Fix a regression causing
docker build --push
to fail. This reverts the fix fordocker build
not persisting overridden images as dangling. moby/moby#50105Networking
- When creating the iptables
DOCKER-USER
chain, do not add an explicitRETURN
rule, allowing users to append as well as insert their own rules. Existing rules are not removed on upgrade, but it won't be replaced after a reboot. moby/moby#5009828.2.1
Packaging updates
- Fix packaging regression in v28.2.0 which broke creating the
docker
group/user on fresh installations. docker-ce-packaging#120928.2.0
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 28.2.0 milestone
- moby/moby, 28.2.0 milestone
- Deprecated and removed features, see Deprecated Features.
- Changes to the Engine API, see API version history.
[!NOTE] RHEL packages are currently not available and will be released later.
New
- Add
{{.Platform}}
as formatting option fordocker ps
to show the platform of the image the container is running. docker/cli#6042- Add support for relative parent paths (
../
) on bind mount sources when usingdocker run/create
with-v/--volume
or--mount type=bind
options. docker/cli#4966- CDI is now enabled by default. moby/moby#49963
- Show discovered CDI devices in
docker info
. docker/cli#6078docker image rm
: add--platform
option to remove a variant from multi-platform images. docker/cli#6109- containerd image store: Initial BuildKit support for building Windows container images on Windows (requires an opt-in with
DOCKER_BUILDKIT=1
). moby/moby#49740Bug fixes and enhancements
- Add a new log option for fluentd log driver (
fluentd-write-timeout
), which enables specifying write timeouts for fluentd connections. moby/moby#49911- Add support for
DOCKER_AUTH_CONFIG
for the experimental--use-api-socket
option. docker/cli#6019- Fix
docker exec
waiting for 10 seconds if a non-existing user or group was specified. moby/moby#49868- Fix
docker swarm init
ignoringcacert
option of--external-ca
. docker/cli#5995- Fix an issue where the CLI would not correctly save the configuration file (
~/.docker/config.json
) if it was a relative symbolic link. docker/cli#5282- Fix containers with
--restart always
policy using CDI devices failing to start on daemon restart. moby/moby#49990
... (truncated)
45873be
Merge pull request #50105
from jsternberg/revert-build-dangling7994426
Revert "containerd: images overridden by a build are kept
dangling"f144264
Merge pull request #50090
from corhere/libn/overlay-netip768cfae
Merge pull request #50050
from robmry/nftables_internal_dnsd3289dd
Add nftables NAT rules for internal DNS resolver7a0bf74
Merge pull request #50038
from ctalledo/fix-for-50037b43afbf
Merge pull request #50098
from robmry/remove_docker-user_return_rulec299ba3
Update worker.Platforms() in builder-next worker.0e2cc22
Merge pull request #50049
from robmry/nftables_env_var_enablee37efd4
Merge pull request #50068
from mmorel-35/github.com/containerd/errdefsSourced from github.com/go-chi/chi/v5's releases.
v5.2.2
What's Changed
- Use strings.Cut in a few places by
@JRaspass
in go-chi/chi#971- Fix non-constant format strings in t.Fatalf by
@JRaspass
in go-chi/chi#972- Apply fieldalignment fixes to optimize struct memory layout by
@pixel365
in go-chi/chi#974- go 1.24 by
@pkieltyka
in go-chi/chi#977- chore: delint ioutil usage by
@costela
in go-chi/chi#962- Fixed typo in Router interface definition by
@mithileshgupta12
in go-chi/chi#958- Add support for TinyGo by
@efraimbart
in go-chi/chi#978- Exclude middleware/profiler.go in TinyGo, as there's no net/http/pprof pkg by
@cxjava
in go-chi/chi#982- Make use of strings.Cut by
@scop
in go-chi/chi#1005- Change install command format to code block by
@sglkc
in go-chi/chi#1001- Correct documentation by
@mrdomino
in go-chi/chi#992Security fix
- Fixes GHSA-vrw8-fxc6-2r93 - "Host Header Injection Leads to Open Redirect in RedirectSlashes" commit
- a lower-severity Open Redirect that can't be exploited in browser or email client, as it requires manipulation of a Host header
- reported by Anuraag Baishya,
@anuraagbaishya
. Thank you!New Contributors
@pixel365
made their first contribution in go-chi/chi#974@mithileshgupta12
made their first contribution in go-chi/chi#958@efraimbart
made their first contribution in go-chi/chi#978@cxjava
made their first contribution in go-chi/chi#982@sglkc
made their first contribution in go-chi/chi#1001@mrdomino
made their first contribution in go-chi/chi#992Full Changelog: https://github.com/go-chi/chi/compare/v5.2.1...v5.2.2
v5.2.1
⚠️ Chi supports Go 1.20+
Starting this release, we will now support the four most recent major versions of Go. See go-chi/chi#963 for related discussion.
What's Changed
- Support the four most recent major versions of Go by
@VojtechVitek
in go-chi/chi#969Full Changelog: https://github.com/go-chi/chi/compare/v5.2.0...v5.2.1
v5.2.0
What's Changed
- update credits section to link to goji license by
@pkieltyka
in go-chi/chi#944- go 1.23 by
@pkieltyka
in go-chi/chi#945- Make Context.RoutePattern() nil-safe by
@gaiaz-iusipov
in go-chi/chi#927- govet: Fix non-constant format string by
@marcofranssen
in go-chi/chi#952- Add
Find
toRoutes
interface by@joeriddles
in go-chi/chi#872- Fix grammar error by
@AntonC9018
in go-chi/chi#917feat(): add CF-Connecting-IP by@n33pm
in go-chi/chi#908
Revert "feat(): add CF-Connecting-IP" by@VojtechVitek
in go-chi/chi#966
... (truncated)
23c395f
Correct documentation (#992)5516d14
docs: change install code to code block (#1001)e235052
Make use of strings.Cut (#1005)1be7ad9
Merge commit from forkd7034fd
Exclude profiler when use tinygo (#982)d047034
support tinygo (#978)fe2c065
Fixed the typo (#958)1aae5b2
chore: delint ioutil usage (#962)c6225e3
go 1.24 (#977)e846b83
Apply fieldalignment fixes to optimize struct memory layout (#974)